#include <weatherdialog.h>
Inheritance diagram for EventWindChangesDialog:

Public Member Functions | |
| EventWindChangesDialog () | |
| ~EventWindChangesDialog () | |
| void | addNewWindInformation (WindInformation *wi) |
| bool | closeWindow () |
Definition at line 150 of file weatherdialog.h.
| EventWindChangesDialog::EventWindChangesDialog | ( | ) |
Definition at line 343 of file weatherdialog.cpp.
References actmap, closeWindow(), GuiDimension::getButtonWidth(), WindInformation::getInformation(), and GuiDimension::getTopOffSet().
| EventWindChangesDialog::~EventWindChangesDialog | ( | ) |
Definition at line 371 of file weatherdialog.cpp.
| void EventWindChangesDialog::addNewWindInformation | ( | WindInformation * | wi | ) |
Definition at line 404 of file weatherdialog.cpp.
References actmap, WindData::direction, WindInformation::getInformation(), WindInformation::getTurn(), WindInformation::getWindData(), and WindData::speed.
| bool EventWindChangesDialog::closeWindow | ( | ) | [virtual] |
Reimplemented from ASC_PG_Dialog.
Definition at line 373 of file weatherdialog.cpp.
References ASC_PG_Dialog::quitModalLoop().
Referenced by EventWindChangesDialog().
1.5.1