|
#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/layout/LayoutThread.h>
Public Member Functions | |
LayoutController & | getController () |
LayoutThread (armarx::statechartmodel::StatePtr state=statechartmodel::StatePtr(new statechartmodel::State()), bool startEnabled=true) | |
void | run () |
void | setState (armarx::statechartmodel::StatePtr state) |
setState Stops the event loop and resets the top state. More... | |
~LayoutThread () override | |
Definition at line 35 of file LayoutThread.h.
|
explicit |
|
override |
Definition at line 40 of file LayoutThread.cpp.
|
inline |
void run | ( | ) |
void setState | ( | armarx::statechartmodel::StatePtr | state | ) |
setState Stops the event loop and resets the top state.
All layouting done before is nullified by this. run() has to be called afterwards to resume layouting.
state | The new top state. |
Definition at line 46 of file LayoutThread.cpp.