Engauge Digitizer 2
Loading...
Searching...
No Matches
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
14extern const int COORD_SYMBOL_DEGREES;
15extern const int COORD_SYMBOL_MINUTES_PRIME;
16extern const int COORD_SYMBOL_MINUTES_APOSTROPHE;
18extern const int COORD_SYMBOL_SECONDS_QUOTATIONS;
19
20extern const QChar THETA;
21
22extern const QString POLAR_UNITS_DEGREES;
23extern const QString POLAR_UNITS_DEGREES_MINUTES;
24extern const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS;
26extern const QString POLAR_UNITS_GRADIANS;
27extern const QString POLAR_UNITS_RADIANS;
28extern const QString POLAR_UNITS_TURNS;
29
30#endif // COORD_SYMBOL_H
31
const QChar THETA
const int COORD_SYMBOL_SECONDS_QUOTATIONS
Definition: CoordSymbol.cpp:13
const int COORD_SYMBOL_MINUTES_APOSTROPHE
Definition: CoordSymbol.cpp:11
const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS_NSEW
Definition: CoordSymbol.cpp:24
const QString POLAR_UNITS_DEGREES
Definition: CoordSymbol.cpp:17
const QString POLAR_UNITS_DEGREES_MINUTES
Definition: CoordSymbol.cpp:18
const int COORD_SYMBOL_DEGREES
Mathematical symbols for degrees, minutes, seconds input/outputs from/to users.
Definition: CoordSymbol.cpp:9
const int COORD_SYMBOL_MINUTES_PRIME
Definition: CoordSymbol.cpp:10
const int COORD_SYMBOL_SECONDS_DOUBLE_PRIME
Definition: CoordSymbol.cpp:12
const QString POLAR_UNITS_GRADIANS
Definition: CoordSymbol.cpp:27
const QString POLAR_UNITS_TURNS
Definition: CoordSymbol.cpp:29
const QString POLAR_UNITS_RADIANS
Definition: CoordSymbol.cpp:28
const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS
Definition: CoordSymbol.cpp:21