|
#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/view/Transition.h>
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 40 of file Transition.cpp.
StateChartGraphEdge | ( | QGraphicsScene * | scene = 0 | ) |
Definition at line 47 of file Transition.cpp.
StateChartGraphEdge | ( | Agedge_t * | gvGraphNode, |
const QString & | transitionName, | ||
QGraphicsScene * | scene = 0 , |
||
float | dpi = 72.0f |
||
) |
Definition at line 54 of file Transition.cpp.
~StateChartGraphEdge | ( | ) |
Definition at line 130 of file Transition.cpp.
void foldInfoBox | ( | ) |
Definition at line 410 of file Transition.cpp.
QPointF getEndPoint | ( | ) |
Definition at line 372 of file Transition.cpp.
QPointF getStartPoint | ( | ) |
Definition at line 378 of file Transition.cpp.
|
inline |
Definition at line 72 of file Transition.h.
bool infoBoxClicked | ( | const QPointF & | point | ) |
StateChartGraphEdge & operator= | ( | const StateChartGraphEdge & | ) |
Definition at line 383 of file Transition.cpp.
void setLineFrom | ( | QPointF | newStartPoint | ) |
void setLineTo | ( | QPointF | newEndPoint | ) |
void setTransitionName | ( | const QString & | name | ) |
Definition at line 140 of file Transition.cpp.
void unfoldInfoBox | ( | ) |
Definition at line 388 of file Transition.cpp.
|
friend |
Definition at line 179 of file Transition.h.
bool m_bInfoBoxUnfolded |
Definition at line 100 of file Transition.h.
floatPair m_endControlPoint |
Definition at line 98 of file Transition.h.
QString m_headNode |
Definition at line 85 of file Transition.h.
QPainterPath m_Path |
Definition at line 81 of file Transition.h.
floatPair m_startControlPoint |
Definition at line 94 of file Transition.h.
QString m_tailNode |
Definition at line 89 of file Transition.h.