|
|
#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/view/Transition.h>
Inheritance diagram for StateChartGraphEdge:Public Member Functions | |
| void | foldInfoBox () |
| QPointF | getEndPoint () |
| QPointF | getStartPoint () |
| QString | getTransitionName () |
| bool | infoBoxClicked (const QPointF &point) |
| StateChartGraphEdge & | operator= (const StateChartGraphEdge &) |
| void | setLineFrom (QPointF newStartPoint) |
| void | setLineTo (QPointF newEndPoint) |
| void | setTransitionName (const QString &name) |
| StateChartGraphEdge (Agedge_t *gvGraphNode, const QString &transitionName, QGraphicsScene *scene=0, float dpi=72.0f) | |
| StateChartGraphEdge (const StateChartGraphEdge &) | |
| StateChartGraphEdge (QGraphicsScene *scene=0) | |
| void | unfoldInfoBox () |
| ~StateChartGraphEdge () | |
Public Attributes | |
| bool | m_bInfoBoxUnfolded |
| floatPair | m_endControlPoint |
| QString | m_headNode |
| QPainterPath | m_Path |
| floatPair | m_startControlPoint |
| QString | m_tailNode |
Friends | |
| class | GVGraphStateChart |
Definition at line 45 of file Transition.h.
| StateChartGraphEdge | ( | const StateChartGraphEdge & | ) |
Definition at line 41 of file Transition.cpp.
| StateChartGraphEdge | ( | QGraphicsScene * | scene = 0 | ) |
Definition at line 46 of file Transition.cpp.
| StateChartGraphEdge | ( | Agedge_t * | gvGraphNode, |
| const QString & | transitionName, | ||
| QGraphicsScene * | scene = 0, |
||
| float | dpi = 72.0f |
||
| ) |
Definition at line 51 of file Transition.cpp.
| ~StateChartGraphEdge | ( | ) |
Definition at line 145 of file Transition.cpp.
| void foldInfoBox | ( | ) |
Definition at line 474 of file Transition.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| QPointF getEndPoint | ( | ) |
Definition at line 427 of file Transition.cpp.
| QPointF getStartPoint | ( | ) |
Definition at line 434 of file Transition.cpp.
|
inline |
Definition at line 76 of file Transition.h.
| bool infoBoxClicked | ( | const QPointF & | point | ) |
| StateChartGraphEdge & operator= | ( | const StateChartGraphEdge & | ) |
Definition at line 441 of file Transition.cpp.
| void setLineFrom | ( | QPointF | newStartPoint | ) |
| void setLineTo | ( | QPointF | newEndPoint | ) |
| void setTransitionName | ( | const QString & | name | ) |
Definition at line 156 of file Transition.cpp.
| void unfoldInfoBox | ( | ) |
Definition at line 447 of file Transition.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
Definition at line 184 of file Transition.h.
| bool m_bInfoBoxUnfolded |
Definition at line 104 of file Transition.h.
| floatPair m_endControlPoint |
Definition at line 102 of file Transition.h.
| QString m_headNode |
Definition at line 89 of file Transition.h.
| QPainterPath m_Path |
Definition at line 85 of file Transition.h.
| floatPair m_startControlPoint |
Definition at line 98 of file Transition.h.
| QString m_tailNode |
Definition at line 93 of file Transition.h.