|
KiCad PCB EDA Suite
|
#include <wx/checkbox.h>#include <wx/combo.h>#include <wx/filedlg.h>#include <wx/dirdlg.h>#include <wx/textctrl.h>#include <set>#include <string>#include <bitmaps.h>#include <embedded_files.h>#include <kiplatform/ui.h>#include <kiway.h>#include <kiway_player.h>#include <kiway_mail.h>#include <string_utils.h>#include <dialog_shim.h>#include <common.h>#include <env_paths.h>#include <pgm_base.h>#include <widgets/wx_grid.h>#include <widgets/filedlg_hook_embed_file.h>#include <widgets/grid_text_button_helpers.h>#include <eda_doc.h>Go to the source code of this file.
Classes | |
| class | TEXT_BUTTON_SYMBOL_CHOOSER |
| class | TEXT_BUTTON_FP_CHOOSER |
| class | TEXT_BUTTON_URL |
| class | TEXT_BUTTON_FILE_BROWSER |
| class | TEXT_BUTTON_RUN_FUNCTION |
Functions | |
| GRID_CELL_URL_EDITOR_CONTEXT | MakeGridCellUrlEditorContext (const std::vector< EMBEDDED_FILES * > &aEmbedTargets, const std::vector< EMBEDDED_FILES * > &aAdditionalLookupFiles) |
| bool | SelectFootprintFromChooser (DIALOG_SHIM *aDialog, wxString &aFootprint, const wxString &aSymbolNetlist) |
| GRID_CELL_URL_EDITOR_CONTEXT MakeGridCellUrlEditorContext | ( | const std::vector< EMBEDDED_FILES * > & | aEmbedTargets, |
| const std::vector< EMBEDDED_FILES * > & | aAdditionalLookupFiles ) |
Definition at line 51 of file grid_text_button_helpers.cpp.
References GRID_CELL_URL_EDITOR_CONTEXT::m_embedTargets, and GRID_CELL_URL_EDITOR_CONTEXT::m_filesStack.
Referenced by getDatasheetContext(), and getDatasheetContext().
| bool SelectFootprintFromChooser | ( | DIALOG_SHIM * | aDialog, |
| wxString & | aFootprint, | ||
| const wxString & | aSymbolNetlist ) |
Definition at line 76 of file grid_text_button_helpers.cpp.
References KIWAY_PLAYER::Destroy(), FRAME_FOOTPRINT_CHOOSER, KIWAY_HOLDER::Kiway(), KIWAY_PLAYER::KiwayMailIn(), MAIL_SYMBOL_NETLIST, KIWAY::Player(), and KIWAY_PLAYER::ShowModal().
Referenced by LIB_FIELDS_EDITOR_GRID_TRICKS::doFieldsTablePopupSelection(), SYMBOL_FIELDS_EDITOR_GRID_TRICKS::doFieldsTablePopupSelection(), FIELDS_GRID_TRICKS::doPopupSelection(), and TEXT_BUTTON_FP_CHOOSER::OnButtonClick().