Engauge Digitizer  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
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. More...
 
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

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

Variable Documentation

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
Initial value:
= QString("Degrees Minutes (DDD") + QChar(COORD_SYMBOL_DEGREES) +
QString(" MM.MMM") + QChar(COORD_SYMBOL_MINUTES_PRIME) +
QString(")")
const int COORD_SYMBOL_MINUTES_PRIME
Definition: CoordSymbol.cpp:10
const int COORD_SYMBOL_DEGREES
Mathematical symbols for degrees, minutes, seconds input/outputs from/to users.
Definition: CoordSymbol.cpp:9

Definition at line 18 of file CoordSymbol.cpp.

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_MINUTES_PRIME
Definition: CoordSymbol.cpp:10
const int COORD_SYMBOL_SECONDS_DOUBLE_PRIME
Definition: CoordSymbol.cpp:12
const int COORD_SYMBOL_DEGREES
Mathematical symbols for degrees, minutes, seconds input/outputs from/to users.
Definition: CoordSymbol.cpp:9

Definition at line 21 of file CoordSymbol.cpp.

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)")
const int COORD_SYMBOL_MINUTES_PRIME
Definition: CoordSymbol.cpp:10
const int COORD_SYMBOL_SECONDS_DOUBLE_PRIME
Definition: CoordSymbol.cpp:12
const int COORD_SYMBOL_DEGREES
Mathematical symbols for degrees, minutes, seconds input/outputs from/to users.
Definition: CoordSymbol.cpp:9

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.