Version: 3.1.4
Grid Related Classes

Detailed Description

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< wxGridCellRendererwxGridCellRendererPtr
 Smart pointer wrapping wxGridCellRenderer. More...
 
typedef wxObjectDataPtr< wxGridCellEditorwxGridCellEditorPtr
 Smart pointer wrapping wxGridCellEditor. More...
 
typedef wxObjectDataPtr< wxGridCellAttrwxGridCellAttrPtr
 Smart pointer wrapping wxGridCellAttr. More...
 

Typedef Documentation

◆ wxGridCellAttrPtr

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.

Since
3.1.4

<>< =''>:</>&;&;< =''>\ </></>

◆ wxGridCellEditorPtr

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.

Since
3.1.4

<>< =''>:</>&;&;< =''>\ </></>

◆ wxGridCellRendererPtr

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.

Since
3.1.4

<>< =''>:</>&;&;< =''>\ </></>