Engines
weatherutils.cpp File Reference
#include "weatherutils.h"
#include <math.h>
#include <KLocalizedString>
Include dependency graph for weatherutils.cpp:

Go to the source code of this file.
Namespaces | |
namespace | WeatherUtils |
Functions | |
float | WeatherUtils::convert (float value, int srcUnit, int destUnit) |
QString | WeatherUtils::degreesToCardinal (float degrees) |
QString | WeatherUtils::getUnitString (int unit, bool plain=false) |
int | WeatherUtils::kilometersToBeaufort (float km) |
int | WeatherUtils::knotsToBeaufort (float knots) |
int | WeatherUtils::metersPerSecondToBeaufort (float ms) |
int | WeatherUtils::milesToBeaufort (float miles) |