![]() |
Computer Assited Medical Intervention Tool Kit
|
#include <Tabular.h>
Inheritance diagram for Tabular:Public Slots | |
| void | copy () |
Public Member Functions | |
| void | hide () |
| hide display | |
| Tabular (Monitor *monitor, MMLComponent *manager) | |
| constructor | |
| void | update () |
| update display | |
| ~Tabular () | |
| destructor | |
Public Member Functions inherited from MMLMonitorDisplay | |
| MMLMonitorDisplay (Monitor *monitor, MMLComponent *manager) | |
| constructor | |
| ~MMLMonitorDisplay () | |
| destructor | |
Private Member Functions | |
| bool | eventFilter (QObject *obj, QEvent *event) |
| event filter which manage opening of the tabular popup menu when rigth click is pressed | |
Private Attributes | |
| int | line |
| row line in monitor table | |
| int | oldRowSize |
| old row size in the monitors table | |
| QTableWidget * | table |
| the tabular | |
Additional Inherited Members | |
Protected Attributes inherited from MMLMonitorDisplay | |
| MMLComponent * | manager |
| display | |
| Monitor * | monitor |
| monitor | |
| Tabular::Tabular | ( | Monitor * | monitor, |
| MMLComponent * | manager | ||
| ) |
constructor
References MMLComponent::getDisplay(), MMLDisplay::getDisplayedMonitorLine(), MMLComponent::getMonitoringGuiManager(), line, oldRowSize, and table.
| Tabular::~Tabular | ( | ) |
destructor
References table.
|
slot |
References table.
Referenced by eventFilter().
|
private |
|
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 |
|
private |
the tabular
Referenced by copy(), eventFilter(), hide(), Tabular(), update(), and ~Tabular().
1.8.1.2