|
|
| textNumberValidator (double *val, double minvalue=0.0, double maxvalue=0.0) |
| |
|
| textNumberValidator (int *val, int minvalue=0, int maxvalue=0) |
| |
|
| textNumberValidator (const textNumberValidator &val) |
| |
|
virtual wxObject * | Clone () const |
| |
|
bool | Copy (const textNumberValidator &val) |
| |
|
virtual bool | Validate (wxWindow *parent) |
| |
|
virtual bool | TransferToWindow () |
| |
|
virtual bool | TransferFromWindow () |
| |
|
void | OnChar (wxKeyEvent &event) |
| |
|
|
bool | CheckValidator () const |
| |
|
|
double * | m_doubleValue |
| |
|
double | m_doubleMin |
| |
|
double | m_doubleMax |
| |
|
int * | m_intValue |
| |
|
int | m_intMin |
| |
|
int | m_intMax |
| |
|
bool | m_isDouble |
| |
The documentation for this class was generated from the following files: