Plasma
weatherutils.h File Reference
#include "ion_export.h"
Include dependency graph for weatherutils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | WeatherUtils |
Enumerations | |
enum | WeatherUtils::Unit { WeatherUtils::NoUnit = 0, WeatherUtils::Celsius, WeatherUtils::Fahrenheit, WeatherUtils::Kelvin, WeatherUtils::KilometersAnHour, WeatherUtils::MetersPerSecond, WeatherUtils::MilesAnHour, WeatherUtils::Kilopascals, WeatherUtils::InchesHG, WeatherUtils::Millibars, WeatherUtils::Hectopascals, WeatherUtils::Centimeters, WeatherUtils::Millimeters, WeatherUtils::Inches, WeatherUtils::Knots, WeatherUtils::Beaufort, WeatherUtils::Kilometers, WeatherUtils::Miles } |
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) |