|
KiCad PCB EDA Suite
|
#include <algorithm>#include <fmt/format.h>#include <magic_enum.hpp>#include <wx/dir.h>#include <wx/log.h>#include <wx/mstream.h>#include <base_units.h>#include <bitmap_base.h>#include <common.h>#include <wildcards_and_files_ext.h>#include <build_version.h>#include <sch_selection.h>#include <font/fontconfig.h>#include <io/kicad/kicad_io_utils.h>#include <libraries/symbol_library_adapter.h>#include <progress_reporter.h>#include <schematic.h>#include <schematic_lexer.h>#include <sch_bitmap.h>#include <sch_bus_entry.h>#include <sch_edit_frame.h>#include <sch_group.h>#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr.h>#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr_common.h>#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr_lib_cache.h>#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr_parser.h>#include <sch_junction.h>#include <sch_line.h>#include <sch_no_connect.h>#include <sch_pin.h>#include <sch_rule_area.h>#include <sch_screen.h>#include <sch_shape.h>#include <sch_netchain.h>#include <sch_sheet.h>#include <sch_sheet_pin.h>#include <sch_symbol.h>#include <sch_table.h>#include <sch_tablecell.h>#include <sch_text.h>#include <sch_textbox.h>#include <string_utils.h>#include <trace_helpers.h>#include <reporter.h>#include <connection_graph.h>Go to the source code of this file.
Macros | |
| #define | SCH_PARSE_ERROR(text, reader, pos) |
Functions | |
| static void | formatPinMapOverride (OUTPUTFORMATTER *aOut, const PIN_MAP_INSTANCE_OVERRIDE &aOverride) |
| #define SCH_PARSE_ERROR | ( | text, | |
| reader, | |||
| pos ) |
Definition at line 75 of file sch_io_kicad_sexpr.cpp.
|
static |
Definition at line 775 of file sch_io_kicad_sexpr.cpp.
References DELEGATE_TO_UNIT_1, edit, FORCE_IDENTITY, PIN_MAP_INSTANCE_OVERRIDE::IsDefault(), PIN_MAP_INSTANCE_OVERRIDE::m_ActiveMapName, PIN_MAP_INSTANCE_OVERRIDE::m_Edits, PIN_MAP_INSTANCE_OVERRIDE::m_Mode, OUTPUTFORMATTER::Print(), OUTPUTFORMATTER::Quotew(), USE_LIBRARY_DEFAULT, and USE_NAMED_MAP.
Referenced by SCH_IO_KICAD_SEXPR::saveSymbol().