Public Member Functions | Private Attributes

GVEdge Class Reference

#include <graphvizwrapper.h>

Inheritance diagram for GVEdge:
Collaboration diagram for GVEdge:

List of all members.

Public Member Functions

 GVEdge (Agraph_t *graph, Agedge_t *edge)
 ~GVEdge ()
TCPList getControlPoints () const
QString getHeadName () const
QString getLabel () const
QPoint getLabelPos () const
QSharedPointer< IGVEdgegetNextOutEdge () const
QString getTailName () const

Private Attributes

Agedge_t * m_edge
Agraph_t * m_graph

Detailed Description

Definition at line 11 of file graphvizwrapper.h.


Constructor & Destructor Documentation

GVEdge::GVEdge ( Agraph_t *  graph,
Agedge_t *  edge 
)

Definition at line 14 of file graphvizwrapper.cpp.

Referenced by getNextOutEdge().

Here is the caller graph for this function:

GVEdge::~GVEdge (  ) 

Definition at line 20 of file graphvizwrapper.cpp.

References DBGLOG_GV.


Member Function Documentation

IGVEdge::TCPList GVEdge::getControlPoints (  )  const [virtual]

Implements IGVEdge.

Definition at line 56 of file graphvizwrapper.cpp.

References m_edge.

QString GVEdge::getHeadName (  )  const [virtual]

Implements IGVEdge.

Definition at line 25 of file graphvizwrapper.cpp.

References m_edge.

QString GVEdge::getLabel (  )  const [virtual]

Implements IGVEdge.

Definition at line 35 of file graphvizwrapper.cpp.

References m_edge.

QPoint GVEdge::getLabelPos (  )  const [virtual]

Implements IGVEdge.

Definition at line 40 of file graphvizwrapper.cpp.

References m_edge.

QSharedPointer< IGVEdge > GVEdge::getNextOutEdge (  )  const [virtual]

Implements IGVEdge.

Definition at line 50 of file graphvizwrapper.cpp.

References GVEdge(), m_edge, and m_graph.

Here is the call graph for this function:

QString GVEdge::getTailName (  )  const [virtual]

Implements IGVEdge.

Definition at line 30 of file graphvizwrapper.cpp.

References m_edge.


Member Data Documentation

Agedge_t* GVEdge::m_edge [private]
Agraph_t* GVEdge::m_graph [private]

Definition at line 28 of file graphvizwrapper.h.

Referenced by getNextOutEdge().


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