![]() |
Computer Assited Medical Intervention Tool Kit
|
#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 () |
Private Attributes | |
MMLComponent * | mmlManager |
MMLMonitorDisplay * | monitorDisplay |
MMLDisplay::MMLDisplay | ( | MMLComponent * | mmlManager | ) |
MMLDisplay::~MMLDisplay | ( | ) |
References monitorDisplay.
|
slot |
slot called when Monitor displayed have changed
References MMLMonitorDisplayFactory::createMonitorDisplay(), MMLMonitorDisplayFactory::getInstance(), MMLComponent::getMonitoringGuiManager(), MMLMonitorDisplay::hide(), mmlManager, monitorDisplay, and updateDisplay().
Referenced by updateMonitorsTable().
|
slot |
slot called when physical model have changed
References MMLComponent::connectPml(), and mmlManager.
Referenced by MMLDisplay().
|
slot |
get the displayed monitor
References MMLComponent::getMonitoringGuiManager(), and mmlManager.
|
slot |
get the line of the displayed monitor in the monitor tab
References MMLComponent::getMonitoringGuiManager(), and mmlManager.
Referenced by Statistics::Statistics(), and Tabular::Tabular().
|
slot |
slot called when display have to be updated
References PMManagerDC::getDC(), MMLComponent::getMonitoringGuiManager(), MMLComponent::getPMManager(), mmlManager, monitorDisplay, AtomDC::resetAlreadyMovedFlag(), AtomDC::setPosition(), and MMLMonitorDisplay::update().
Referenced by connectMonitor(), MMLComponent::connectPml(), and MMLDisplay().
|
slot |
slot called when Monitors tab have to be updated
References connectMonitor(), MMLMonitorDisplayFactory::getDisplayByType(), MMLMonitorDisplayFactory::getInstance(), MMLComponent::getMonitoringGuiManager(), MMLMonitorDisplayFactory::getNumberOfDisplaysByType(), and mmlManager.
Referenced by MMLDisplay().
|
private |
Referenced by connectMonitor(), connectPml(), getDisplayedMonitor(), getDisplayedMonitorLine(), MMLDisplay(), updateDisplay(), and updateMonitorsTable().
|
private |
Referenced by connectMonitor(), MMLDisplay(), updateDisplay(), and ~MMLDisplay().