#include <graphviz.h>
Public Member Functions | |
void | set_attr (id key, id value) |
void | set_label (dot::id label) |
virtual void | print (writer &w) const =0 |
Data Fields | |
attr_list | m_attrs |
|
pure virtualinherited |
Implemented in dot::attr_stmt, dot::edge_stmt, dot::kv_stmt, dot::node_stmt, and dot::subgraph.
References dot::w.
Referenced by dot::stmt_list::print().
attr_list dot::stmt_with_attr_list::m_attrs |
Referenced by dot::attr_stmt::print(), dot::edge_stmt::print(), dot::node_stmt::print(), set_attr(), and set_label().