#include <graphvizwrapper.h>
Inheritance diagram for GVEdge:
Collaboration diagram for GVEdge:Public Member Functions | |
| GVEdge (Agraph_t *graph, Agedge_t *edge) | |
| ~GVEdge () | |
| TCPList | getControlPoints () const |
| QString | getHeadName () const |
| QString | getLabel () const |
| QPoint | getLabelPos () const |
| QSharedPointer< IGVEdge > | getNextOutEdge () const |
| QString | getTailName () const |
Private Attributes | |
| Agedge_t * | m_edge |
| Agraph_t * | m_graph |
Definition at line 11 of file graphvizwrapper.h.
| 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.
| IGVEdge::TCPList GVEdge::getControlPoints | ( | ) | const [virtual] |
| QString GVEdge::getHeadName | ( | ) | const [virtual] |
| QString GVEdge::getLabel | ( | ) | const [virtual] |
| QPoint GVEdge::getLabelPos | ( | ) | const [virtual] |
| QSharedPointer< IGVEdge > GVEdge::getNextOutEdge | ( | ) | const [virtual] |
| QString GVEdge::getTailName | ( | ) | const [virtual] |
Agedge_t* GVEdge::m_edge [private] |
Definition at line 29 of file graphvizwrapper.h.
Referenced by getControlPoints(), getHeadName(), getLabel(), getLabelPos(), getNextOutEdge(), and getTailName().
Agraph_t* GVEdge::m_graph [private] |
Definition at line 28 of file graphvizwrapper.h.
Referenced by getNextOutEdge().
1.7.0