marble
WeatherData.cpp File Reference
#include "WeatherData.h"
#include "MarbleGlobal.h"
#include "MarbleDirs.h"
#include "MarbleDebug.h"
#include <QAtomicInt>
#include <QDate>
#include <QDateTime>
#include <QHash>
#include <QLocale>
#include <QImage>
#include <cmath>
Include dependency graph for WeatherData.cpp:
Go to the source code of this file.
Namespaces | |
Marble | |
Variables | |
const qreal | Marble::BAR2HPA = 1000 |
const qreal | Marble::CEL2KEL = -KEL2CEL |
const qreal | Marble::HG2HPA = 1.33 |
const qreal | Marble::HPA2BAR = 1/BAR2HPA |
const qreal | Marble::HPA2HG = 1/HG2HPA |
const qreal | Marble::HPA2IHG = HPA2HG / 25.4 |
const qreal | Marble::HPA2KPA = 10 |
const qreal | Marble::IHG2HPA = HG2HPA * 25.4 |
const qreal | Marble::KEL2CEL = -273.15 |
const qreal | Marble::KN2MPS = 1 / MPS2KN |
const qreal | Marble::KPA2HPA = 1/HPA2KPA |
const qreal | Marble::KPH2MPS = 1 / MPS2KPH |
const qreal | Marble::MPH2MPS = 1 / MPS2MPH |
const qreal | Marble::MPS2KN = 1.9437 |
const qreal | Marble::MPS2KPH = 3.6 |
const qreal | Marble::MPS2MPH = MPS2KPH * KM2MI |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.