Engauge Digitizer  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CoordSymbol.h
Go to the documentation of this file.
1 /******************************************************************************************************
2  * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3  * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4  * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5  ******************************************************************************************************/
6 
7 #ifndef COORD_SYMBOL_H
8 #define COORD_SYMBOL_H
9 
11 
12 #include <QString>
13 
14 extern const int COORD_SYMBOL_DEGREES;
15 extern const int COORD_SYMBOL_MINUTES_PRIME;
16 extern const int COORD_SYMBOL_MINUTES_APOSTROPHE;
17 extern const int COORD_SYMBOL_SECONDS_DOUBLE_PRIME;
18 extern const int COORD_SYMBOL_SECONDS_QUOTATIONS;
19 
20 extern const QChar THETA;
21 
22 extern const QString POLAR_UNITS_DEGREES;
23 extern const QString POLAR_UNITS_DEGREES_MINUTES;
24 extern const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS;
25 extern const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS_NSEW;
26 extern const QString POLAR_UNITS_GRADIANS;
27 extern const QString POLAR_UNITS_RADIANS;
28 extern const QString POLAR_UNITS_TURNS;
29 
30 #endif // COORD_SYMBOL_H
31 
const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS_NSEW
Definition: CoordSymbol.cpp:24
const QString POLAR_UNITS_GRADIANS
Definition: CoordSymbol.cpp:27
const QString POLAR_UNITS_DEGREES
Definition: CoordSymbol.cpp:17
const int COORD_SYMBOL_MINUTES_PRIME
Definition: CoordSymbol.cpp:10
const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS
Definition: CoordSymbol.cpp:21
const int COORD_SYMBOL_SECONDS_DOUBLE_PRIME
Definition: CoordSymbol.cpp:12
const int COORD_SYMBOL_SECONDS_QUOTATIONS
Definition: CoordSymbol.cpp:13
const QString POLAR_UNITS_RADIANS
Definition: CoordSymbol.cpp:28
const int COORD_SYMBOL_DEGREES
Mathematical symbols for degrees, minutes, seconds input/outputs from/to users.
Definition: CoordSymbol.cpp:9
const QChar THETA
const QString POLAR_UNITS_TURNS
Definition: CoordSymbol.cpp:29
const QString POLAR_UNITS_DEGREES_MINUTES
Definition: CoordSymbol.cpp:18
const int COORD_SYMBOL_MINUTES_APOSTROPHE
Definition: CoordSymbol.cpp:11