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

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"

Function Documentation

◆ THETA()

const QChar THETA ( QChar(0x98, 0x03) )

Variable Documentation

◆ COORD_SYMBOL_DEGREES

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.

◆ COORD_SYMBOL_MINUTES_APOSTROPHE

const int COORD_SYMBOL_MINUTES_APOSTROPHE = 0xb4

Definition at line 11 of file CoordSymbol.cpp.

◆ COORD_SYMBOL_MINUTES_PRIME

const int COORD_SYMBOL_MINUTES_PRIME = 0x2032

Definition at line 10 of file CoordSymbol.cpp.

◆ COORD_SYMBOL_SECONDS_DOUBLE_PRIME

const int COORD_SYMBOL_SECONDS_DOUBLE_PRIME = 0x2033

Definition at line 12 of file CoordSymbol.cpp.

◆ COORD_SYMBOL_SECONDS_QUOTATIONS

const int COORD_SYMBOL_SECONDS_QUOTATIONS = 0x22

Definition at line 13 of file CoordSymbol.cpp.

◆ POLAR_UNITS_DEGREES

const QString POLAR_UNITS_DEGREES = QString("Degrees (DDD.DDDDD)")

Definition at line 17 of file CoordSymbol.cpp.

◆ POLAR_UNITS_DEGREES_MINUTES

const QString POLAR_UNITS_DEGREES_MINUTES
Initial value:
= QString("Degrees Minutes (DDD") + QChar(COORD_SYMBOL_DEGREES) +
QString(" MM.MMM") + QChar(COORD_SYMBOL_MINUTES_PRIME) +
QString(")")
const int COORD_SYMBOL_DEGREES
Mathematical symbols for degrees, minutes, seconds input/outputs from/to users.
const int COORD_SYMBOL_MINUTES_PRIME

Definition at line 18 of file CoordSymbol.cpp.

◆ POLAR_UNITS_DEGREES_MINUTES_SECONDS

const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS
Initial value:
= QString("Degrees Minutes Seconds (DDD") + QChar(COORD_SYMBOL_DEGREES) +
QString(" MM") + QChar(COORD_SYMBOL_MINUTES_PRIME) +
QString(" SS.S") + QChar(COORD_SYMBOL_SECONDS_DOUBLE_PRIME) + QString(")")
const int COORD_SYMBOL_SECONDS_DOUBLE_PRIME

Definition at line 21 of file CoordSymbol.cpp.

◆ POLAR_UNITS_DEGREES_MINUTES_SECONDS_NSEW

const QString POLAR_UNITS_DEGREES_MINUTES_SECONDS_NSEW
Initial value:
= QString("Degrees Minutes Seconds (DDD") + QChar(COORD_SYMBOL_DEGREES) +
QString(" MM") + QChar(COORD_SYMBOL_MINUTES_PRIME) +
QString(" SS.S") + QChar(COORD_SYMBOL_SECONDS_DOUBLE_PRIME) + QString(" NSEW)")

Definition at line 24 of file CoordSymbol.cpp.

◆ POLAR_UNITS_GRADIANS

const QString POLAR_UNITS_GRADIANS = "Gradians"

Definition at line 27 of file CoordSymbol.cpp.

◆ POLAR_UNITS_RADIANS

const QString POLAR_UNITS_RADIANS = "Radians"

Definition at line 28 of file CoordSymbol.cpp.

◆ POLAR_UNITS_TURNS

const QString POLAR_UNITS_TURNS = "Turns"

Definition at line 29 of file CoordSymbol.cpp.