My Project
|
#include <dot.h>
Public Member Functions | |
Edge (DotNode *start, DotNode *end, EdgeType type) | |
void | write (FTextStream &t) const |
Public Attributes | |
DotNode * | pNStart |
DotNode * | pNEnd |
EdgeType | eType |
QList< Link > | links |
void DotGroupCollaboration::Edge::write | ( | FTextStream & | t | ) | const |
Definition at line 4627 of file dot.cpp.
References convertLabel(), endl(), eType, DotGroupCollaboration::Link::label, links, DotNode::number(), pNEnd, pNStart, and DotGroupCollaboration::thierarchy.
Referenced by DotGroupCollaboration::writeGraph().
EdgeType DotGroupCollaboration::Edge::eType |
Definition at line 308 of file dot.h.
Referenced by DotGroupCollaboration::addEdge(), and write().
QList<Link> DotGroupCollaboration::Edge::links |
Definition at line 310 of file dot.h.
Referenced by DotGroupCollaboration::addEdge(), Edge(), and write().
DotNode* DotGroupCollaboration::Edge::pNEnd |
Definition at line 307 of file dot.h.
Referenced by DotGroupCollaboration::addEdge(), and write().
DotNode* DotGroupCollaboration::Edge::pNStart |
Definition at line 306 of file dot.h.
Referenced by DotGroupCollaboration::addEdge(), and write().