7 #include "DlgValidatorDegreesMinutesSeconds.h" 8 #include "FormatDegreesMinutesSecondsBase.h" 14 m_coordScale (coordScale)
16 LOG4CPP_INFO_S ((*mainCat)) <<
"DlgValidatorDegreesMinutesSeconds::DlgValidatorDegreesMinutesSeconds";
25 return formatDegreesMinutesSeconds.
parseInput (input,
Abstract validator for all numeric formats.
DlgValidatorDegreesMinutesSeconds(CoordScale coordScale, 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.