1 #ifndef COORD_UNITS_POLAR_THETA_H
2 #define COORD_UNITS_POLAR_THETA_H
6 extern const QChar THETA;
8 enum CoordUnitsPolarTheta {
9 COORD_UNITS_POLAR_THETA_DEGREES,
10 COORD_UNITS_POLAR_THETA_DEGREES_MINUTES,
11 COORD_UNITS_POLAR_THETA_DEGREES_MINUTES_SECONDS,
12 COORD_UNITS_POLAR_THETA_DEGREES_MINUTES_SECONDS_NSEW,
13 COORD_UNITS_POLAR_THETA_GRADIANS,
14 COORD_UNITS_POLAR_THETA_RADIANS,
15 COORD_UNITS_POLAR_THETA_TURNS,
16 NUM_COORD_UNITS_POLAR_THETA
19 extern QString coordUnitsPolarThetaToBriefType (CoordUnitsPolarTheta coordUnits);
20 extern QString coordUnitsPolarThetaToString (CoordUnitsPolarTheta coordUnitsPolarTheta);
22 #endif // COORD_UNITS_POLAR_THETA_H