Computer Assisted Medical Intervention Tool Kit  version 6.0
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 ( )

References play().

◆ isTimerActive()

bool MonitoringDriver::isTimerActive ( )

is the timer currently running

◆ 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().

◆ stopTimer()

void MonitoringDriver::stopTimer ( )

stop the timer

Referenced by ~MonitoringDriver().


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