| AddCheckProp(wxSizer *sizer, wxString text, bool defValue, bool readonly=false, int id=-1) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddChoiceProp(wxSizer *sizer, const wxString &text, const wxString &defValue, const wxArrayString &choices, int id=-1) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddColourProp(wxSizer *sizer, wxString text, wxColour colour, wxString caption=_T("...")) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddComboProp(wxSizer *sizer, const wxString &text, const wxString &defValue, const wxArrayString &choices, long style=0) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddDirectoryProp(wxSizer *sizer, wxString text, const wxString &defValue, wxString caption=_T("...")) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddFileProp(wxSizer *sizer, wxString text, const wxString &defValue, int dlgStyle=wxFD_OPEN, wxString caption=_T("...")) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddFontProp(wxSizer *sizer, wxString text, wxFont font, wxString caption=_T("...")) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddFontProp(wxSizer *sizer, wxString text, wxFontData font, wxString caption=_T("...")) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddGridProp(wxSizer *sizer, const wxArrayPtrVoid &data, const wxString &rowTitle, bool editable) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddRadioGroupProp(wxSizer *sizer, const wxArrayString &text, int defValue, bool readonly=false) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddRadioProp(wxSizer *sizer, wxString text, bool defValue, long style=wxRB_SINGLE, bool readonly=false, int id=-1) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddSpinProp(wxSizer *sizer, wxString text, int defValue, int min=0, int max=100) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddStaticTextProp(wxSizer *sizer, wxString text, wxString defValue) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddText(wxSizer *sizer, wxString text) (defined in wxPropDlg) | wxPropDlg | [protected] |
| AddTextProp(wxSizer *sizer, wxString text, wxString defValue, bool readonly=false) (defined in wxPropDlg) | wxPropDlg | [protected] |
| BeginGroup(wxSizer *sizer, wxString title=wxEmptyString, wxString checkTitle=wxEmptyString, bool defValue=false, bool readonly=false) (defined in wxPropDlg) | wxPropDlg | [protected] |
| Create(bool resetButton=false) (defined in wxPropDlg) | wxPropDlg | [protected] |
| CreateButtonPane(wxSizer *sizer, bool resetButton=false) | wxPropDlg | [protected, virtual] |
| CreatePropPanel(wxSizer *sizer)=0 | wxPropDlg | [protected, pure virtual] |
| EndGroup() (defined in wxPropDlg) | wxPropDlg | [protected] |
| GetBool(int index) (defined in wxPropDlg) | wxPropDlg | [protected] |
| GetClientData(int index) (defined in wxPropDlg) | wxPropDlg | [protected] |
| GetColour(int index) (defined in wxPropDlg) | wxPropDlg | [protected] |
| GetFont(int index) (defined in wxPropDlg) | wxPropDlg | [protected] |
| GetGrid(int index) (defined in wxPropDlg) | wxPropDlg | [protected] |
| GetInt(int index) (defined in wxPropDlg) | wxPropDlg | [protected] |
| GetString(int index) (defined in wxPropDlg) | wxPropDlg | [protected] |
| m_controls (defined in wxPropDlg) | wxPropDlg | [protected] |
| m_currGroupChecker (defined in wxPropDlg) | wxPropDlg | [protected] |
| m_currGroupId | wxPropDlg | [protected] |
| m_currObject (defined in wxPropDlg) | wxPropDlg | [protected] |
| m_currObjectItem (defined in wxPropDlg) | wxPropDlg | [protected] |
| m_groupIds (defined in wxPropDlg) | wxPropDlg | [protected] |
| m_types (defined in wxPropDlg) | wxPropDlg | [protected] |
| m_updateIndex (defined in wxPropDlg) | wxPropDlg | [protected] |
| OnCancel(wxCommandEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| OnCellChange(wxGridEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| OnCellLeftClick(wxGridEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| OnCellRightClick(wxGridEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| OnGroupCheck(wxCommandEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| OnOk(wxCommandEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| OnReset(wxCommandEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| OnRowDelete(wxCommandEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| OnSelectColour(wxCommandEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| OnSelectDir(wxCommandEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| OnSelectFile(wxCommandEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| OnSelectFont(wxCommandEvent &event) (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| propWindow (defined in wxPropDlg) | wxPropDlg | [protected] |
| Reset() (defined in wxPropDlg) | wxPropDlg | [protected, virtual] |
| SetChoiceData(wxChoice *ctrl, const wxString &defValue, const wxArrayString &choices) (defined in wxPropDlg) | wxPropDlg | [protected] |
| SetComboData(wxComboBox *ctrl, const wxString &defValue, const wxArrayString &choices) (defined in wxPropDlg) | wxPropDlg | [protected] |
| SetGridData(wxGrid *grid, const wxArrayPtrVoid &data, const wxString &rowTitle, bool editable) (defined in wxPropDlg) | wxPropDlg | [protected] |
| SetValues()=0 | wxPropDlg | [protected, pure virtual] |
| wxPropDlg(wxWindow *parent) (defined in wxPropDlg) | wxPropDlg | |
| ~wxPropDlg() (defined in wxPropDlg) | wxPropDlg | [virtual] |