#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 |
Definition at line 296 of file dot.h.
void DotGroupCollaboration::Edge::write | ( | FTextStream & | t | ) | const |