|
KiCad PCB EDA Suite
|
Public Member Functions | |
| TEXT_BUTTON_RUN_FUNCTION (wxWindow *aParent, DIALOG_SHIM *aParentDlg, std::function< void(int, int)> &aFunction, int &aRow, int &aCol) | |
Protected Member Functions | |
| void | DoSetPopupControl (wxComboPopup *popup) override |
| void | OnButtonClick () override |
Protected Attributes | |
| DIALOG_SHIM * | m_dlg |
| std::function< void(int, int)> & | m_function |
| int & | m_row |
| int & | m_col |
Definition at line 625 of file grid_text_button_helpers.cpp.
|
inline |
Definition at line 628 of file grid_text_button_helpers.cpp.
References KiBitmapBundle(), m_col, m_dlg, m_function, m_row, and small_refresh.
|
inlineoverrideprotected |
Definition at line 644 of file grid_text_button_helpers.cpp.
|
inlineoverrideprotected |
Definition at line 646 of file grid_text_button_helpers.cpp.
References m_col, m_function, and m_row.
|
protected |
Definition at line 651 of file grid_text_button_helpers.cpp.
Referenced by OnButtonClick(), and TEXT_BUTTON_RUN_FUNCTION().
|
protected |
Definition at line 648 of file grid_text_button_helpers.cpp.
Referenced by TEXT_BUTTON_RUN_FUNCTION().
|
protected |
Definition at line 649 of file grid_text_button_helpers.cpp.
Referenced by OnButtonClick(), and TEXT_BUTTON_RUN_FUNCTION().
|
protected |
Definition at line 650 of file grid_text_button_helpers.cpp.
Referenced by OnButtonClick(), and TEXT_BUTTON_RUN_FUNCTION().