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

Public Member Functions | |
| ChanceSettingsDialog (std::string title) | |
| virtual | ~ChanceSettingsDialog () |
| virtual bool | closeWindow () |
Protected Member Functions | |
| virtual void | buildUpForm (const vector< string > &labelVec) |
Protected Attributes | |
| vector< PG_LineEdit * > | chances |
| vector< PG_Label * > | labels |
| PG_Label * | note |
Static Protected Attributes | |
| static const int | xsize = 400 |
| static const int | ysize = 512 |
Definition at line 27 of file weatherdialog.h.
|
|
Definition at line 610 of file weatherdialog.cpp. |
|
|
Definition at line 612 of file weatherdialog.cpp. |
|
|
|
Reimplemented from ASC_PG_Dialog. Definition at line 33 of file weatherdialog.h. References ASC_PG_Dialog::quitModalLoop(). Referenced by buildUpForm(). |
|
|
Definition at line 46 of file weatherdialog.h. Referenced by buildUpForm(). |
|
|
Definition at line 47 of file weatherdialog.h. Referenced by buildUpForm(), FallOutSettingsDialog::FallOutSettingsDialog(), WindDirectionSettingsDialog::WindDirectionSettingsDialog(), and WindSpeedSettingsDialog::WindSpeedSettingsDialog(). |
|
|
Definition at line 48 of file weatherdialog.h. Referenced by buildUpForm(). |
|
|
Definition at line 606 of file weatherdialog.cpp. Referenced by buildUpForm(). |
|
|
Definition at line 607 of file weatherdialog.cpp. |
1.4.2