#include <ogdf/fileformats/DotParser.h>
Inheritance diagram for ogdf::dot::Ast::NodeStmt:Public Member Functions | |
| NodeStmt (NodeId *nodeID, AttrList *attrList) | |
| ~NodeStmt () | |
| virtual bool | read (Parser &P, ogdf::Graph &G, GraphAttributes *GA, ClusterGraph *C, ClusterGraphAttributes *CA, const SubgraphData &data) override |
Public Member Functions inherited from ogdf::dot::Ast::Stmt | |
| virtual | ~Stmt ()=0 |
Public Attributes | |
| AttrList * | attrs |
| NodeId * | nodeId |
Definition at line 200 of file DotParser.h.
| ogdf::dot::Ast::NodeStmt::~NodeStmt | ( | ) |
|
overridevirtual |
Implements ogdf::dot::Ast::Stmt.
| AttrList* ogdf::dot::Ast::NodeStmt::attrs |
Definition at line 202 of file DotParser.h.
| NodeId* ogdf::dot::Ast::NodeStmt::nodeId |
Definition at line 201 of file DotParser.h.