|
KiCad PCB EDA Suite
|
Public Member Functions | |
| TEXT_BUTTON_URL (wxWindow *aParent, DIALOG_SHIM *aParentDlg, SEARCH_STACK *aSearchStack, const std::function< GRID_CELL_URL_EDITOR_CONTEXT(int)> &aContextProvider, int &aRow) | |
| ~TEXT_BUTTON_URL () | |
Protected Member Functions | |
| void | DoSetPopupControl (wxComboPopup *popup) override |
| void | OnButtonClick () override |
| void | OnTextChange (wxCommandEvent &event) |
| void | UpdateButtonBitmaps () |
Protected Attributes | |
| DIALOG_SHIM * | m_dlg |
| SEARCH_STACK * | m_searchStack |
| std::function< GRID_CELL_URL_EDITOR_CONTEXT(int)> | m_contextProvider |
| int & | m_row |
Definition at line 245 of file grid_text_button_helpers.cpp.
|
inline |
Definition at line 248 of file grid_text_button_helpers.cpp.
References m_contextProvider, m_dlg, m_row, m_searchStack, OnTextChange(), and UpdateButtonBitmaps().
|
inline |
Definition at line 266 of file grid_text_button_helpers.cpp.
References OnTextChange().
|
inlineoverrideprotected |
Definition at line 271 of file grid_text_button_helpers.cpp.
|
inlineoverrideprotected |
Definition at line 276 of file grid_text_button_helpers.cpp.
References _, EMBEDDED_FILES::AddFile(), KIPLATFORM::UI::AllowNetworkFileSystems(), DATASHEET, GetAssociatedDocument(), FILEDLG_HOOK_EMBED_FILE::GetEmbed(), m_contextProvider, m_dlg, GRID_CELL_URL_EDITOR_CONTEXT::m_embedTargets, GRID_CELL_URL_EDITOR_CONTEXT::m_filesStack, m_row, m_searchStack, and result.
|
inlineprotected |
Definition at line 337 of file grid_text_button_helpers.cpp.
References UpdateButtonBitmaps().
Referenced by TEXT_BUTTON_URL(), and ~TEXT_BUTTON_URL().
|
inlineprotected |
Definition at line 343 of file grid_text_button_helpers.cpp.
References KiBitmapBundle(), small_folder, and www.
Referenced by OnTextChange(), and TEXT_BUTTON_URL().
|
protected |
Definition at line 355 of file grid_text_button_helpers.cpp.
Referenced by OnButtonClick(), and TEXT_BUTTON_URL().
|
protected |
Definition at line 352 of file grid_text_button_helpers.cpp.
Referenced by OnButtonClick(), and TEXT_BUTTON_URL().
|
protected |
Definition at line 356 of file grid_text_button_helpers.cpp.
Referenced by OnButtonClick(), and TEXT_BUTTON_URL().
|
protected |
Definition at line 353 of file grid_text_button_helpers.cpp.
Referenced by OnButtonClick(), and TEXT_BUTTON_URL().