![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Generic class for MML Monitor 3D/Graphical representation. More...
#include <MMLMonitorDisplay.h>
Inherits QObject.
Inherited by Arrows, Colors, Statistics, and Tabular.
Public Member Functions | |
| virtual void | hide ()=0 |
| hide display More... | |
| MMLMonitorDisplay (Monitor *monitor, MMLComponent *manager) | |
| constructor More... | |
| virtual void | update ()=0 |
| update display More... | |
| ~MMLMonitorDisplay () override=default | |
| destructor More... | |
Protected Attributes | |
| MMLComponent * | manager |
| display More... | |
| Monitor * | monitor |
| monitor More... | |
Generic class for MML Monitor 3D/Graphical representation.
| MMLMonitorDisplay::MMLMonitorDisplay | ( | Monitor * | monitor, |
| MMLComponent * | manager | ||
| ) |
|
overridedefault |
destructor
|
pure virtual |
hide display
Implemented in Tabular, Statistics, Arrows, and Colors.
Referenced by MMLDisplay::connectMonitor().
|
pure virtual |
update display
Implemented in Tabular, Statistics, Arrows, and Colors.
Referenced by MMLDisplay::updateDisplay().
|
protected |
display
Referenced by Arrows::hide(), Colors::hide(), Statistics::hide(), Tabular::hide(), MMLMonitorDisplay(), Arrows::update(), Colors::update(), Statistics::update(), and Tabular::update().
|
protected |
monitor
Referenced by MMLMonitorDisplay(), Colors::update(), Arrows::update(), Statistics::update(), and Tabular::update().
1.8.13