#include <weatherdialog.h>
Public Member Functions | |
| WindInformation (WindData data, int turn) | |
| ~WindInformation () | |
| int | getTurn () const |
| WindData | getWindData () const |
| std::string | getInformation () const |
Definition at line 134 of file weatherdialog.h.
| WindInformation::WindInformation | ( | WindData | data, | |
| int | turn | |||
| ) |
Definition at line 312 of file weatherdialog.cpp.
| WindInformation::~WindInformation | ( | ) |
Definition at line 315 of file weatherdialog.cpp.
| int WindInformation::getTurn | ( | ) | const |
Definition at line 318 of file weatherdialog.cpp.
Referenced by EventWindChangesDialog::addNewWindInformation().
| WindData WindInformation::getWindData | ( | ) | const |
Definition at line 322 of file weatherdialog.cpp.
Referenced by EventWindChangesDialog::addNewWindInformation().
| std::string WindInformation::getInformation | ( | ) | const |
Definition at line 326 of file weatherdialog.cpp.
References cdirections, WindData::direction, WindData::speed, and ASCString::toString().
Referenced by EventWindChangesDialog::addNewWindInformation(), and EventWindChangesDialog::EventWindChangesDialog().
1.5.1