KiCad PCB EDA Suite
Loading...
Searching...
No Matches
grid_text_button_helpers.cpp File Reference
#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)
 

Function Documentation

◆ MakeGridCellUrlEditorContext()

GRID_CELL_URL_EDITOR_CONTEXT MakeGridCellUrlEditorContext ( const std::vector< EMBEDDED_FILES * > & aEmbedTargets,
const std::vector< EMBEDDED_FILES * > & aAdditionalLookupFiles )

◆ SelectFootprintFromChooser()