|
Engauge Digitizer 2
|
#include "CoordSymbol.h"
Go to the source code of this file.
Functions | |
| const QChar | THETA (QChar(0x98, 0x03)) |
Variables | |
| const int | COORD_SYMBOL_DEGREES = 0260 |
| Mathematical symbols for degrees, minutes, seconds input/outputs from/to users. | |
| const int | COORD_SYMBOL_MINUTES_PRIME = 0x2032 |
| const int | COORD_SYMBOL_MINUTES_APOSTROPHE = 0xb4 |
| const int | COORD_SYMBOL_SECONDS_DOUBLE_PRIME = 0x2033 |
| const int | COORD_SYMBOL_SECONDS_QUOTATIONS = 0x22 |
| const QString | POLAR_UNITS_DEGREES = QString("Degrees (DDD.DDDDD)") |
| const QString | POLAR_UNITS_DEGREES_MINUTES |
| const QString | POLAR_UNITS_DEGREES_MINUTES_SECONDS |
| const QString | POLAR_UNITS_DEGREES_MINUTES_SECONDS_NSEW |
| const QString | POLAR_UNITS_GRADIANS = "Gradians" |
| const QString | POLAR_UNITS_RADIANS = "Radians" |
| const QString | POLAR_UNITS_TURNS = "Turns" |
| const QChar THETA | ( | QChar(0x98, 0x03) | ) |
| const int COORD_SYMBOL_DEGREES = 0260 |
Mathematical symbols for degrees, minutes, seconds input/outputs from/to users.
Definition at line 9 of file CoordSymbol.cpp.
| const int COORD_SYMBOL_MINUTES_APOSTROPHE = 0xb4 |
Definition at line 11 of file CoordSymbol.cpp.
| const int COORD_SYMBOL_MINUTES_PRIME = 0x2032 |
Definition at line 10 of file CoordSymbol.cpp.
| const int COORD_SYMBOL_SECONDS_DOUBLE_PRIME = 0x2033 |
Definition at line 12 of file CoordSymbol.cpp.
| const int COORD_SYMBOL_SECONDS_QUOTATIONS = 0x22 |
Definition at line 13 of file CoordSymbol.cpp.
| const QString POLAR_UNITS_DEGREES = QString("Degrees (DDD.DDDDD)") |
Definition at line 17 of file CoordSymbol.cpp.
| const QString POLAR_UNITS_DEGREES_MINUTES |
Definition at line 18 of file CoordSymbol.cpp.
| const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS |
Definition at line 21 of file CoordSymbol.cpp.
| const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS_NSEW |
Definition at line 24 of file CoordSymbol.cpp.
| const QString POLAR_UNITS_GRADIANS = "Gradians" |
Definition at line 27 of file CoordSymbol.cpp.
| const QString POLAR_UNITS_RADIANS = "Radians" |
Definition at line 28 of file CoordSymbol.cpp.
| const QString POLAR_UNITS_TURNS = "Turns" |
Definition at line 29 of file CoordSymbol.cpp.