|
KiCad PCB EDA Suite
|
Public Member Functions | |
| TEXT_BUTTON_FP_CHOOSER (wxWindow *aParent, DIALOG_SHIM *aParentDlg, const std::function< wxString(int)> &aSymbolNetlistProvider, int &aRow) | |
Protected Member Functions | |
| void | DoSetPopupControl (wxComboPopup *popup) override |
| void | OnButtonClick () override |
Protected Attributes | |
| DIALOG_SHIM * | m_dlg |
| bool | m_buttonFpChooserLock |
| std::function< wxString(int)> | m_symbolNetlistProvider |
| int & | m_row |
Definition at line 160 of file grid_text_button_helpers.cpp.
|
inline |
Definition at line 163 of file grid_text_button_helpers.cpp.
References KiBitmapBundle(), m_buttonFpChooserLock, m_dlg, m_row, m_symbolNetlistProvider, and small_library.
|
inlineoverrideprotected |
Definition at line 179 of file grid_text_button_helpers.cpp.
|
inlineoverrideprotected |
Definition at line 184 of file grid_text_button_helpers.cpp.
References m_buttonFpChooserLock, m_dlg, m_row, m_symbolNetlistProvider, and SelectFootprintFromChooser().
|
protected |
Definition at line 215 of file grid_text_button_helpers.cpp.
Referenced by OnButtonClick(), and TEXT_BUTTON_FP_CHOOSER().
|
protected |
Definition at line 210 of file grid_text_button_helpers.cpp.
Referenced by OnButtonClick(), and TEXT_BUTTON_FP_CHOOSER().
|
protected |
Definition at line 223 of file grid_text_button_helpers.cpp.
Referenced by OnButtonClick(), and TEXT_BUTTON_FP_CHOOSER().
|
protected |
Definition at line 222 of file grid_text_button_helpers.cpp.
Referenced by OnButtonClick(), and TEXT_BUTTON_FP_CHOOSER().