#include <grid_text_button_helpers.h>
|
| GRID_CELL_URL_EDITOR (DIALOG_SHIM *aParent, SEARCH_STACK *aSearchStack=nullptr, EMBEDDED_FILES *aFiles=nullptr) |
|
wxGridCellEditor * | Clone () const override |
|
void | Create (wxWindow *aParent, wxWindowID aId, wxEvtHandler *aEventHandler) override |
|
wxString | GetValue () const override |
|
void | SetSize (const wxRect &aRect) override |
|
void | StartingKey (wxKeyEvent &event) 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 119 of file grid_text_button_helpers.h.
◆ GRID_CELL_URL_EDITOR()
◆ ApplyEdit()
void GRID_CELL_TEXT_BUTTON::ApplyEdit |
( |
int |
aRow, |
|
|
int |
aCol, |
|
|
wxGrid * |
aGrid |
|
) |
| |
|
overrideinherited |
◆ BeginEdit()
void GRID_CELL_TEXT_BUTTON::BeginEdit |
( |
int |
aRow, |
|
|
int |
aCol, |
|
|
wxGrid * |
aGrid |
|
) |
| |
|
overrideinherited |
◆ Clone()
wxGridCellEditor * GRID_CELL_URL_EDITOR::Clone |
( |
| ) |
const |
|
inlineoverride |
◆ Combo()
wxComboCtrl * GRID_CELL_TEXT_BUTTON::Combo |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ Create()
void GRID_CELL_URL_EDITOR::Create |
( |
wxWindow * |
aParent, |
|
|
wxWindowID |
aId, |
|
|
wxEvtHandler * |
aEventHandler |
|
) |
| |
|
override |
◆ EndEdit()
bool GRID_CELL_TEXT_BUTTON::EndEdit |
( |
int |
, |
|
|
int |
, |
|
|
const wxGrid * |
, |
|
|
const wxString & |
, |
|
|
wxString * |
aNewVal |
|
) |
| |
|
overrideinherited |
◆ GetValue()
wxString GRID_CELL_TEXT_BUTTON::GetValue |
( |
| ) |
const |
|
overrideinherited |
◆ Reset()
void GRID_CELL_TEXT_BUTTON::Reset |
( |
| ) |
|
|
overrideinherited |
◆ SetSize()
void GRID_CELL_TEXT_BUTTON::SetSize |
( |
const wxRect & |
aRect | ) |
|
|
overrideinherited |
◆ StartingKey()
void GRID_CELL_TEXT_BUTTON::StartingKey |
( |
wxKeyEvent & |
event | ) |
|
|
overrideinherited |
◆ wxDECLARE_NO_COPY_CLASS()
◆ m_dlg
◆ m_files
◆ m_searchStack
◆ m_value
wxString GRID_CELL_TEXT_BUTTON::m_value |
|
protectedinherited |
The documentation for this class was generated from the following files: