Engauge Digitizer 2
|
Validator for angles in real degrees, integer degrees and real minutes, or integer degrees with integer minutes with real seconds. More...
#include <DlgValidatorDegreesMinutesSeconds.h>
Public Member Functions | |
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. | |
![]() | |
DlgValidatorAbstract (QObject *parent=0) | |
Single constructor. | |
virtual | ~DlgValidatorAbstract () |
Validator for angles in real degrees, integer degrees and real minutes, or integer degrees with integer minutes with real seconds.
Definition at line 17 of file DlgValidatorDegreesMinutesSeconds.h.
DlgValidatorDegreesMinutesSeconds::DlgValidatorDegreesMinutesSeconds | ( | CoordScale | coordScale, |
QObject * | parent = 0 ) |
Single constructor.
Definition at line 11 of file DlgValidatorDegreesMinutesSeconds.cpp.
|
virtual |
Validate according to the numeric format specific to the leaf class.
Implements DlgValidatorAbstract.
Definition at line 19 of file DlgValidatorDegreesMinutesSeconds.cpp.