Engauge Digitizer 2
Loading...
Searching...
No Matches
CoordUnitsNonPolarTheta.cpp File Reference
#include "CoordSymbol.h"
#include "CoordUnitsNonPolarTheta.h"
#include <QObject>
Include dependency graph for CoordUnitsNonPolarTheta.cpp:

Go to the source code of this file.

Functions

QString coordUnitsNonPolarThetaToBriefType (CoordUnitsNonPolarTheta coordUnits)
QString coordUnitsNonPolarThetaToString (CoordUnitsNonPolarTheta coordUnits)

Function Documentation

◆ coordUnitsNonPolarThetaToBriefType()

QString coordUnitsNonPolarThetaToBriefType ( CoordUnitsNonPolarTheta coordUnits)

Definition at line 11 of file CoordUnitsNonPolarTheta.cpp.

12{
13 switch (coordUnits) {
14
16 return QObject::tr ("Date Time");
17
19 return QObject::tr ("Degrees");
20
22 return QObject::tr ("Degrees");
23
25 return QObject::tr ("Number");
26
27 default:
28 return QObject::tr ("Unknown");
29 }
30}
@ COORD_UNITS_NON_POLAR_THETA_DEGREES_MINUTES_SECONDS
@ COORD_UNITS_NON_POLAR_THETA_DEGREES_MINUTES_SECONDS_NSEW
@ COORD_UNITS_NON_POLAR_THETA_NUMBER
@ COORD_UNITS_NON_POLAR_THETA_DATE_TIME

◆ coordUnitsNonPolarThetaToString()

QString coordUnitsNonPolarThetaToString ( CoordUnitsNonPolarTheta coordUnits)

Definition at line 32 of file CoordUnitsNonPolarTheta.cpp.

33{
34 switch (coordUnits) {
35
37 return QObject::tr ("Date/Time");
38
41
44
46 return QObject::tr ("Number");
47
48 default:
49 return QObject::tr ("Unknown");
50 }
51}
const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS_NSEW
const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS