#include <weatherdialog.h>
Public Member Functions | |
| WeatherAreaInformation (WeatherArea *wa, GameTime time, int duration, FalloutType fallOut) | |
| WeatherAreaInformation (WeatherArea *wa, GameTime time) | |
| ~WeatherAreaInformation () | |
| GameTime | getTriggerTime () const |
| int | getDuration () const |
| FalloutType | getFalloutType () const |
| WeatherArea * | getWeatherArea () |
| std::string | getInformation () const |
Definition at line 86 of file weatherdialog.h.
| WeatherAreaInformation::WeatherAreaInformation | ( | WeatherArea * | wa, | |
| GameTime | time, | |||
| int | duration, | |||
| FalloutType | fallOut | |||
| ) |
Definition at line 476 of file weatherdialog.cpp.
| WeatherAreaInformation::WeatherAreaInformation | ( | WeatherArea * | wa, | |
| GameTime | time | |||
| ) |
Definition at line 477 of file weatherdialog.cpp.
| WeatherAreaInformation::~WeatherAreaInformation | ( | ) |
Definition at line 479 of file weatherdialog.cpp.
| GameTime WeatherAreaInformation::getTriggerTime | ( | ) | const |
Definition at line 483 of file weatherdialog.cpp.
Referenced by EventAreasDialog::addNewWeatherAreaInformation().
| int WeatherAreaInformation::getDuration | ( | ) | const |
Definition at line 486 of file weatherdialog.cpp.
| FalloutType WeatherAreaInformation::getFalloutType | ( | ) | const |
Definition at line 490 of file weatherdialog.cpp.
| WeatherArea* WeatherAreaInformation::getWeatherArea | ( | ) | [inline] |
Definition at line 100 of file weatherdialog.h.
Referenced by EventAreasDialog::addNewWeatherAreaInformation().
| std::string WeatherAreaInformation::getInformation | ( | ) | const |
Definition at line 494 of file weatherdialog.cpp.
References cwettertypen, WeatherArea::getCenterPos(), WeatherArea::getFalloutType(), ASCString::toString(), GameTime::turn(), MapCoordinate::x, and MapCoordinate::y.
Referenced by EventAreasDialog::addNewWeatherAreaInformation(), and EventAreasDialog::EventAreasDialog().
1.5.1