gSAFE
1.3.8
|
#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) | |
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.
HDynTableDispConnector::HDynTableDispConnector | ( | HDynTable * | dynt, |
QTableWidget * | qtw | ||
) |
Initializes the connection between the HDynTable and the QTableWidget
Definition at line 4899 of file guilib.cpp.
|
signal |
Emitted when the user changed the data in the gui. When thi signal is emitted the data was already changed in the HDynTable.
|
slot |
It refresh the gui from the HDynTable
Definition at line 5019 of file guilib.cpp.
|
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.