wxPropertyGrid
 All Classes Functions Variables Typedefs Enumerations Enumerator Groups Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
oCwxArrayEditorDialog
oCwxArrayStringPropertyProperty that manages a list of strings
oCwxBaseEnumPropertyDerive dynamic custom properties with choices from this class
oCwxBoolPropertyBasic property with boolean value
oCwxColourPropertyValueBecause 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
oCwxCursorPropertyProperty representing wxCursor
oCwxCustomPropertyThis is a somewhat inefficient but versatile property class
oCwxDatePropertyProperty representing wxDateTime
oCwxDirPropertyLike wxLongStringProperty, but the button triggers dir selector instead
oCwxEditEnumPropertyWxEnumProperty with wxString value and writable combo box editor
oCwxEnumPropertyYou can derive custom properties with choices from this class
oCwxFilePropertyLike wxLongStringProperty, but the button triggers file selector instead
oCwxFlagsPropertyRepresents a bit set that fits in a long integer
oCwxFloatPropertyBasic property with double-precision floating point value
oCwxFontPropertyProperty representing wxFont
oCwxImageFilePropertyProperty representing image file(name)
oCwxIntPropertyBasic property with integer value
oCwxLongStringPropertyLike wxStringProperty, but has a button that triggers a small text editor dialog
oCwxMultiChoicePropertyProperty that manages a value resulting from wxMultiChoiceDialog
oCwxPGArrayStringEditorDialog
oCwxPGAttributeStorageWxPGAttributeStorage is somewhat optimized storage for key=variant pairs (ie
oCwxPGCellBase class for simple wxPropertyGrid cell information
oCwxPGCellRendererBase class for wxPropertyGrid cell renderers
oCwxPGCheckBoxEditor
oCwxPGChoiceAndButtonEditor
oCwxPGChoiceEditor
oCwxPGChoiceEntryAttributes of a single wxPGChoices choice
oCwxPGChoiceInfo
oCwxPGChoicesHelper class for managing choices for properties
oCwxPGChoicesData
oCwxPGComboBoxEditor
oCwxPGCommonValueWxPropertyGrid stores information about common values in these records
oCwxPGDefaultRendererDefault cell renderer, that can handles the common scenarios
oCwxPGEditorBase for property editor classes
oCwxPGEditorDialogAdapterDerive a class from this to adapt an existing editor dialog or function to be used when editor button of a property is pushed
oCwxPGFileDialogAdapter
oCwxPGGlobalVarsClass
oCwxPGInDialogValidatorCreates and manages a temporary wxTextCtrl for validation purposes
oCwxPGLongStringDialogAdapter
oCwxPGMultiButtonThis class can be used to have multiple buttons in a property editor
oCwxPGPaintDataContains information relayed to property's OnCustomPaint
oCwxPGPropArgClsMost property grid functions have this type as their argument, as it can convey a property by either a pointer or name
oCwxPGPropertyWxPGProperty is base class for all wxPropertyGrid properties
oCwxPGRootPropertyRoot parent property
oCwxPGStringTokenizer
oCwxPGTextCtrlAndButtonEditor
oCwxPGTextCtrlEditor
oCwxPGValidationInfoUsed to convey validation information to and from functions that actually perform validation
oCwxPGVariantDataWxVariantData with additional functionality
oCwxPGVIteratorAbstract implementation of a simple iterator
oCwxPGVIteratorBaseBase class to derive new viterators
oCwxPGWindowList
oCwxPropertyCategoryCategory (caption) property
oCwxPropertyGridWxPropertyGrid is a specialized two-column grid for editing properties such as strings, numbers, flagsets, fonts, and colours
oCwxPropertyGridConstIteratorConst version of wxPropertyGridIterator
oCwxPropertyGridEventA propertygrid event holds information about events associated with wxPropertyGrid objects
oCwxPropertyGridHitTestResultWxPropertyGridHitTestResult, a return value from wxPropertyGrid::HitTest(), contains all you need to know about an arbitrary location on the grid
oCwxPropertyGridInterfaceIn order to have most same base methods, both wxPropertyGrid and wxPropertyGridManager must derive from this
oCwxPropertyGridIteratorPreferable way to iterate through contents of wxPropertyGrid, wxPropertyGridManager, and wxPropertyGridPage
oCwxPropertyGridIteratorBaseBase for wxPropertyGridIterator classes
oCwxPropertyGridManagerWxPropertyGridManager is an efficient multi-page version of wxPropertyGrid, which can optionally have toolbar for mode and page selection, and help text box
oCwxPropertyGridPageHolder of property grid page information
oCwxPropertyGridPopulatorAllows populating wxPropertyGrid from arbitrary text source
oCwxPropertyGridStateContains information of a single wxPropertyGrid page
oCwxStringPropertyBasic property with string value
oCwxSystemColourPropertyHas dropdown list of wxWidgets system colours
\CwxUIntPropertyBasic property with unsigned integer value