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_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_REFERENCE_LIST::GetSymbolInstances(), SCH_LEGACY_PLUGIN::loadSymbol(), SCH_SEXPR_PARSER::parseSchematicSymbol(), SCH_SEXPR_PARSER::parseSchSymbolInstances(), and SortSymbolInstancesByProjectUuid().
wxString SCH_SYMBOL_INSTANCE::m_ProjectName |
Definition at line 57 of file sch_sheet_path.h.
Referenced by SCH_SEXPR_PARSER::parseSchematicSymbol().
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_REFERENCE_LIST::GetSymbolInstances(), SCH_LEGACY_PLUGIN::loadSymbol(), SCH_SEXPR_PARSER::parseSchematicSymbol(), SCH_SEXPR_PARSER::parseSchSymbolInstances(), SCH_LEGACY_PLUGIN::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_LEGACY_PLUGIN::loadSymbol(), SCH_SEXPR_PARSER::parseSchematicSymbol(), SCH_SEXPR_PARSER::parseSchSymbolInstances(), and SCH_EDITOR_CONTROL::updatePastedSymbol().
wxString SCH_SYMBOL_INSTANCE::m_Value |
Definition at line 53 of file sch_sheet_path.h.
Referenced by SCH_SEXPR_PARSER::parseSchSymbolInstances().