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