 wxCommandEvent | |
  wxPropertyGridEvent | A propertygrid event holds information about events associated with wxPropertyGrid objects |
 wxDialog | |
  wxArrayEditorDialog | |
   wxPGArrayStringEditorDialog | |
 wxEvtHandler | |
  wxPropertyGridPage | Holder of property grid page information |
 wxObject | |
  wxColourPropertyValue | Because text, background and other colours tend to differ between platforms, wxSystemColourProperty must be able to select between system colour and, when necessary, to pick a custom one |
  wxPGEditor | Base for property editor classes |
   wxPGCheckBoxEditor | |
   wxPGChoiceEditor | |
    wxPGChoiceAndButtonEditor | |
    wxPGComboBoxEditor | |
   wxPGTextCtrlEditor | |
    wxPGTextCtrlAndButtonEditor | |
  wxPGEditorDialogAdapter | Derive a class from this to adapt an existing editor dialog or function to be used when editor button of a property is pushed |
   wxPGFileDialogAdapter | |
   wxPGLongStringDialogAdapter | |
  wxPGProperty | WxPGProperty is base class for all wxPropertyGrid properties |
   wxArrayStringProperty | Property that manages a list of strings |
   wxBaseEnumProperty | Derive dynamic custom properties with choices from this class |
    wxEnumProperty | You can derive custom properties with choices from this class |
     wxCursorProperty | Property representing wxCursor |
     wxEditEnumProperty | WxEnumProperty with wxString value and writable combo box editor |
     wxSystemColourProperty | Has dropdown list of wxWidgets system colours |
   wxBoolProperty | Basic property with boolean value |
   wxCustomProperty | This is a somewhat inefficient but versatile property class |
   wxDateProperty | Property representing wxDateTime |
   wxFileProperty | Like wxLongStringProperty, but the button triggers file selector instead |
    wxImageFileProperty | Property representing image file(name) |
   wxFlagsProperty | Represents a bit set that fits in a long integer |
   wxFloatProperty | Basic property with double-precision floating point value |
   wxFontProperty | Property representing wxFont |
   wxIntProperty | Basic property with integer value |
   wxLongStringProperty | Like wxStringProperty, but has a button that triggers a small text editor dialog |
    wxDirProperty | Like wxLongStringProperty, but the button triggers dir selector instead |
   wxMultiChoiceProperty | Property that manages a value resulting from wxMultiChoiceDialog |
   wxPGRootProperty | Root parent property |
   wxPropertyCategory | Category (caption) property |
   wxStringProperty | Basic property with string value |
   wxUIntProperty | Basic property with unsigned integer value |
 wxPanel | |
  wxPropertyGridManager | WxPropertyGridManager is an efficient multi-page version of wxPropertyGrid, which can optionally have toolbar for mode and page selection, and help text box |
 wxPG_PROPCLASSwxSystemColourProperty | |
  wxColourProperty | |
 wxPGAttributeStorage | WxPGAttributeStorage is somewhat optimized storage for key=variant pairs (ie |
 wxPGCell | Base class for simple wxPropertyGrid cell information |
  wxPGChoiceEntry | Attributes of a single wxPGChoices choice |
 wxPGCellRenderer | Base class for wxPropertyGrid cell renderers |
  wxPGDefaultRenderer | Default cell renderer, that can handles the common scenarios |
 wxPGChoiceInfo | |
 wxPGChoices | Helper class for managing choices for properties |
 wxPGChoicesData | |
 wxPGCommonValue | WxPropertyGrid stores information about common values in these records |
 wxPGGlobalVarsClass | |
 wxPGInDialogValidator | Creates and manages a temporary wxTextCtrl for validation purposes |
 wxPGPaintData | Contains information relayed to property's OnCustomPaint |
 wxPGPropArgCls | Most property grid functions have this type as their argument, as it can convey a property by either a pointer or name |
 wxPGStringTokenizer | |
 wxPGValidationInfo | Used to convey validation information to and from functions that actually perform validation |
 wxPGVIterator | Abstract implementation of a simple iterator |
 wxPGVIteratorBase | Base class to derive new viterators |
 wxPGWindowList | |
 wxPropertyGridHitTestResult | WxPropertyGridHitTestResult, a return value from wxPropertyGrid::HitTest(), contains all you need to know about an arbitrary location on the grid |
 wxPropertyGridInterface | In order to have most same base methods, both wxPropertyGrid and wxPropertyGridManager must derive from this |
  wxPropertyGrid | WxPropertyGrid is a specialized two-column grid for editing properties such as strings, numbers, flagsets, fonts, and colours |
  wxPropertyGridManager | WxPropertyGridManager is an efficient multi-page version of wxPropertyGrid, which can optionally have toolbar for mode and page selection, and help text box |
  wxPropertyGridPage | Holder of property grid page information |
 wxPropertyGridIteratorBase | Base for wxPropertyGridIterator classes |
  wxPropertyGridConstIterator | Const version of wxPropertyGridIterator |
  wxPropertyGridIterator | Preferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage |
 wxPropertyGridPopulator | Allows populating wxPropertyGrid from arbitrary text source |
 wxPropertyGridState | Contains information of a single wxPropertyGrid page |
  wxPropertyGridPage | Holder of property grid page information |
 wxScrolledWindow | |
  wxPropertyGrid | WxPropertyGrid is a specialized two-column grid for editing properties such as strings, numbers, flagsets, fonts, and colours |
 wxVariantData | |
  wxPGVariantData | WxVariantData with additional functionality |
 wxWindow | |
  wxPGMultiButton | This class can be used to have multiple buttons in a property editor |