|
My Project
|
#include <dot.h>
Public Types | |
| enum | Colors { Blue =0, Green =1, Red =2, Purple =3, Grey =4, Orange =5, Orange2 =6 } |
| 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 |
| enum EdgeInfo::Colors |
| enum EdgeInfo::Styles |
| int EdgeInfo::m_color |
Definition at line 52 of file dot.h.
Referenced by DotNode::addChild(), DotNode::writeArrow(), DotNode::writeDEF(), DotNode::writeDocbook(), and DotNode::writeXML().
| int EdgeInfo::m_labColor |
Definition at line 56 of file dot.h.
Referenced by DotNode::addChild().
| QCString EdgeInfo::m_label |
Definition at line 54 of file dot.h.
Referenced by DotNode::addChild(), DotNode::writeArrow(), DotNode::writeBox(), DotNode::writeDEF(), DotNode::writeDocbook(), and DotNode::writeXML().
| int EdgeInfo::m_style |
Definition at line 53 of file dot.h.
Referenced by DotNode::addChild(), and DotNode::writeArrow().
| QCString EdgeInfo::m_url |
Definition at line 55 of file dot.h.
Referenced by DotNode::addChild().