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