#include <ogdf/fileformats/DotParser.h>
Inheritance diagram for ogdf::dot::Ast::AttrStmt: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 234 of file DotParser.h.
|
strong |
| Enumerator | |
|---|---|
| graph | |
| edge | |
| node | |
Definition at line 235 of file DotParser.h.
| ogdf::dot::Ast::AttrStmt::~AttrStmt | ( | ) |
|
overridevirtual |
Implements ogdf::dot::Ast::Stmt.
| AttrList* ogdf::dot::Ast::AttrStmt::attrs |
Definition at line 238 of file DotParser.h.
| Type ogdf::dot::Ast::AttrStmt::type |
Definition at line 237 of file DotParser.h.