Advanced Strategic Command
|
#include <list>
#include <map>
#include "pgimage.h"
#include "paradialog.h"
#include "weatherarea.h"
#include "dashboard.h"
Go to the source code of this file.
Classes | |
struct | WindAccu |
class | WeatherPanel |
class | Weathercast |
Typedefs | |
typedef list< WindData > | WindStack |
typedef map< const WeatherArea *, WindAccu > | WeatherMap |
Functions | |
void | weathercast () |
typedef map<const WeatherArea*, WindAccu> WeatherMap |
Definition at line 35 of file weathercast.h.
Definition at line 34 of file weathercast.h.
void weathercast | ( | ) |
Definition at line 398 of file weathercast.cpp.
References actmap, and ASC_PG_Dialog::RunModal().
Referenced by executeUserAction().