Open
Graph Drawing
Framework

 v. 2025.10 (Foxglove)
 

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

AttrList * attrs
 
EdgeLhs * lhs
 
EdgeRhs * rhs
 

Detailed Description

Definition at line 211 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 214 of file DotParser.h.

◆ lhs

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

Definition at line 212 of file DotParser.h.

◆ rhs

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

Definition at line 213 of file DotParser.h.


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