13 #include <QStringList> 23 bool isNsHemisphere)
const 32 return formatOutputDegrees (value);
35 return formatOutputDegreesMinutes (value);
54 QString FormatDegreesMinutesSecondsPolarTheta::formatOutputDegrees (
double value)
const 65 QString FormatDegreesMinutesSecondsPolarTheta::formatOutputDegreesMinutes (
double value)
const 70 bool negative = (value < 0);
72 int degrees = qFloor (value);
75 degrees *= (negative ? -1.0 : 1.0);
77 return QString (
"%1%2 %3%4")
const int COORD_SYMBOL_MINUTES_PRIME
#define LOG4CPP_ERROR_S(logger)
const int COORD_SYMBOL_DEGREES
Mathematical symbols for degrees, minutes, seconds input/outputs from/to users.
log4cpp::Category * mainCat
#define ENGAUGE_ASSERT(cond)
Drop in replacement for Q_ASSERT if defined(QT_NO_DEBUG) && !defined(QT_FORCE_ASSERTS) define ENGAUGE...