#include <grid_icon_text_helpers.h>
|
| GRID_CELL_ICON_TEXT_POPUP (const std::vector< BITMAPS > &icons, const wxArrayString &names) |
|
wxGridCellEditor * | Clone () const override |
|
void | Create (wxWindow *aParent, wxWindowID aId, wxEvtHandler *aEventHandler) override |
|
wxString | GetValue () const override |
|
void | SetSize (const wxRect &aRect) override |
|
void | BeginEdit (int aRow, int aCol, wxGrid *aGrid) override |
|
bool | EndEdit (int, int, const wxGrid *, const wxString &, wxString *aNewVal) override |
|
void | ApplyEdit (int aRow, int aCol, wxGrid *aGrid) override |
|
void | Reset () override |
|
Definition at line 115 of file grid_icon_text_helpers.h.
◆ GRID_CELL_ICON_TEXT_POPUP()
GRID_CELL_ICON_TEXT_POPUP::GRID_CELL_ICON_TEXT_POPUP |
( |
const std::vector< BITMAPS > & | icons, |
|
|
const wxArrayString & | names ) |
◆ ApplyEdit()
void GRID_CELL_ICON_TEXT_POPUP::ApplyEdit |
( |
int | aRow, |
|
|
int | aCol, |
|
|
wxGrid * | aGrid ) |
|
override |
◆ BeginEdit()
void GRID_CELL_ICON_TEXT_POPUP::BeginEdit |
( |
int | aRow, |
|
|
int | aCol, |
|
|
wxGrid * | aGrid ) |
|
override |
◆ Clone()
wxGridCellEditor * GRID_CELL_ICON_TEXT_POPUP::Clone |
( |
| ) |
const |
|
override |
◆ Combo()
wxBitmapComboBox * GRID_CELL_ICON_TEXT_POPUP::Combo |
( |
| ) |
const |
|
inlineprotected |
◆ Create()
void GRID_CELL_ICON_TEXT_POPUP::Create |
( |
wxWindow * | aParent, |
|
|
wxWindowID | aId, |
|
|
wxEvtHandler * | aEventHandler ) |
|
override |
◆ EndEdit()
bool GRID_CELL_ICON_TEXT_POPUP::EndEdit |
( |
int | , |
|
|
int | , |
|
|
const wxGrid * | , |
|
|
const wxString & | , |
|
|
wxString * | aNewVal ) |
|
override |
◆ GetValue()
wxString GRID_CELL_ICON_TEXT_POPUP::GetValue |
( |
| ) |
const |
|
override |
◆ Reset()
void GRID_CELL_ICON_TEXT_POPUP::Reset |
( |
| ) |
|
|
override |
◆ SetSize()
void GRID_CELL_ICON_TEXT_POPUP::SetSize |
( |
const wxRect & | aRect | ) |
|
|
override |
◆ wxDECLARE_NO_COPY_CLASS()
◆ m_icons
std::vector<BITMAPS> GRID_CELL_ICON_TEXT_POPUP::m_icons |
|
protected |
◆ m_names
wxArrayString GRID_CELL_ICON_TEXT_POPUP::m_names |
|
protected |
◆ m_value
wxString GRID_CELL_ICON_TEXT_POPUP::m_value |
|
protected |
The documentation for this class was generated from the following files: