KiCad PCB EDA Suite
|
A simple container for schematic symbol instance information. More...
#include <sch_sheet_path.h>
Public Attributes | |
KIID_PATH | m_Path |
wxString | m_Reference |
int | m_Unit = 1 |
wxString | m_Value |
wxString | m_Footprint |
wxString | m_ProjectName |
A simple container for schematic symbol instance information.
Definition at line 43 of file sch_sheet_path.h.
wxString SCH_SYMBOL_INSTANCE::m_Footprint |
Definition at line 54 of file sch_sheet_path.h.
Referenced by SCH_IO_KICAD_SEXPR_PARSER::parseSchSymbolInstances().
KIID_PATH SCH_SYMBOL_INSTANCE::m_Path |
Definition at line 45 of file sch_sheet_path.h.
Referenced by SCH_SYMBOL::AddHierarchicalReference(), SCH_SHEET_PATH::AddNewSymbolInstances(), SCH_SHEET_PATH::CheckForMissingSymbolInstances(), SCH_REFERENCE_LIST::GetSymbolInstances(), SCH_IO_KICAD_LEGACY::loadSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSchSymbolInstances(), and SCH_EDITOR_CONTROL::updatePastedSymbol().
wxString SCH_SYMBOL_INSTANCE::m_ProjectName |
Definition at line 57 of file sch_sheet_path.h.
Referenced by SCH_SHEET_PATH::AddNewSymbolInstances(), SCH_SHEET_PATH::CheckForMissingSymbolInstances(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), and SCH_EDITOR_CONTROL::updatePastedSymbol().
wxString SCH_SYMBOL_INSTANCE::m_Reference |
Definition at line 48 of file sch_sheet_path.h.
Referenced by SCH_SYMBOL::AddHierarchicalReference(), SCH_SHEET_PATH::AddNewSymbolInstances(), SCH_SHEET_PATH::CheckForMissingSymbolInstances(), SCH_REFERENCE_LIST::GetSymbolInstances(), SCH_IO_KICAD_LEGACY::loadSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSchSymbolInstances(), SCH_IO_KICAD_LEGACY::saveSymbol(), SCH_IO_KICAD_SEXPR::saveSymbol(), and SCH_EDITOR_CONTROL::updatePastedSymbol().
int SCH_SYMBOL_INSTANCE::m_Unit = 1 |
Definition at line 49 of file sch_sheet_path.h.
Referenced by SCH_SYMBOL::AddHierarchicalReference(), SCH_SHEET_PATH::AddNewSymbolInstances(), SCH_REFERENCE_LIST::GetSymbolInstances(), SCH_IO_KICAD_LEGACY::loadSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSchSymbolInstances(), SCH_IO_KICAD_SEXPR::saveSymbol(), and SCH_EDITOR_CONTROL::updatePastedSymbol().
wxString SCH_SYMBOL_INSTANCE::m_Value |
Definition at line 53 of file sch_sheet_path.h.
Referenced by SCH_IO_KICAD_SEXPR_PARSER::parseSchSymbolInstances().