gSAFE  1.3.8
Public Slots | Signals | Public Member Functions | List of all members
HDynTableDispConnector Class Reference

#include <guilib.h>

Inherits QObject.

Public Slots

int refreshGui (void)
 
int slotCellChanged (int row, int column)
 

Signals

void dataChangedByGui (void)
 

Public Member Functions

 HDynTableDispConnector (HDynTable *dynt, QTableWidget *qtw)
 

Detailed Description

This class can connect a HDynTable object to a QTableWidget object. It initializes the QTableWidget object the correct way (See HDynTable describe) It keeps the two object's connected and handles the data changes until it's deleted. See the using example in HDynTable describe.

See Also
HDynTable

Definition at line 1479 of file guilib.h.

Constructor & Destructor Documentation

HDynTableDispConnector::HDynTableDispConnector ( HDynTable dynt,
QTableWidget *  qtw 
)

Initializes the connection between the HDynTable and the QTableWidget

Definition at line 4899 of file guilib.cpp.

Member Function Documentation

void HDynTableDispConnector::dataChangedByGui ( void  )
signal

Emitted when the user changed the data in the gui. When thi signal is emitted the data was already changed in the HDynTable.

int HDynTableDispConnector::refreshGui ( void  )
slot

It refresh the gui from the HDynTable

Definition at line 5019 of file guilib.cpp.

int HDynTableDispConnector::slotCellChanged ( int  row,
int  column 
)
slot

The QTableWidget's cellChanged signal will be connected to this slot. You don't need to use.

Definition at line 4984 of file guilib.cpp.


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