Classes related to the wxGrid generic widget.
Classes | |
class | wxGridCellRenderer |
class | wxGridCellAutoWrapStringRenderer |
class | wxGridCellBoolRenderer |
class | wxGridCellDateRenderer |
class | wxGridCellDateTimeRenderer |
class | wxGridCellEnumRenderer |
class | wxGridCellFloatRenderer |
class | wxGridCellNumberRenderer |
class | wxGridCellStringRenderer |
class | wxGridCellEditor |
class | wxGridCellAutoWrapStringEditor |
class | wxGridCellBoolEditor |
class | wxGridCellChoiceEditor |
class | wxGridCellEnumEditor |
class | wxGridCellTextEditor |
class | wxGridCellFloatEditor |
class | wxGridCellNumberEditor |
class | wxGridCellDateEditor |
class | wxGridFitMode |
class | wxGridCellAttr |
class | wxGridTableBase |
class | wxGridSizesInfo |
class | wxGrid |
class | wxGridUpdateLocker |
class | wxGridEvent |
class | wxGridSizeEvent |
class | wxGridRangeSelectEvent |
class | wxGridEditorCreatedEvent |
Typedefs | |
typedef wxObjectDataPtr< wxGridCellRenderer > | wxGridCellRendererPtr |
Smart pointer wrapping wxGridCellRenderer. More... | |
typedef wxObjectDataPtr< wxGridCellEditor > | wxGridCellEditorPtr |
Smart pointer wrapping wxGridCellEditor. More... | |
typedef wxObjectDataPtr< wxGridCellAttr > | wxGridCellAttrPtr |
Smart pointer wrapping wxGridCellAttr. More... | |
typedef wxObjectDataPtr<wxGridCellAttr> wxGridCellAttrPtr |
Smart pointer wrapping wxGridCellAttr.
wxGridCellAttrPtr takes ownership of wxGridCellAttr passed to it on construction and calls DecRef() on it automatically when it is destroyed. It also provides transparent access to wxGridCellAttr methods by allowing to use objects of this class as if they were wxGridCellAttr pointers.
<>< =''>:</>&;&;< =''>\ </></>
typedef wxObjectDataPtr<wxGridCellEditor> wxGridCellEditorPtr |
Smart pointer wrapping wxGridCellEditor.
wxGridCellEditorPtr takes ownership of wxGridCellEditor passed to it on construction and calls DecRef() on it automatically when it is destroyed. It also provides transparent access to wxGridCellEditor methods by allowing to use objects of this class as if they were wxGridCellEditor pointers.
<>< =''>:</>&;&;< =''>\ </></>
typedef wxObjectDataPtr<wxGridCellRenderer> wxGridCellRendererPtr |
Smart pointer wrapping wxGridCellRenderer.
wxGridCellRendererPtr takes ownership of wxGridCellRenderer passed to it on construction and calls DecRef() on it automatically when it is destroyed. It also provides transparent access to wxGridCellRenderer methods by allowing to use objects of this class as if they were wxGridCellRenderer pointers.
<>< =''>:</>&;&;< =''>\ </></>