|
wxExtend
Additional templates and function helpers for wxWidgets
|
Base class for hexadecimal validator. More...
#include <wxex/valhex.h>
Protected Member Functions | |
| wxHexValidatorBase (int style) | |
| Constructs new hexadecimal validator. | |
| wxHexValidatorBase (const wxHexValidatorBase &other) | |
| Copies a hexadecimal validator. | |
| bool | IsMinusOk (const wxString &val, int pos) const |
| Tests whether minus is acceptable at given position. | |
| wxString | ToString (LongestValueType value) const |
| Converts number to string. | |
Static Protected Member Functions | |
| static bool | FromString (const wxString &s, long *value) |
| Converts string to long. | |
Base class for hexadecimal validator.
|
protected |
Tests whether minus is acceptable at given position.
false