#include <grid_icon_text_helpers.h>
|
| GRID_CELL_STATUS_ICON_RENDERER (int aStatus) |
|
void | Draw (wxGrid &aGrid, wxGridCellAttr &aAttr, wxDC &aDC, const wxRect &aRect, int aRow, int aCol, bool isSelected) override |
|
wxSize | GetBestSize (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, int row, int col) override |
|
wxGridCellRenderer * | Clone () const override |
|
Definition at line 75 of file grid_icon_text_helpers.h.
◆ GRID_CELL_STATUS_ICON_RENDERER()
GRID_CELL_STATUS_ICON_RENDERER::GRID_CELL_STATUS_ICON_RENDERER |
( |
int |
aStatus | ) |
|
◆ Clone()
wxGridCellRenderer * GRID_CELL_STATUS_ICON_RENDERER::Clone |
( |
| ) |
const |
|
override |
◆ Draw()
void GRID_CELL_STATUS_ICON_RENDERER::Draw |
( |
wxGrid & |
aGrid, |
|
|
wxGridCellAttr & |
aAttr, |
|
|
wxDC & |
aDC, |
|
|
const wxRect & |
aRect, |
|
|
int |
aRow, |
|
|
int |
aCol, |
|
|
bool |
isSelected |
|
) |
| |
|
override |
◆ GetBestSize()
wxSize GRID_CELL_STATUS_ICON_RENDERER::GetBestSize |
( |
wxGrid & |
grid, |
|
|
wxGridCellAttr & |
attr, |
|
|
wxDC & |
dc, |
|
|
int |
row, |
|
|
int |
col |
|
) |
| |
|
override |
◆ m_bitmap
wxBitmap GRID_CELL_STATUS_ICON_RENDERER::m_bitmap |
|
private |
◆ m_status
int GRID_CELL_STATUS_ICON_RENDERER::m_status |
|
private |
The documentation for this class was generated from the following files: