#include <grid_button.h>
|
| GRID_BUTTON_RENDERER (const wxString &aLabel) |
|
virtual | ~GRID_BUTTON_RENDERER ()=default |
|
GRID_BUTTON_RENDERER * | Clone () const override |
|
void | Draw (wxGrid &aGrid, wxGridCellAttr &aAttr, wxDC &aDc, const wxRect &aRect, int aRow, int aCol, bool aIsSelected) override |
|
wxSize | GetBestSize (wxGrid &aGrid, wxGridCellAttr &aAttr, wxDC &aDc, int aRow, int aCol) override |
|
Definition at line 27 of file grid_button.h.
◆ GRID_BUTTON_RENDERER()
GRID_BUTTON_RENDERER::GRID_BUTTON_RENDERER |
( |
const wxString & |
aLabel | ) |
|
◆ ~GRID_BUTTON_RENDERER()
virtual GRID_BUTTON_RENDERER::~GRID_BUTTON_RENDERER |
( |
| ) |
|
|
virtualdefault |
◆ Clone()
◆ Draw()
void GRID_BUTTON_RENDERER::Draw |
( |
wxGrid & |
aGrid, |
|
|
wxGridCellAttr & |
aAttr, |
|
|
wxDC & |
aDc, |
|
|
const wxRect & |
aRect, |
|
|
int |
aRow, |
|
|
int |
aCol, |
|
|
bool |
aIsSelected |
|
) |
| |
|
override |
◆ GetBestSize()
wxSize GRID_BUTTON_RENDERER::GetBestSize |
( |
wxGrid & |
aGrid, |
|
|
wxGridCellAttr & |
aAttr, |
|
|
wxDC & |
aDc, |
|
|
int |
aRow, |
|
|
int |
aCol |
|
) |
| |
|
override |
◆ m_button
wxButton GRID_BUTTON_RENDERER::m_button |
|
private |
The documentation for this class was generated from the following files: