#include <wx/textctrl.h>#include <wx/regex.h>#include <wx/string.h>Go to the source code of this file.
Classes | |
| class | MaskTextCtrl |
Defines | |
| #define | Mask_ALPHANUMERIC 0 |
| #define | Mask_ALPHA 1 |
| #define | Mask_UDIGIT 2 |
| #define | Mask_DIGIT 3 |
| #define | Mask_UDECIMAL 4 |
| #define | Mask_DECIMAL 5 |
| #define | Mask_NUMERIC 6 |
| #define | Mask_NONE 99 |
| #define Mask_ALPHA 1 |
Definition at line 9 of file MaskTextCtrl.h.
Referenced by MaskTextCtrl::MaskOnChar(), and MaskTextCtrl::MaskSetValue().
| #define Mask_ALPHANUMERIC 0 |
Definition at line 8 of file MaskTextCtrl.h.
Referenced by MaskTextCtrl::MaskOnChar(), and MaskTextCtrl::MaskSetValue().
| #define Mask_DECIMAL 5 |
Definition at line 13 of file MaskTextCtrl.h.
Referenced by MaskTextCtrl::MaskCodeEdit(), MaskTextCtrl::MaskGetValue(), MaskTextCtrl::MaskOnChar(), MaskTextCtrl::MaskSetValue(), and MaskTextCtrl::MaskWriteChar().
| #define Mask_DIGIT 3 |
Definition at line 11 of file MaskTextCtrl.h.
Referenced by MaskTextCtrl::MaskOnChar(), MaskTextCtrl::MaskSetValue(), and MaskTextCtrl::MaskWriteChar().
| #define Mask_NONE 99 |
| #define Mask_NUMERIC 6 |
Definition at line 14 of file MaskTextCtrl.h.
Referenced by MaskTextCtrl::MaskOnChar(), and MaskTextCtrl::MaskSetValue().
| #define Mask_UDECIMAL 4 |
Definition at line 12 of file MaskTextCtrl.h.
Referenced by MaskTextCtrl::MaskCodeEdit(), MaskTextCtrl::MaskGetValue(), MaskTextCtrl::MaskOnChar(), and MaskTextCtrl::MaskSetValue().
| #define Mask_UDIGIT 2 |
Definition at line 10 of file MaskTextCtrl.h.
Referenced by MaskTextCtrl::MaskOnChar(), and MaskTextCtrl::MaskSetValue().
1.5.1-p1