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
const int COORD_SYMBOL_MINUTES_APOSTROPHE
const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS_NSEW
const QString POLAR_UNITS_DEGREES
const QString POLAR_UNITS_DEGREES_MINUTES
const int COORD_SYMBOL_DEGREES
Mathematical symbols for degrees, minutes, seconds input/outputs from/to users.
const int COORD_SYMBOL_MINUTES_PRIME
const int COORD_SYMBOL_SECONDS_DOUBLE_PRIME
const QString POLAR_UNITS_GRADIANS
const QString POLAR_UNITS_TURNS
const QString POLAR_UNITS_RADIANS
const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS