#include <wx_grid.h>
|
| wxGridCellAttr * | enhanceAttr (wxGridCellAttr *aInputAttr, int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) |
| |
Definition at line 53 of file wx_grid.h.
◆ ~WX_GRID_TABLE_BASE()
| WX_GRID_TABLE_BASE::~WX_GRID_TABLE_BASE |
( |
| ) |
|
|
inlineoverride |
◆ Clear()
| void WX_GRID_TABLE_BASE::Clear |
( |
| ) |
|
|
inlineoverride |
◆ enhanceAttr()
| wxGridCellAttr * WX_GRID_TABLE_BASE::enhanceAttr |
( |
wxGridCellAttr * | aInputAttr, |
|
|
int | aRow, |
|
|
int | aCol, |
|
|
wxGridCellAttr::wxAttrKind | aKind ) |
|
protected |
◆ GetAttr()
| wxGridCellAttr * WX_GRID_TABLE_BASE::GetAttr |
( |
int | aRow, |
|
|
int | aCol, |
|
|
wxGridCellAttr::wxAttrKind | aKind ) |
|
inlineoverride |
◆ GetGroupType()
| virtual GROUP_TYPE WX_GRID_TABLE_BASE::GetGroupType |
( |
int | aRow | ) |
const |
|
inlinevirtual |
◆ HasUndoStateSerialization()
| virtual bool WX_GRID_TABLE_BASE::HasUndoStateSerialization |
( |
| ) |
const |
|
inlinevirtual |
Optional identity-based serialization for the host dialog's Ctrl+Z/Ctrl+Y.
The dialog's generic grid undo snapshots cells by (row, col) position, which is wrong for tables whose rows can regroup/sort/reorder. A table that returns true here is asked to serialize and restore its own state by stable identity instead.
Reimplemented in FIELDS_EDITOR_GRID_DATA_MODEL.
Definition at line 89 of file wx_grid.h.
◆ IsExpanderColumn()
| virtual bool WX_GRID_TABLE_BASE::IsExpanderColumn |
( |
int | aCol | ) |
const |
|
inlinevirtual |
◆ RestoreUndoState()
| virtual void WX_GRID_TABLE_BASE::RestoreUndoState |
( |
const wxString & | aState | ) |
|
|
inlinevirtual |
◆ SerializeUndoState()
| virtual wxString WX_GRID_TABLE_BASE::SerializeUndoState |
( |
| ) |
const |
|
inlinevirtual |
◆ SetColAttr()
| void WX_GRID_TABLE_BASE::SetColAttr |
( |
wxGridCellAttr * | aAttr, |
|
|
int | aCol ) |
|
inlineoverride |
◆ m_colAttrs
| std::map<int, wxGridCellAttr*> WX_GRID_TABLE_BASE::m_colAttrs |
|
protected |
The documentation for this class was generated from the following files: