 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
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:67
~MonitoringDriver() override
Destructor.
Definition: MonitoringDriver.cpp:38
TODO Comment class here.
Definition: MonitoringDriver.h:40
bool isTimerActive()
is the timer currently running
Definition: MonitoringDriver.cpp:77
void stopTimer()
stop the timer
Definition: MonitoringDriver.cpp:72
void doOneStep()
signal call when one step is to be performed
A GUI to manipulate mml documents.
Definition: MonitoringGuiManager.h:44
QTimer * timer
the simulation timer
Definition: MonitoringDriver.h:100
MonitoringDriver(MonitoringGuiManager *guiManager)
Constructor.
Definition: MonitoringDriver.cpp:32
MonitoringGuiManager * guiManager
the monitoring manager
Definition: MonitoringDriver.h:97
void play()
Slot called when at each timer tick (i.e. after the same interval of time)
Definition: MonitoringDriver.cpp:55
void init()
Definition: MonitoringDriver.cpp:45