#include <grid_text_button_helpers.h>
|
| GRID_CELL_FPID_EDITOR (DIALOG_SHIM *aParent, const wxString &aSymbolNetlist, const wxString &aPreselect=wxEmptyString) |
|
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 95 of file grid_text_button_helpers.h.
◆ GRID_CELL_FPID_EDITOR()
GRID_CELL_FPID_EDITOR::GRID_CELL_FPID_EDITOR |
( |
DIALOG_SHIM * | aParent, |
|
|
const wxString & | aSymbolNetlist, |
|
|
const wxString & | aPreselect = wxEmptyString ) |
|
inline |
◆ 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_FPID_EDITOR::Clone |
( |
| ) |
const |
|
inlineoverride |
◆ Combo()
wxComboCtrl * GRID_CELL_TEXT_BUTTON::Combo |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ Create()
void GRID_CELL_FPID_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_preselect
wxString GRID_CELL_FPID_EDITOR::m_preselect |
|
protected |
◆ m_symbolNetlist
wxString GRID_CELL_FPID_EDITOR::m_symbolNetlist |
|
protected |
◆ m_value
wxString GRID_CELL_TEXT_BUTTON::m_value |
|
protectedinherited |
The documentation for this class was generated from the following files: