Computer Assited Medical Intervention Tool Kit  version 4.1
Public Slots | Public Member Functions | Private Attributes | List of all members
MMLDisplay Class Reference

TODO Describe the class here. More...

#include <MMLDisplay.h>

Inherits QObject.

Public Slots

void connectMonitor ()
 slot called when Monitor displayed have changed More...
 
void connectPml ()
 slot called when physical model have changed More...
 
MonitorgetDisplayedMonitor ()
 get the displayed monitor More...
 
int getDisplayedMonitorLine ()
 get the line of the displayed monitor in the monitor tab More...
 
void updateDisplay ()
 slot called when display have to be updated More...
 
void updateMonitorsTable ()
 slot called when Monitors tab have to be updated More...
 

Public Member Functions

 MMLDisplay (MMLComponent *mmlManager)
 
 ~MMLDisplay () override
 

Private Attributes

MMLComponentmmlManager
 
MMLMonitorDisplaymonitorDisplay
 

Detailed Description

TODO Describe the class here.

Constructor & Destructor Documentation

◆ MMLDisplay()

MMLDisplay::MMLDisplay ( MMLComponent mmlManager)

◆ ~MMLDisplay()

MMLDisplay::~MMLDisplay ( )
override

References monitorDisplay.

Member Function Documentation

◆ connectMonitor

void MMLDisplay::connectMonitor ( )
slot

◆ connectPml

void MMLDisplay::connectPml ( )
slot

slot called when physical model have changed

References MMLComponent::connectPml(), and mmlManager.

Referenced by MMLDisplay().

◆ getDisplayedMonitor

Monitor * MMLDisplay::getDisplayedMonitor ( )
slot

◆ getDisplayedMonitorLine

int MMLDisplay::getDisplayedMonitorLine ( )
slot

◆ updateDisplay

void MMLDisplay::updateDisplay ( )
slot

◆ updateMonitorsTable

void MMLDisplay::updateMonitorsTable ( )
slot

Member Data Documentation

◆ mmlManager

MMLComponent* MMLDisplay::mmlManager
private

◆ monitorDisplay

MMLMonitorDisplay* MMLDisplay::monitorDisplay
private

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