Public Member Functions | |
| wxPackageManagerSettingsDlg () | |
| Constructors. | |
| wxPackageManagerSettingsDlg (wxWindow *parent, wxWindowID id, wxConfigBase *, const wxString &path, wxPackageViewerPanel *, wxPackageBrowserPanel *) | |
| bool | Create (wxWindow *parent, wxWindowID id, wxConfigBase *, const wxString &path, wxPackageViewerPanel *, wxPackageBrowserPanel *) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | OnLocalRepoAddPath (wxCommandEvent &) |
| void | OnLocalRepoEditPath (wxCommandEvent &) |
| void | OnLocalRepoOpenPath (wxCommandEvent &) |
| void | OnLocalRepoDeletePath (wxCommandEvent &) |
| void | OnWxBuildAddNew (wxCommandEvent &) |
| void | OnWxBuildEdit (wxCommandEvent &) |
| void | OnWxBuildDelete (wxCommandEvent &) |
| void | OnWxBuildAutodetect (wxCommandEvent &) |
| void | OnOK (wxCommandEvent &) |
| void | OnUpdateUI (wxUpdateUIEvent &) |
| bool | LoadSettings () |
| void | ApplySettings () |
Protected Attributes | |
| wxChoice * | m_pViewMode |
| wxCheckBox * | m_pLoadWxDocs |
| wxCheckBox * | m_pAutoLoadWxPackages |
| wxDirPickerCtrl * | m_pDownloadPicker |
| wxDirPickerCtrl * | m_pDecompressionPicker |
| wxDirPickerCtrl * | m_pInstallationPicker |
| wxListBox * | m_pPathList |
| wxListBox * | m_pWxBuildList |
| wxCheckListBox * | m_pQuestionList |
| wxPackagePresetsPanel * | m_pPresetsPanel |
| wxCompilerSettingsPanel * | m_pCompilerOptPanel |
| wxConfigBase * | m_pCfg |
| wxString | m_strPath |
| wxPackageViewerPanel * | m_pViewerPanel |
| wxPackageBrowserPanel * | m_pBrowserPanel |
| wxWidgetsBuildArray | m_arrBuilds |
| wxArrayString | m_questionListKeynames |
Definition at line 71 of file settingsdlg.h.
1.5.1-p1