gSAFE  1.3.8
Public Slots | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
HDispDataField Class Reference

#include <guilib.h>

Inheritance diagram for HDispDataField:
HDispCharHash HDispCheck HDispDate HDispFloating HDispKey HDispLargeText HDispNumber HDispNumHash HDispSmallText HDispSqlChoose HDispStatic HDispTimestamp

Public Slots

int disableControlSlot (void)
 
int enableControlSlot (void)
 
int timedUpdateSlot (void)
 
int updateDisplaySlot (void)
 

Public Member Functions

 HDispDataField (QWidget *parent, HDataField *d, bool _ro_mask=false)
 
virtual void disableControl (void)
 
virtual void enableControl (void)
 

Static Public Attributes

static QHBoxLayout * static_sublayout = NULL
 

Protected Member Functions

void paintEvent (QPaintEvent *e)
 

Protected Attributes

HDataFielddata
 
bool ro_mask
 
QHBoxLayout * sublayout
 
bool tbool
 

Detailed Description

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: