|
KiCad PCB EDA Suite
|
#include <embedded_files.h>#include <kiway.h>#include <dialog_shim.h>#include <fields_grid_table.h>#include <sch_base_frame.h>#include <sch_field.h>#include <sch_label.h>#include <sch_validators.h>#include <validators.h>#include <sch_edit_frame.h>#include <schematic.h>#include <template_fieldnames.h>#include <widgets/grid_text_button_helpers.h>#include <wildcards_and_files_ext.h>#include <project/project_file.h>#include <project/net_settings.h>#include "eda_doc.h"#include "widgets/grid_color_swatch_helpers.h"#include "font/fontconfig.h"#include "font/kicad_font_name.h"#include "widgets/grid_text_helpers.h"#include <wx/settings.h>#include <string_utils.h>#include <widgets/grid_combobox.h>#include <pgm_base.h>#include <project_sch.h>Go to the source code of this file.
Macros | |
| #define | DEFAULT_FONT_NAME _( "Default Font" ) |
Enumerations | |
| enum | { MYID_SELECT_FOOTPRINT = GRIDTRICKS_FIRST_CLIENT_ID , MYID_SHOW_DATASHEET } |
Functions | |
| wxString | BuildFootprintChooserSymbolNetlist (const LIB_SYMBOL *aSymbol) |
| wxString | BuildFootprintChooserSymbolNetlist (const std::vector< LIB_SYMBOL * > &aSymbols) |
| #define DEFAULT_FONT_NAME _( "Default Font" ) |
Definition at line 55 of file fields_grid_table.cpp.
Referenced by FIELDS_GRID_TABLE::GetValue(), FIELDS_GRID_TABLE::initGrid(), and FIELDS_GRID_TABLE::SetValue().
| anonymous enum |
| Enumerator | |
|---|---|
| MYID_SELECT_FOOTPRINT | |
| MYID_SHOW_DATASHEET | |
Definition at line 48 of file fields_grid_table.cpp.
| wxString BuildFootprintChooserSymbolNetlist | ( | const LIB_SYMBOL * | aSymbol | ) |
Definition at line 58 of file fields_grid_table.cpp.
References CTX_LINE, EscapeString(), LIB_SYMBOL::GetFPFilters(), LIB_SYMBOL::GetGraphicalPins(), netlist, and pin.
Referenced by BuildFootprintChooserSymbolNetlist(), DIALOG_LIB_FIELDS_TABLE::createFootprintEditor(), LIB_FIELDS_EDITOR_GRID_TRICKS::doFieldsTablePopupSelection(), FIELDS_GRID_TABLE::FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE::FIELDS_GRID_TABLE(), and getFootprintChooserSymbolNetlist().
| wxString BuildFootprintChooserSymbolNetlist | ( | const std::vector< LIB_SYMBOL * > & | aSymbols | ) |
Definition at line 110 of file fields_grid_table.cpp.
References BuildFootprintChooserSymbolNetlist().