|
Engauge Digitizer
2
|
Angular units according to CoordUnitsPolarTheta. More...
#include <FormatDegreesMinutesSecondsPolarTheta.h>


Public Member Functions | |
| FormatDegreesMinutesSecondsPolarTheta () | |
| Single constructor. More... | |
| 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. More... | |
Public Member Functions inherited from FormatDegreesMinutesSecondsBase | |
| FormatDegreesMinutesSecondsBase () | |
| Single constructor. More... | |
| ~FormatDegreesMinutesSecondsBase () | |
| QValidator::State | parseInput (const QString &stringUntrimmed, double &value) const |
| Parse the input string into a number value. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from FormatDegreesMinutesSecondsBase | |
| QString | formatOutputDegreesMinutesSeconds (double value) const |
| Format as degrees, minutes and seconds without hemisphere. More... | |
| QString | formatOutputDegreesMinutesSecondsNsew (double value, bool isNsHemisphere) const |
| Format as degrees, minutes and seconds with hemisphere. More... | |
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.
1.8.14