Computer Assisted Medical Intervention Tool Kit  version 5.1
MonitoringDriver Class Reference

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) More...
 

Signals

void doOneStep ()
 signal call when one step is to be performed More...
 

Public Member Functions

void init ()
 
bool isTimerActive ()
 is the timer currently running More...
 
 MonitoringDriver (MonitoringGuiManager *guiManager)
 Constructor. More...
 
void startTimer ()
 starts the timer that will repeatedly call play and emit doOneStep More...
 
void stopTimer ()
 stop the timer More...
 
 ~MonitoringDriver () override
 Destructor. More...
 

Detailed Description

TODO Comment class here.

Constructor & Destructor Documentation

◆ MonitoringDriver()

MonitoringDriver::MonitoringDriver ( MonitoringGuiManager guiManager)

Constructor.

◆ ~MonitoringDriver()

MonitoringDriver::~MonitoringDriver ( )
override

Destructor.

References stopTimer().

Member Function Documentation

◆ doOneStep

void MonitoringDriver::doOneStep ( )
signal

signal call when one step is to be performed

Referenced by play().

◆ init()

void MonitoringDriver::init ( )

◆ isTimerActive()

bool MonitoringDriver::isTimerActive ( )

is the timer currently running

Referenced by MonitoringGuiManager::simulate().

◆ play

void MonitoringDriver::play ( )
slot

Slot called when at each timer tick (i.e. after the same interval of time)

References doOneStep(), and startTimer().

Referenced by init().

◆ startTimer()

void MonitoringDriver::startTimer ( )

starts the timer that will repeatedly call play and emit doOneStep

Referenced by play(), and MonitoringGuiManager::simulate().

◆ stopTimer()

void MonitoringDriver::stopTimer ( )

The documentation for this class was generated from the following files: