KiCad PCB EDA Suite
|
#include <embedded_files.h>
#include <kiway.h>
#include <kiway_player.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 <symbol_library.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 | |
static wxString | netList (SCH_SYMBOL *aSymbol, SCH_SHEET_PATH &aSheetPath) |
static wxString | netList (LIB_SYMBOL *aSymbol) |
#define DEFAULT_FONT_NAME _( "Default Font" ) |
Definition at line 61 of file fields_grid_table.cpp.
anonymous enum |
Enumerator | |
---|---|
MYID_SELECT_FOOTPRINT | |
MYID_SHOW_DATASHEET |
Definition at line 54 of file fields_grid_table.cpp.
|
static |
Definition at line 104 of file fields_grid_table.cpp.
References CTX_LINE, EscapeString(), LIB_SYMBOL::GetFPFilters(), LIB_SYMBOL::GetPins(), netlist, and pin.
|
static |
Definition at line 64 of file fields_grid_table.cpp.
References CTX_LINE, EscapeString(), SCH_SYMBOL::GetLibSymbolRef(), netlist, and pin.