|
| CustomRenderer (double dir, bool isdigit) |
|
virtual void | Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) |
|
wxSize | GetBestSize (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, int row, int col) |
|
wxGridCellRenderer * | Clone () const |
|
Definition at line 103 of file CustomGrid.h.
◆ CustomRenderer()
CustomRenderer::CustomRenderer |
( |
double | dir, |
|
|
bool | isdigit ) |
|
inline |
◆ Clone()
wxGridCellRenderer * CustomRenderer::Clone |
( |
| ) |
const |
|
inline |
◆ Draw()
void CustomRenderer::Draw |
( |
wxGrid & | grid, |
|
|
wxGridCellAttr & | attr, |
|
|
wxDC & | dc, |
|
|
const wxRect & | rect, |
|
|
int | row, |
|
|
int | col, |
|
|
bool | isSelected ) |
|
virtual |
◆ GetBestSize()
wxSize CustomRenderer::GetBestSize |
( |
wxGrid & | grid, |
|
|
wxGridCellAttr & | attr, |
|
|
wxDC & | dc, |
|
|
int | row, |
|
|
int | col ) |
|
inline |
The documentation for this class was generated from the following files: