7 #ifndef DLG_VALIDATOR_DEGREES_MINUTES_SECONDS_H 8 #define DLG_VALIDATOR_DEGREES_MINUTES_SECONDS_H 10 #include "CoordScale.h" 11 #include "CoordUnitsNonPolarTheta.h" 12 #include "CoordUnitsPolarTheta.h" 13 #include "DlgValidatorAbstract.h" 24 virtual QValidator::State
validate (QString &input,
30 const CoordScale m_coordScale;
33 #endif // DLG_VALIDATOR_DEGREES_MINUTES_SECONDS_H Abstract validator for all numeric formats.
Validator for angles in real degrees, integer degrees and real minutes, or integer degrees with integ...
virtual QValidator::State validate(QString &input, int &pos) const
Validate according to the numeric format specific to the leaf class.