|
Engauge Digitizer 2
|
Validator for numeric value expressed as date and/or time. More...
#include <DlgValidatorDateTime.h>


Public Member Functions | |
| DlgValidatorDateTime (CoordScale coordScale, CoordUnitsDate coordUnitsDate, CoordUnitsTime coordUnitsTime, QObject *parent=0) | |
| Single constructor. | |
| virtual QValidator::State | validate (QString &input, int &pos) const |
| Validate according to the numeric format specific to the leaf class. | |
| Public Member Functions inherited from DlgValidatorAbstract | |
| DlgValidatorAbstract (QObject *parent=0) | |
| Single constructor. | |
| virtual | ~DlgValidatorAbstract () |
Validator for numeric value expressed as date and/or time.
Definition at line 16 of file DlgValidatorDateTime.h.
| DlgValidatorDateTime::DlgValidatorDateTime | ( | CoordScale | coordScale, |
| CoordUnitsDate | coordUnitsDate, | ||
| CoordUnitsTime | coordUnitsTime, | ||
| QObject * | parent = 0 ) |
Single constructor.
Definition at line 11 of file DlgValidatorDateTime.cpp.
|
virtual |
Validate according to the numeric format specific to the leaf class.
Implements DlgValidatorAbstract.
Definition at line 23 of file DlgValidatorDateTime.cpp.