Skip to main content

The EdgeProperties Struct Reference

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

Declaration

struct EdgeProperties { ... }

Public Member Attributes Index

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

Description

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

Definition at line 27 of file dotnode.cpp.

Public Member Attributes

arrowStyleMap

const char* const* EdgeProperties::arrowStyleMap

Definition at line 30 of file dotnode.cpp.

30 const char * const *arrowStyleMap;

Referenced by DotNode::writeArrow.

edgeColorMap

const char* const* EdgeProperties::edgeColorMap

Definition at line 29 of file dotnode.cpp.

29 const char * const *edgeColorMap;

Referenced by DotNode::writeArrow.

edgeStyleMap

const char* const* EdgeProperties::edgeStyleMap

Definition at line 31 of file dotnode.cpp.

31 const char * const *edgeStyleMap;

Referenced by DotNode::writeArrow.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.