#include <dot.h>
Public Member Functions | |
| Edge (DotNode *start, DotNode *end, EdgeType type) | |
| void | write (QTextStream &t) const |
Public Attributes | |
| DotNode * | pNStart |
| DotNode * | pNEnd |
| EdgeType | eType |
| QList< Link > | links |
Definition at line 275 of file dot.h.
| void DotGroupCollaboration::Edge::write | ( | QTextStream & | t | ) | const |
Definition at line 3206 of file dot.cpp.
References DotGroupCollaboration::Link::label, links, DotNode::number(), pNEnd, pNStart, and DotGroupCollaboration::thierarchy.
Referenced by DotGroupCollaboration::writeGraph().
1.5.1