Doxygen
|
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 |
Helper struct holding the properties of a edge in a dot graph.
Definition at line 27 of file dotnode.cpp.
const char* const* EdgeProperties::arrowStyleMap |
Definition at line 30 of file dotnode.cpp.
Referenced by DotNode::writeArrow().
const char* const* EdgeProperties::edgeColorMap |
Definition at line 29 of file dotnode.cpp.
Referenced by DotNode::writeArrow().
const char* const* EdgeProperties::edgeStyleMap |
Definition at line 31 of file dotnode.cpp.
Referenced by DotNode::writeArrow().