|
| ScenarioParamsDialog (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) |
|
wxTextCtrl * | GetScenarioName () |
|
wxButton * | GetScenarioRemoveVisibleLayer () |
|
wxButton * | GetScenarioAddVisibleLayer () |
|
wxListBox * | GetScenarioAvailableLayers () |
|
wxListBox * | GetScenarioVisibleLayers () |
|
ScenarioParams & | GetParams () |
|
void | SetParams (ScenarioParams &Params) |
|
void | SetAvailableLayers (vtStringArray &Layers) |
|
bool | IsModified () |
|
| ScenarioParamsDlgBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxTAB_TRAVERSAL) |
|
|
void | UpdateEnableState () |
|
|
ScenarioParams | m_Params |
|
vtStringArray | m_Layers |
|
bool | m_bModified |
|
wxStaticText * | m_text148 |
|
wxTextCtrl * | m_scenario_name |
|
wxNotebook * | m_notebook |
|
wxPanel * | ScenarioVisibleLayersPane |
|
wxListBox * | m_scenario_visible_layers |
|
wxButton * | m_scenario_add_visible_layer |
|
wxButton * | m_scenario_remove_visible_layer |
|
wxListBox * | m_scenario_available_layers |
|
wxButton * | m_ok |
|
wxButton * | m_cancel |
|
The documentation for this class was generated from the following files: