Engauge Digitizer 2
|
Angular units according to CoordUnitsPolarTheta. More...
#include <FormatDegreesMinutesSecondsPolarTheta.h>
Public Member Functions | |
FormatDegreesMinutesSecondsPolarTheta () | |
Single constructor. | |
QString | formatOutput (CoordUnitsPolarTheta coordUnits, double value, bool isXTheta) const |
Format the degrees/minutes/seconds value. Distinguishing x/theta versus y/radius is required for N/S/E/W hemispheres. | |
![]() | |
FormatDegreesMinutesSecondsBase () | |
Single constructor. | |
~FormatDegreesMinutesSecondsBase () | |
QValidator::State | parseInput (const QString &stringUntrimmed, double &value) const |
Parse the input string into a number value. | |
Additional Inherited Members | |
![]() | |
QString | formatOutputDegreesMinutesSeconds (double value) const |
Format as degrees, minutes and seconds without hemisphere. | |
QString | formatOutputDegreesMinutesSecondsNsew (double value, bool isNsHemisphere) const |
Format as degrees, minutes and seconds with hemisphere. | |
Angular units according to CoordUnitsPolarTheta.
Definition at line 15 of file FormatDegreesMinutesSecondsPolarTheta.h.
FormatDegreesMinutesSecondsPolarTheta::FormatDegreesMinutesSecondsPolarTheta | ( | ) |
Single constructor.
Definition at line 17 of file FormatDegreesMinutesSecondsPolarTheta.cpp.
QString FormatDegreesMinutesSecondsPolarTheta::formatOutput | ( | CoordUnitsPolarTheta | coordUnits, |
double | value, | ||
bool | isXTheta ) const |
Format the degrees/minutes/seconds value. Distinguishing x/theta versus y/radius is required for N/S/E/W hemispheres.
Definition at line 21 of file FormatDegreesMinutesSecondsPolarTheta.cpp.