flowcontrol.h
168 #warning forse in farsa 2 questa roba si può mettere nella classe Component che ha una struttura gerarchica, in modo da propagare automaticamente il flow controller ai figli. In tal caso la funzione flowControllerChanged può essere forse rimossa
The base for classes that have a controllable flow of execution.
Definition: flowcontrol.h:170
This file contains the common type defitions used on the whole framework.
virtual bool stop()
The function to check if execution should be terminated as soon as possible.
Definition: flowcontrol.h:76
void setFlowController(FlowController *flowController)
Sets the flow controller object to use.
Definition: flowcontrol.h:206
The interface for classes controlling the flow of execution.
Definition: flowcontrol.h:36
virtual void flowControllerChanged(FlowController *flowController)
The function called when the flow controller changes.
Definition: flowcontrol.h:248