Engauge Digitizer 2
Loading...
Searching...
No Matches
FormatDegreesMinutesSecondsBase.cpp File Reference
#include "Compatibility.h"
#include "CoordSymbol.h"
#include "FormatDegreesMinutesSecondsBase.h"
#include "Logger.h"
#include <QDoubleValidator>
#include <qmath.h>
#include <QRegularExpression>
#include <QStringList>
#include <QValidator>
Include dependency graph for FormatDegreesMinutesSecondsBase.cpp:

Go to the source code of this file.

Variables

const double DEGREES_TO_MINUTES = 60.0
const double MINUTES_TO_SECONDS = 60.0
const double DEGREES_TO_SECONDS = DEGREES_TO_MINUTES * MINUTES_TO_SECONDS
const double MINUTES_TO_DEGREES = 1.0 / DEGREES_TO_MINUTES
const double SECONDS_TO_DEGREES = 1.0 / (DEGREES_TO_MINUTES * MINUTES_TO_SECONDS)

Variable Documentation

◆ DEGREES_TO_MINUTES

const double DEGREES_TO_MINUTES = 60.0

Definition at line 17 of file FormatDegreesMinutesSecondsBase.cpp.

◆ DEGREES_TO_SECONDS

const double DEGREES_TO_SECONDS = DEGREES_TO_MINUTES * MINUTES_TO_SECONDS

Definition at line 19 of file FormatDegreesMinutesSecondsBase.cpp.

◆ MINUTES_TO_DEGREES

const double MINUTES_TO_DEGREES = 1.0 / DEGREES_TO_MINUTES

Definition at line 20 of file FormatDegreesMinutesSecondsBase.cpp.

◆ MINUTES_TO_SECONDS

const double MINUTES_TO_SECONDS = 60.0

Definition at line 18 of file FormatDegreesMinutesSecondsBase.cpp.

◆ SECONDS_TO_DEGREES

const double SECONDS_TO_DEGREES = 1.0 / (DEGREES_TO_MINUTES * MINUTES_TO_SECONDS)

Definition at line 21 of file FormatDegreesMinutesSecondsBase.cpp.