#include <grid_combobox.h>
|
| | GRID_CELL_COMBOBOX (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 aRow, int aCol, const wxGrid *, const wxString &, wxString *aNewVal) override |
| |
| void | ApplyEdit (int aRow, int aCol, wxGrid *aGrid) override |
| |
| void | Reset () override |
| |
Definition at line 35 of file grid_combobox.h.
◆ GRID_CELL_COMBOBOX()
| GRID_CELL_COMBOBOX::GRID_CELL_COMBOBOX |
( |
const wxArrayString & | names | ) |
|
◆ ApplyEdit()
| void GRID_CELL_COMBOBOX::ApplyEdit |
( |
int | aRow, |
|
|
int | aCol, |
|
|
wxGrid * | aGrid ) |
|
override |
◆ BeginEdit()
| void GRID_CELL_COMBOBOX::BeginEdit |
( |
int | aRow, |
|
|
int | aCol, |
|
|
wxGrid * | aGrid ) |
|
override |
◆ Clone()
| wxGridCellEditor * GRID_CELL_COMBOBOX::Clone |
( |
| ) |
const |
|
override |
◆ Combo()
| wxComboBox * GRID_CELL_COMBOBOX::Combo |
( |
| ) |
const |
|
inlineprotected |
◆ Create()
| void GRID_CELL_COMBOBOX::Create |
( |
wxWindow * | aParent, |
|
|
wxWindowID | aId, |
|
|
wxEvtHandler * | aEventHandler ) |
|
override |
◆ EndEdit()
| bool GRID_CELL_COMBOBOX::EndEdit |
( |
int | aRow, |
|
|
int | aCol, |
|
|
const wxGrid * | , |
|
|
const wxString & | , |
|
|
wxString * | aNewVal ) |
|
override |
◆ GetValue()
| wxString GRID_CELL_COMBOBOX::GetValue |
( |
| ) |
const |
|
override |
◆ onComboCloseUp()
| void GRID_CELL_COMBOBOX::onComboCloseUp |
( |
wxCommandEvent & | aEvent | ) |
|
|
protected |
◆ onComboDropDown()
| void GRID_CELL_COMBOBOX::onComboDropDown |
( |
wxCommandEvent & | aEvent | ) |
|
|
protected |
◆ Reset()
| void GRID_CELL_COMBOBOX::Reset |
( |
| ) |
|
|
override |
◆ SetSize()
| void GRID_CELL_COMBOBOX::SetSize |
( |
const wxRect & | aRect | ) |
|
|
override |
◆ wxDECLARE_NO_COPY_CLASS()
◆ m_names
| wxArrayString GRID_CELL_COMBOBOX::m_names |
|
protected |
◆ m_value
| wxString GRID_CELL_COMBOBOX::m_value |
|
protected |
The documentation for this class was generated from the following files: