TODO Comment class here. More...
#include <MonitoringDriver.h>
Public Slots | |
| void | play () |
| Slot called when at each timer tick (i.e. after the same interval of time). | |
Signals | |
| void | doOneStep () |
| signal call when one step is to be performed | |
Public Member Functions | |
| void | init () |
| bool | isTimerActive () |
| is the timer currently running | |
| MonitoringDriver (MonitoringGuiManager *guiManager) | |
| Constructor. | |
| void | startTimer () |
| starts the timer that will repeatedly call play and emit doOneStep | |
| void | stopTimer () |
| stop the timer | |
| ~MonitoringDriver () override | |
| Destructor. | |
TODO Comment class here.
| MonitoringDriver::MonitoringDriver | ( | MonitoringGuiManager * | guiManager | ) |
Constructor.
|
override |
Destructor.
References stopTimer().
|
signal |
signal call when one step is to be performed
Referenced by play().
| void MonitoringDriver::init | ( | ) |
References play().
| bool MonitoringDriver::isTimerActive | ( | ) |
is the timer currently running
|
slot |
Slot called when at each timer tick (i.e. after the same interval of time).
References doOneStep(), and startTimer().
Referenced by init().
| void MonitoringDriver::startTimer | ( | ) |
starts the timer that will repeatedly call play and emit doOneStep
Referenced by play().
| void MonitoringDriver::stopTimer | ( | ) |
stop the timer
Referenced by ~MonitoringDriver().