![]() |
Computer Assited Medical Intervention Tool Kit
|
#include <Tabular.h>
Public Slots | |
void | copy () |
Public Member Functions | |
void | hide () |
hide display | |
Tabular (Monitor *monitor, MMLComponent *manager) | |
constructor | |
void | update () |
update display | |
~Tabular () | |
destructor | |
![]() | |
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 | |
![]() | |
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().