|
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
|
#include <DbField.h>
Inheritance diagram for FXEX::DbField::

Public Methods | |
| DbField () | |
| DbField (const FXString &name, const FXString &title, FXchar &value, FXObject *tgt=NULL, FXSelector sel=0) | |
| DbField (const FXString &name, const FXString &title, FXuchar &value, FXObject *tgt=NULL, FXSelector sel=0) | |
| DbField (const FXString &name, const FXString &title, FXshort &value, FXObject *tgt=NULL, FXSelector sel=0) | |
| DbField (const FXString &name, const FXString &title, FXushort &value, FXObject *tgt=NULL, FXSelector sel=0) | |
| DbField (const FXString &name, const FXString &title, FXint &value, FXObject *tgt=NULL, FXSelector sel=0) | |
| DbField (const FXString &name, const FXString &title, FXuint &value, FXObject *tgt=NULL, FXSelector sel=0) | |
| DbField (const FXString &name, const FXString &title, FXfloat &value, FXObject *tgt=NULL, FXSelector sel=0) | |
| DbField (const FXString &name, const FXString &title, FXdouble &value, FXObject *tgt=NULL, FXSelector sel=0) | |
| DbField (const FXString &name, const FXString &title, FXString &value, FXObject *tgt=NULL, FXSelector sel=0) | |
| DbField (const FXString &name, const FXString &title, DateField &value, FXObject *tgt=NULL, FXSelector sel=0) | |
| DbField (const FXString &name, const FXString &title, CurrencyField &value, FXObject *tgt=NULL, FXSelector sel=0) | |
| FXString | getName () const |
| FXString | getTitle () const |
| FXuint | getType () const |
| FXbool | hasFocus () const |
| void | setFocus () |
| void | killFocus () |
| FXbool | isEditable () const |
| void | setEditable (FXbool edit=TRUE) |
| virtual | ~DbField () |
Definition at line 63 of file DbField.h.
|
|
no data.
|
|
||||||||||||||||||||||||||||||||||||
|
CHAR data.
|
|
||||||||||||||||||||||||||||||||||||
|
UCHAR data.
|
|
||||||||||||||||||||||||||||||||||||
|
SHORT data.
|
|
||||||||||||||||||||||||||||||||||||
|
USHORT data.
|
|
||||||||||||||||||||||||||||||||||||
|
INT data.
|
|
||||||||||||||||||||||||||||||||||||
|
UINT data.
|
|
||||||||||||||||||||||||||||||||||||
|
FLOAT data.
|
|
||||||||||||||||||||||||||||||||||||
|
DOUBLE data.
|
|
||||||||||||||||||||||||||||||||||||
|
STRING data.
|
|
||||||||||||||||||||||||||||||||||||
|
DateField data.
|
|
||||||||||||||||||||||||||||||||||||
|
CurrencyField data.
|
|
|
dtor.
|
|
|
get name of field.
|
|
|
get title of field.
|
|
|
get field type.
|
|
|
is field focused.
|
|
|
set field focused.
|
|
|
stop focus on field.
|
|
|
is field editable.
|
|
|
set field editable.
|