TODO Describe the class here. More...
#include <MMLDisplay.h>
Public Slots | |
| void | connectMonitor () |
| slot called when Monitor displayed have changed | |
| void | connectPml () |
| slot called when physical model have changed | |
| Monitor * | getDisplayedMonitor () |
| get the displayed monitor | |
| int | getDisplayedMonitorLine () |
| get the line of the displayed monitor in the monitor tab | |
| void | updateDisplay () |
| slot called when display have to be updated | |
| void | updateMonitorsTable () |
| slot called when Monitors tab have to be updated | |
Public Member Functions | |
| MMLDisplay (MMLComponent *mmlManager) | |
| ~MMLDisplay () override | |
TODO Describe the class here.
| MMLDisplay::MMLDisplay | ( | MMLComponent * | mmlManager | ) |
References connectPml(), updateDisplay(), and updateMonitorsTable().
|
override |
|
slot |
slot called when Monitor displayed have changed
References MMLMonitorDisplayFactory::createMonitorDisplay(), MMLMonitorDisplayFactory::getInstance(), and updateDisplay().
Referenced by updateMonitorsTable().
|
slot |
slot called when physical model have changed
Referenced by MMLDisplay().
|
slot |
get the displayed monitor
|
slot |
get the line of the displayed monitor in the monitor tab
|
slot |
slot called when display have to be updated
Referenced by connectMonitor(), and MMLDisplay().
|
slot |
slot called when Monitors tab have to be updated
References connectMonitor(), MMLMonitorDisplayFactory::getDisplayByType(), MMLMonitorDisplayFactory::getInstance(), MMLMonitorDisplayFactory::getNumberOfDisplaysByType(), and Monitor::getValueType().
Referenced by MMLDisplay().