DotGroupCollaboration::Edge Class Reference

#include <dot.h>

List of all members.

Public Member Functions

 Edge (DotNode *start, DotNode *end, EdgeType type)
void write (QTextStream &t) const

Public Attributes

DotNodepNStart
DotNodepNEnd
EdgeType eType
QList< Linklinks


Detailed Description

Definition at line 275 of file dot.h.


Constructor & Destructor Documentation

DotGroupCollaboration::Edge::Edge ( DotNode start,
DotNode end,
EdgeType  type 
) [inline]

Definition at line 278 of file dot.h.

References links.


Member Function Documentation

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().


Member Data Documentation

DotNode* DotGroupCollaboration::Edge::pNStart

Definition at line 282 of file dot.h.

Referenced by write().

DotNode* DotGroupCollaboration::Edge::pNEnd

Definition at line 283 of file dot.h.

Referenced by write().

EdgeType DotGroupCollaboration::Edge::eType

Definition at line 284 of file dot.h.

QList<Link> DotGroupCollaboration::Edge::links

Definition at line 286 of file dot.h.

Referenced by Edge(), and write().


The documentation for this class was generated from the following files:



Generated on Mon Mar 31 10:58:59 2008 by  doxygen 1.5.1