|
#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/controller/ActiveStateFollower.h>
Public Slots | |
void | centerOnCurrentState (bool toggle) |
void | startFollowing () |
void | stopFollowing () |
void | toggle (bool on) |
void | updatePos (QVariant value) |
Public Member Functions | |
ActiveStateFollower (StatechartView *statechartView, QWidget *parent=NULL) | |
StatechartView * | getStatechartView () const |
void | setStatechartView (StatechartView *value) |
Protected Slots | |
void | checkActiveState () |
Protected Member Functions | |
void | updateCurrentValue (const QVariant &value) override |
Protected Attributes | |
QTimer | activeStateCheckerTimer |
statechartmodel::StateInstancePtr | currentActiveState |
QPointer< StateItem > | currentActiveStateItem |
QPointF | currentTargetPos |
int | duration |
QPointF | startPos |
IceUtil::Time | startTime |
QPointer< StatechartView > | statechartView |
Definition at line 35 of file ActiveStateFollower.h.
ActiveStateFollower | ( | StatechartView * | statechartView, |
QWidget * | parent = NULL |
||
) |
|
slot |
Definition at line 142 of file ActiveStateFollower.cpp.
|
protectedslot |
Definition at line 61 of file ActiveStateFollower.cpp.
StatechartView * getStatechartView | ( | ) | const |
Definition at line 123 of file ActiveStateFollower.cpp.
void setStatechartView | ( | StatechartView * | value | ) |
|
slot |
|
slot |
|
slot |
|
overrideprotected |
|
slot |
Definition at line 136 of file ActiveStateFollower.cpp.
|
protected |
Definition at line 60 of file ActiveStateFollower.h.
|
protected |
Definition at line 56 of file ActiveStateFollower.h.
|
protected |
Definition at line 57 of file ActiveStateFollower.h.
|
protected |
Definition at line 58 of file ActiveStateFollower.h.
|
protected |
Definition at line 62 of file ActiveStateFollower.h.
|
protected |
Definition at line 58 of file ActiveStateFollower.h.
|
protected |
Definition at line 61 of file ActiveStateFollower.h.
|
protected |
Definition at line 59 of file ActiveStateFollower.h.