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