Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Slots | Signals | Public Member Functions | Private Attributes | List of all members
MonitoringDriver Class Reference

TODO Comment class here. More...

#include <MonitoringDriver.h>

+ Inheritance diagram for MonitoringDriver:

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...
 
virtual ~MonitoringDriver ()
 Destructor. More...
 

Private Attributes

MonitoringGuiManagerguiManager
 the monitoring manager More...
 
QTimer * timer
 the simulation timer More...
 

Detailed Description

TODO Comment class here.

Constructor & Destructor Documentation

MonitoringDriver::MonitoringDriver ( MonitoringGuiManager guiManager)

Constructor.

virtual MonitoringDriver::~MonitoringDriver ( )
virtual

Destructor.

Member Function Documentation

void MonitoringDriver::doOneStep ( )
signal

signal call when one step is to be performed

void MonitoringDriver::init ( )
bool MonitoringDriver::isTimerActive ( )

is the timer currently running

void MonitoringDriver::play ( )
slot

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

void MonitoringDriver::startTimer ( )

starts the timer that will repeatedly call play and emit doOneStep

void MonitoringDriver::stopTimer ( )

stop the timer

Member Data Documentation

MonitoringGuiManager* MonitoringDriver::guiManager
private

the monitoring manager

QTimer* MonitoringDriver::timer
private

the simulation timer


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