Class used to evaluate the coordinates given as degree-minute-second values. More...
Public Member Functions | |
| DMSValidator (QWidget *parent=nullptr) | |
| Constructor. More... | |
| void | fixup (QString &value) const override |
| Used to try to fix some errors on value. More... | |
| State | validate (QString &value, int &) const override |
| Verifies if the value is a degree-minute-second valid value. More... | |
| ~DMSValidator () override=default | |
| Destructor. More... | |
Class used to evaluate the coordinates given as degree-minute-second values.
Definition at line 289 of file InputCoordinateDialog.cpp.
|
inline |
Constructor.
| parent | Used by Qt to manage the pointers. |
Definition at line 298 of file InputCoordinateDialog.cpp.
References ~DMSValidator().
|
overridedefault |
Destructor.
Referenced by DMSValidator().
|
inlineoverride |
Used to try to fix some errors on value.
| value | The string to be fixed. |
Definition at line 325 of file InputCoordinateDialog.cpp.
References d, GetDMSAsString(), and IsAValidDMSValue().
|
inlineoverride |
Verifies if the value is a degree-minute-second valid value.
| value | The formatted value. |
Definition at line 315 of file InputCoordinateDialog.cpp.
References IsAValidDMSValue().