#include <guilib.h>
|
int | disableControlSlot (void) |
|
int | enableControlSlot (void) |
|
int | timedUpdateSlot (void) |
|
int | updateDisplaySlot (void) |
|
|
| HDispDataField (QWidget *parent, HDataField *d, bool _ro_mask=false) |
|
virtual void | disableControl (void) |
|
virtual void | enableControl (void) |
|
|
static QHBoxLayout * | static_sublayout = NULL |
|
|
void | paintEvent (QPaintEvent *e) |
|
|
HDataField * | data |
|
bool | ro_mask |
|
QHBoxLayout * | sublayout |
|
bool | tbool |
|
HDispDataField is the correspond GUI class of HDataField meta-data class. This is the "universal" gui data field class. The meda-data classes will control this class automatically.
Because you don't need to use the HDataField directly, you don't need to use neither this class directly.
Other gui data field classes will be inherited from here.
Every HDataField descendant have a HDispDataField descendant class.
- See Also
- HDataField
Definition at line 764 of file guilib.h.
The documentation for this class was generated from the following files: