26 #ifndef MONITORINGSIMULATIONDRIVER_H
27 #define MONITORINGSIMULATIONDRIVER_H
TODO Comment class here.
Definition: MonitoringDriver.h:41
void init()
Definition: MonitoringDriver.cpp:46
void startTimer()
starts the timer that will repeatedly call play and emit doOneStep
Definition: MonitoringDriver.cpp:68
~MonitoringDriver() override
Destructor.
Definition: MonitoringDriver.cpp:39
void stopTimer()
stop the timer
Definition: MonitoringDriver.cpp:73
bool isTimerActive()
is the timer currently running
Definition: MonitoringDriver.cpp:78
MonitoringDriver(MonitoringGuiManager *guiManager)
Constructor.
Definition: MonitoringDriver.cpp:33
void doOneStep()
signal call when one step is to be performed
void play()
Slot called when at each timer tick (i.e. after the same interval of time)
Definition: MonitoringDriver.cpp:56
A GUI to manipulate mml documents.
Definition: MonitoringGuiManager.h:45