Generic class for MML Monitor 3D/Graphical representation. More...
#include <MMLMonitorDisplay.h>
Inheritance diagram for MMLMonitorDisplay:
Collaboration diagram for MMLMonitorDisplay: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().
Here is the caller graph for this function:
|
pure virtual |
update display
Implemented in Tabular, Statistics, Arrows, and Colors.
Referenced by MMLDisplay::updateDisplay().
Here is the caller graph for this function:
|
protected |
|
protected |
monitor
Referenced by MMLMonitorDisplay(), Colors::update(), Arrows::update(), Statistics::update(), and Tabular::update().