Computer Assited Medical Intervention Tool Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Slots | Public Member Functions | Private Member Functions | Private Attributes | List of all members
Tabular Class Reference

#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
MMLComponentmanager
 display More...
 
Monitor * monitor
 monitor More...
 

Constructor & Destructor Documentation

Tabular::Tabular ( Monitor *  monitor,
MMLComponent manager 
)
Tabular::~Tabular ( )

destructor

References table.

Member Function Documentation

void Tabular::copy ( )
slot

References table.

Referenced by eventFilter().

bool Tabular::eventFilter ( QObject *  obj,
QEvent *  event 
)
private

event filter which manage opening of the tabular popup menu when rigth click is pressed

References copy(), and table.

void Tabular::hide ( )
virtual
void Tabular::update ( )
virtual

Member Data Documentation

int Tabular::line
private

row line in monitor table

Referenced by hide(), Tabular(), and update().

int Tabular::oldRowSize
private

old row size in the monitors table

Referenced by hide(), and Tabular().

QTableWidget* Tabular::table
private

the tabular

Referenced by copy(), eventFilter(), hide(), Tabular(), update(), and ~Tabular().


The documentation for this class was generated from the following files: