Plasma
WeatherFormula Class Reference
#include <weather_formula.h>
Detailed Description
Definition at line 27 of file weather_formula.h.
Public Member Functions | |
| WeatherFormula () | |
| ~WeatherFormula () | |
| float | celsiusToF (float temperature) const |
| float | fahrenheitToC (float temperature) const |
| float | milesToKM (float miles) const |
| float | kilometersToMI (float km) const |
| float | kilopascalsToInches (float kpa) const |
| float | inchesToKilopascals (float inches) const |
| float | millibarsToKilopascals (float milibar) const |
| float | millibarsToInches (float milibar) const |
| float | centimetersToIN (float cm) const |
| float | inchesToCM (float inch) const |
| float | millimetersToIN (float mm) const |
| float | inchesToMM (float inch) const |
| float | kilometersToMS (float km) const |
| float | milesToMS (float miles) const |
| float | knotsToMS (float knots) const |
| float | kilometersToKT (float km) const |
| float | milesToKT (float miles) const |
| float | knotsToKM (float knots) const |
| float | knotsToMI (float knots) const |
| int | knotsToBF (float knots) const |
| int | milesToBF (float miles) const |
| int | kilometersToBF (float km) const |
Constructor & Destructor Documentation
| WeatherFormula::WeatherFormula | ( | ) |
Definition at line 23 of file weather_formula.cpp.
| WeatherFormula::~WeatherFormula | ( | ) |
Definition at line 27 of file weather_formula.cpp.
Member Function Documentation
| float WeatherFormula::celsiusToF | ( | float | temperature | ) | const |
Definition at line 31 of file weather_formula.cpp.
| float WeatherFormula::fahrenheitToC | ( | float | temperature | ) | const |
Definition at line 36 of file weather_formula.cpp.
| float WeatherFormula::milesToKM | ( | float | miles | ) | const |
Definition at line 41 of file weather_formula.cpp.
| float WeatherFormula::kilometersToMI | ( | float | km | ) | const |
Definition at line 46 of file weather_formula.cpp.
| float WeatherFormula::kilopascalsToInches | ( | float | kpa | ) | const |
Definition at line 51 of file weather_formula.cpp.
| float WeatherFormula::inchesToKilopascals | ( | float | inches | ) | const |
Definition at line 56 of file weather_formula.cpp.
| float WeatherFormula::millibarsToKilopascals | ( | float | milibar | ) | const |
Definition at line 66 of file weather_formula.cpp.
| float WeatherFormula::millibarsToInches | ( | float | milibar | ) | const |
Definition at line 61 of file weather_formula.cpp.
| float WeatherFormula::centimetersToIN | ( | float | cm | ) | const |
Definition at line 71 of file weather_formula.cpp.
| float WeatherFormula::inchesToCM | ( | float | inch | ) | const |
Definition at line 76 of file weather_formula.cpp.
| float WeatherFormula::millimetersToIN | ( | float | mm | ) | const |
Definition at line 81 of file weather_formula.cpp.
| float WeatherFormula::inchesToMM | ( | float | inch | ) | const |
Definition at line 86 of file weather_formula.cpp.
| float WeatherFormula::kilometersToMS | ( | float | km | ) | const |
Definition at line 91 of file weather_formula.cpp.
| float WeatherFormula::milesToMS | ( | float | miles | ) | const |
Definition at line 96 of file weather_formula.cpp.
| float WeatherFormula::knotsToMS | ( | float | knots | ) | const |
Definition at line 101 of file weather_formula.cpp.
| float WeatherFormula::kilometersToKT | ( | float | km | ) | const |
Definition at line 111 of file weather_formula.cpp.
| float WeatherFormula::milesToKT | ( | float | miles | ) | const |
Definition at line 116 of file weather_formula.cpp.
| float WeatherFormula::knotsToKM | ( | float | knots | ) | const |
Definition at line 106 of file weather_formula.cpp.
| float WeatherFormula::knotsToMI | ( | float | knots | ) | const |
Definition at line 120 of file weather_formula.cpp.
| int WeatherFormula::knotsToBF | ( | float | knots | ) | const |
Definition at line 125 of file weather_formula.cpp.
| int WeatherFormula::milesToBF | ( | float | miles | ) | const |
Definition at line 156 of file weather_formula.cpp.
| int WeatherFormula::kilometersToBF | ( | float | km | ) | const |
Definition at line 161 of file weather_formula.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference