#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/layout/LayoutWorker.h>
|
void | isConnected (size_t workerId) |
| isConnected Notifies that worker with id workerId is now connected to its mediator. More...
|
|
void | layout (bool layoutAll) |
| layout Starts layouting. More...
|
|
void | stateDeleted () |
| stateDeleted The corresponding state was deleted. More...
|
|
Definition at line 34 of file LayoutWorker.h.
◆ LayoutWorker()
LayoutWorker Sets state and id as specified.
Initializes an empty Graph.
- Parameters
-
state | The state which this worker layouts. |
id | The worker's ID for communication with the LayoutController. |
Definition at line 43 of file LayoutWorker.cpp.
◆ ~LayoutWorker()
◆ buildGraph
buildGraph Tells the StateModelLayoutMediator to build the first version of this graph
- Parameters
-
graph | The graph to be filled. |
◆ deleteMe
void deleteMe |
( |
size_t |
id | ) |
|
|
signal |
deleteMe To be emitted when this worker ought to be deleted because its corresponding mediator was deleted.
- Parameters
-
◆ isConnected
void isConnected |
( |
size_t |
workerId | ) |
|
|
slot |
isConnected Notifies that worker with id workerId is now connected to its mediator.
If workerId is this worker's id, send a pointer to the graphviz graph to the mediator.
- Parameters
-
workerId | The id of the worker who is connected. |
Definition at line 130 of file LayoutWorker.cpp.
◆ layout
void layout |
( |
bool |
layoutAll | ) |
|
|
slot |
layout Starts layouting.
- Parameters
-
layoutAll | If true, layout edges and nodes, if false only layout edges. |
Definition at line 109 of file LayoutWorker.cpp.
◆ layoutingFinished
void layoutingFinished |
( |
| ) |
|
|
signal |
layoutingFinished Indicates that this worker finished its layout task.
◆ stateDeleted
stateDeleted The corresponding state was deleted.
Definition at line 104 of file LayoutWorker.cpp.
The documentation for this class was generated from the following files: