![]() |
Computer Assited Medical Intervention Tool Kit
|
#include <Statistics.h>
Public Member Functions | |
void | hide () |
hide display | |
Statistics (Monitor *monitor, MMLComponent *manager) | |
constructor | |
void | update () |
update display | |
~Statistics () | |
destructor | |
![]() | |
MMLMonitorDisplay (Monitor *monitor, MMLComponent *manager) | |
constructor | |
~MMLMonitorDisplay () | |
destructor |
Private Attributes | |
int | line |
row line in monitor table | |
int | oldRowSize |
old row size in the monitors table | |
QTableWidget * | table |
tabular |
Additional Inherited Members | |
![]() | |
MMLComponent * | manager |
display | |
Monitor * | monitor |
monitor |
Statistics::Statistics | ( | Monitor * | monitor, |
MMLComponent * | manager | ||
) |
constructor
References MMLComponent::getDisplay(), MMLDisplay::getDisplayedMonitorLine(), MMLComponent::getMonitoringGuiManager(), line, oldRowSize, and table.
Statistics::~Statistics | ( | ) |
destructor
|
virtual |
hide display
Implements MMLMonitorDisplay.
References MMLComponent::getMonitoringGuiManager(), line, MMLMonitorDisplay::manager, oldRowSize, and table.
|
virtual |
update display
Implements MMLMonitorDisplay.
References MMLComponent::getMonitoringGuiManager(), line, MMLMonitorDisplay::manager, MMLMonitorDisplay::monitor, and table.
|
private |
row line in monitor table
Referenced by hide(), Statistics(), and update().
|
private |
old row size in the monitors table
Referenced by hide(), and Statistics().
|
private |
tabular
Referenced by hide(), Statistics(), and update().