Go to the documentation of this file.
78 void layout(
bool layoutAll);
108 void layoutWithAlgo(std::string algorithm);
std::shared_ptr< LockableGraph > LockableGraphPtr
void layoutingFinished()
layoutingFinished Indicates that this worker finished its layout task.
void deleteMe(size_t id)
deleteMe To be emitted when this worker ought to be deleted because its corresponding mediator was de...
void isConnected(size_t workerId)
isConnected Notifies that worker with id workerId is now connected to its mediator.
LayoutWorker(size_t workerId, QString name, GvcPtr gvContext)
LayoutWorker Sets state and id as specified.
void stateDeleted()
stateDeleted The corresponding state was deleted.
void buildGraph(LockableGraphPtr graph)
buildGraph Tells the StateModelLayoutMediator to build the first version of this graph
This file offers overloads of toIce() and fromIce() functions for STL container types.
void layout(bool layoutAll)
layout Starts layouting.