7 #ifndef COORD_UNITS_POLAR_THETA_H 8 #define COORD_UNITS_POLAR_THETA_H 12 extern const QChar THETA;
14 enum CoordUnitsPolarTheta {
15 COORD_UNITS_POLAR_THETA_DEGREES,
16 COORD_UNITS_POLAR_THETA_DEGREES_MINUTES,
17 COORD_UNITS_POLAR_THETA_DEGREES_MINUTES_SECONDS,
18 COORD_UNITS_POLAR_THETA_DEGREES_MINUTES_SECONDS_NSEW,
19 COORD_UNITS_POLAR_THETA_GRADIANS,
20 COORD_UNITS_POLAR_THETA_RADIANS,
21 COORD_UNITS_POLAR_THETA_TURNS,
22 NUM_COORD_UNITS_POLAR_THETA
25 extern QString coordUnitsPolarThetaToBriefType (CoordUnitsPolarTheta coordUnits);
26 extern QString coordUnitsPolarThetaToString (CoordUnitsPolarTheta coordUnitsPolarTheta);
28 #endif // COORD_UNITS_POLAR_THETA_H