|  | 
#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/controller/ActiveStateFollower.h>
 Inheritance diagram for ActiveStateFollower:
 Inheritance diagram for ActiveStateFollower:| 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 33 of file ActiveStateFollower.h.
| ActiveStateFollower | ( | StatechartView * | statechartView, | 
| QWidget * | parent = NULL | ||
| ) | 
| 
 | slot | 
Definition at line 152 of file ActiveStateFollower.cpp.
| 
 | protectedslot | 
| StatechartView * getStatechartView | ( | ) | const | 
Definition at line 133 of file ActiveStateFollower.cpp.
| void setStatechartView | ( | StatechartView * | value | ) | 
| 
 | slot | 
| 
 | slot | 
| 
 | slot | 
| 
 | overrideprotected | 
| 
 | slot | 
Definition at line 147 of file ActiveStateFollower.cpp.
| 
 | protected | 
Definition at line 57 of file ActiveStateFollower.h.
| 
 | protected | 
Definition at line 53 of file ActiveStateFollower.h.
| 
 | protected | 
Definition at line 54 of file ActiveStateFollower.h.
| 
 | protected | 
Definition at line 55 of file ActiveStateFollower.h.
| 
 | protected | 
Definition at line 59 of file ActiveStateFollower.h.
| 
 | protected | 
Definition at line 55 of file ActiveStateFollower.h.
| 
 | protected | 
Definition at line 58 of file ActiveStateFollower.h.
| 
 | protected | 
Definition at line 56 of file ActiveStateFollower.h.