|
|
#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/layout/LayoutThread.h>
Inheritance diagram for LayoutThread: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 47 of file LayoutThread.cpp.
Here is the caller graph for this function: