#include <wx_grid.h>
|
wxGridCellAttr * | enhanceAttr (wxGridCellAttr *aInputAttr, int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) |
|
Definition at line 42 of file wx_grid.h.
◆ ~WX_GRID_TABLE_BASE()
WX_GRID_TABLE_BASE::~WX_GRID_TABLE_BASE |
( |
| ) |
|
|
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 |
◆ 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: