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

Public Member Functions | |
| EventAreasDialog () | |
| ~EventAreasDialog () | |
| void | addNewWeatherAreaInformation (WeatherAreaInformation *wai) |
| bool | closeWindow () |
Definition at line 106 of file weatherdialog.h.
| EventAreasDialog::EventAreasDialog | ( | ) |
Definition at line 242 of file weatherdialog.cpp.
References actmap, closeWindow(), GuiDimension::getButtonWidth(), WeatherAreaInformation::getInformation(), and GuiDimension::getTopOffSet().
| EventAreasDialog::~EventAreasDialog | ( | ) |
Definition at line 270 of file weatherdialog.cpp.
| void EventAreasDialog::addNewWeatherAreaInformation | ( | WeatherAreaInformation * | wai | ) |
Definition at line 303 of file weatherdialog.cpp.
References actmap, WeatherAreaInformation::getInformation(), WeatherAreaInformation::getTriggerTime(), and WeatherAreaInformation::getWeatherArea().
| bool EventAreasDialog::closeWindow | ( | ) | [virtual] |
Reimplemented from ASC_PG_Dialog.
Definition at line 272 of file weatherdialog.cpp.
References ASC_PG_Dialog::quitModalLoop().
Referenced by EventAreasDialog().
1.5.1