Classes | |
| class | wxPropertyGridHitTestResult |
| class | wxPropertyGridIteratorBase |
| Base for wxPropertyGridIterator classes. More... | |
| class | wxPropertyGridIterator |
| class | wxPropertyGridConstIterator |
| Const version of wxPropertyGridIterator. More... | |
| class | wxPGVIterator |
| class | wxPropertyGridPageState |
| Contains low-level property page information (properties, column widths, etc.) of a single wxPropertyGrid or single wxPropertyGridPage. More... | |
Macros | |
| #define | wxPG_IT_CHILDREN(A) ((A)<<16) |
Enumerations | |
| enum class | wxPGSelectPropertyFlags : int { Null , Focus , Force , Nonvisible , NoValidate , Deleting , SetUnspec , DialogVal , DontSendEvent , NoRefresh } |
| Flags affecting property selection. More... | |
| enum class | wxPGSplitterPositionFlags : int { Null = 0 , Refresh = 0x0001 , AllPages = 0x0002 } |
| Flags for wxPropertyGridPageState::DoSetSplitter(). More... | |
| enum | wxPG_ITERATOR_FLAGS { wxPG_ITERATE_PROPERTIES , wxPG_ITERATE_HIDDEN , wxPG_ITERATE_FIXED_CHILDREN , wxPG_ITERATE_CATEGORIES , wxPG_ITERATE_ALL_PARENTS , wxPG_ITERATE_ALL_PARENTS_RECURSIVELY , wxPG_ITERATOR_FLAGS_ALL , wxPG_ITERATOR_MASK_OP_ITEM , wxPG_ITERATOR_MASK_OP_PARENT , wxPG_ITERATE_VISIBLE , wxPG_ITERATE_ALL , wxPG_ITERATE_NORMAL , wxPG_ITERATE_DEFAULT } |
| #define wxPG_IT_CHILDREN | ( | A | ) | ((A)<<16) |
| enum wxPG_ITERATOR_FLAGS |
NOTES: At lower 16-bits, there are flags to check if item will be included. At higher 16-bits, there are same flags, but to instead check if children will be included.
|
strong |
Flags affecting property selection.
Values of this enum are used with wxPropertyGrid::CommitChangesFromEditor(), for example.
|
strong |
Flags for wxPropertyGridPageState::DoSetSplitter().
| Enumerator | |
|---|---|
| Null | No special flags. |
| Refresh | Refresh the grid after setting splitter position. |
| AllPages | Set splitter position for all pages. |