Doxygen
Loading...
Searching...
No Matches
EdgeProperties Struct Reference

Helper struct holding the properties of a edge in a dot graph. More...

Public Attributes

const char *const * edgeColorMap
 
const char *const * arrowStyleMap
 
const char *const * edgeStyleMap
 

Detailed Description

Helper struct holding the properties of a edge in a dot graph.

Definition at line 27 of file dotnode.cpp.

Member Data Documentation

◆ arrowStyleMap

const char* const* EdgeProperties::arrowStyleMap

Definition at line 30 of file dotnode.cpp.

Referenced by DotNode::writeArrow().

◆ edgeColorMap

const char* const* EdgeProperties::edgeColorMap

Definition at line 29 of file dotnode.cpp.

Referenced by DotNode::writeArrow().

◆ edgeStyleMap

const char* const* EdgeProperties::edgeStyleMap

Definition at line 31 of file dotnode.cpp.

Referenced by DotNode::writeArrow().


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