Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::dot::Ast::EdgeStmt Struct Reference

#include <ogdf/fileformats/DotParser.h>

+ Inheritance diagram for ogdf::dot::Ast::EdgeStmt:

Public Member Functions

 EdgeStmt (EdgeLhs *edgeLHS, EdgeRhs *edgeRHS, AttrList *attrList)
 
 ~EdgeStmt ()
 
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

AttrListattrs
 
EdgeLhslhs
 
EdgeRhsrhs
 

Detailed Description

Definition at line 213 of file DotParser.h.

Constructor & Destructor Documentation

◆ EdgeStmt()

ogdf::dot::Ast::EdgeStmt::EdgeStmt ( EdgeLhs edgeLHS,
EdgeRhs edgeRHS,
AttrList attrList 
)

◆ ~EdgeStmt()

ogdf::dot::Ast::EdgeStmt::~EdgeStmt ( )

Member Function Documentation

◆ read()

virtual bool ogdf::dot::Ast::EdgeStmt::read ( Parser P,
ogdf::Graph G,
GraphAttributes GA,
ClusterGraph C,
ClusterGraphAttributes CA,
const SubgraphData data 
)
overridevirtual

Implements ogdf::dot::Ast::Stmt.

Member Data Documentation

◆ attrs

AttrList* ogdf::dot::Ast::EdgeStmt::attrs

Definition at line 216 of file DotParser.h.

◆ lhs

EdgeLhs* ogdf::dot::Ast::EdgeStmt::lhs

Definition at line 214 of file DotParser.h.

◆ rhs

EdgeRhs* ogdf::dot::Ast::EdgeStmt::rhs

Definition at line 215 of file DotParser.h.


The documentation for this struct was generated from the following file: