#include <dot.h>
Public Types | |
enum | Colors { Blue = 0, Green = 1, Red = 2, Purple = 3, Grey = 4, Orange = 5 } |
enum | Styles { Solid = 0, Dashed = 1 } |
Public Member Functions | |
EdgeInfo () | |
~EdgeInfo () | |
Public Attributes | |
int | m_color |
int | m_style |
QCString | m_label |
QCString | m_url |
int | m_labColor |
Definition at line 41 of file dot.h.
enum EdgeInfo::Colors |
enum EdgeInfo::Styles |
Definition at line 47 of file dot.h.
Referenced by DotNode::addChild(), DotNode::writeDEF(), and DotNode::writeXML().
QCString EdgeInfo::m_label |
Definition at line 49 of file dot.h.
Referenced by DotNode::addChild(), DotNode::writeDEF(), and DotNode::writeXML().
QCString EdgeInfo::m_url |