7 #ifndef DLG_VALIDATOR_DATE_TIME_H
8 #define DLG_VALIDATOR_DATE_TIME_H
10 #include "CoordScale.h"
11 #include "CoordUnitsNonPolarTheta.h"
12 #include "CoordUnitsPolarTheta.h"
13 #include "DlgValidatorAbstract.h"
21 CoordUnitsDate coordUnitsDate,
22 CoordUnitsTime coordUnitsTime,
25 virtual QValidator::State
validate (QString &input,
31 const CoordScale m_coordScale;
32 const CoordUnitsDate m_coordUnitsDate;
33 const CoordUnitsTime m_coordUnitsTime;
36 #endif // DLG_VALIDATOR_DATE_TIME_H
virtual QValidator::State validate(QString &input, int &pos) const
Validate according to the numeric format specific to the leaf class.
Validator for numeric value expressed as date and/or time.
Abstract validator for all numeric formats.