Computer Assisted Medical Intervention Tool Kit  version 5.1
 
Loading...
Searching...
No Matches
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)
 

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.
 

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: