#include <ogdf/fileformats/DotParser.h>
Inheritance diagram for ogdf::dot::Ast::NodeId:Public Member Functions | |
| NodeId (const std::string &idString, Port *paramPort) | |
| ~NodeId () | |
| 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::EdgeLhs | |
| virtual | ~EdgeLhs ()=0 |
Public Attributes | |
| const std::string | id |
| Port * | port |
Definition at line 265 of file DotParser.h.
| ogdf::dot::Ast::NodeId::NodeId | ( | const std::string & | idString, |
| Port * | paramPort | ||
| ) |
| ogdf::dot::Ast::NodeId::~NodeId | ( | ) |
|
overridevirtual |
Implements ogdf::dot::Ast::EdgeLhs.
| const std::string ogdf::dot::Ast::NodeId::id |
Definition at line 266 of file DotParser.h.
| Port* ogdf::dot::Ast::NodeId::port |
Definition at line 267 of file DotParser.h.