Qt 4.8
|
Public Types | |
enum | Casemode { NoCaseMode, Upper, Lower } |
Public Variables | |
Casemode | caseMode |
QChar | maskChar |
bool | separator |
Definition at line 390 of file qlinecontrol_p.h.
Casemode QLineControl::MaskInputData::caseMode |
Definition at line 394 of file qlinecontrol_p.h.
Referenced by QLineControl::parseInputMask().
QChar QLineControl::MaskInputData::maskChar |
Definition at line 392 of file qlinecontrol_p.h.
Referenced by QLineControl::clearString(), QLineControl::hasAcceptableInput(), QLineControl::maskString(), QLineControl::parseInputMask(), and QLineControl::stripString().
bool QLineControl::MaskInputData::separator |
Definition at line 393 of file qlinecontrol_p.h.
Referenced by QLineControl::maskString(), and QLineControl::parseInputMask().