#include <ogdf/fileformats/DotParser.h>
Public Types | |
enum class | Type { graph , edge , node } |
Public Member Functions | |
AttrStmt (const Type ¶mType, AttrList *attrList) | |
~AttrStmt () | |
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 |
Type | type |
Definition at line 236 of file DotParser.h.
Enumerator | |
---|---|
graph | |
edge | |
node |
Definition at line 237 of file DotParser.h.
ogdf::dot::Ast::AttrStmt::~AttrStmt | ( | ) |
|
overridevirtual |
Implements ogdf::dot::Ast::Stmt.
AttrList* ogdf::dot::Ast::AttrStmt::attrs |
Definition at line 240 of file DotParser.h.
Type ogdf::dot::Ast::AttrStmt::type |
Definition at line 239 of file DotParser.h.