#include <grid_color_swatch_helpers.h>
|
| GRID_CELL_COLOR_SELECTOR (wxWindow *aParent, wxGrid *aGrid) |
|
wxGridCellEditor * | Clone () const override |
|
void | Create (wxWindow *aParent, wxWindowID aId, wxEvtHandler *aEventHandler) override |
|
wxString | GetValue () const override |
|
void | BeginEdit (int aRow, int aCol, wxGrid *aGrid) override |
|
bool | EndEdit (int, int, const wxGrid *, const wxString &, wxString *newval) override |
|
void | ApplyEdit (int aRow, int aCol, wxGrid *aGrid) override |
|
void | Reset () override |
|
Definition at line 68 of file grid_color_swatch_helpers.h.
◆ GRID_CELL_COLOR_SELECTOR()
GRID_CELL_COLOR_SELECTOR::GRID_CELL_COLOR_SELECTOR |
( |
wxWindow * |
aParent, |
|
|
wxGrid * |
aGrid |
|
) |
| |
◆ ApplyEdit()
void GRID_CELL_COLOR_SELECTOR::ApplyEdit |
( |
int |
aRow, |
|
|
int |
aCol, |
|
|
wxGrid * |
aGrid |
|
) |
| |
|
override |
◆ BeginEdit()
void GRID_CELL_COLOR_SELECTOR::BeginEdit |
( |
int |
aRow, |
|
|
int |
aCol, |
|
|
wxGrid * |
aGrid |
|
) |
| |
|
override |
◆ Clone()
wxGridCellEditor * GRID_CELL_COLOR_SELECTOR::Clone |
( |
| ) |
const |
|
override |
◆ Create()
void GRID_CELL_COLOR_SELECTOR::Create |
( |
wxWindow * |
aParent, |
|
|
wxWindowID |
aId, |
|
|
wxEvtHandler * |
aEventHandler |
|
) |
| |
|
override |
◆ EndEdit()
bool GRID_CELL_COLOR_SELECTOR::EndEdit |
( |
int |
row, |
|
|
int |
col, |
|
|
const wxGrid * |
grid, |
|
|
const wxString & |
oldval, |
|
|
wxString * |
newval |
|
) |
| |
|
override |
◆ GetValue()
wxString GRID_CELL_COLOR_SELECTOR::GetValue |
( |
| ) |
const |
|
override |
◆ Reset()
void GRID_CELL_COLOR_SELECTOR::Reset |
( |
| ) |
|
|
override |
◆ wxDECLARE_NO_COPY_CLASS()
◆ m_grid
wxGrid* GRID_CELL_COLOR_SELECTOR::m_grid |
|
protected |
◆ m_parent
wxWindow* GRID_CELL_COLOR_SELECTOR::m_parent |
|
protected |
◆ m_value
The documentation for this class was generated from the following files: