![]() |
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 |
wxString | m_Value |
wxString | m_Footprint |
A simple container for schematic symbol instance information.
Definition at line 43 of file sch_sheet_path.h.
wxString SYMBOL_INSTANCE_REFERENCE::m_Footprint |
Definition at line 53 of file sch_sheet_path.h.
Referenced by SCH_COMPONENT::AddHierarchicalReference(), and SCH_SEXPR_PARSER::parseSchSymbolInstances().
KIID_PATH SYMBOL_INSTANCE_REFERENCE::m_Path |
Definition at line 45 of file sch_sheet_path.h.
Referenced by SCH_COMPONENT::AddHierarchicalReference(), SCH_SEXPR_PLUGIN::Format(), and SCH_SEXPR_PARSER::parseSchSymbolInstances().
wxString SYMBOL_INSTANCE_REFERENCE::m_Reference |
Definition at line 48 of file sch_sheet_path.h.
Referenced by SCH_COMPONENT::AddHierarchicalReference(), SCH_SEXPR_PLUGIN::Format(), SCH_SEXPR_PARSER::parseSchSymbolInstances(), and SCH_LEGACY_PLUGIN::saveComponent().
int SYMBOL_INSTANCE_REFERENCE::m_Unit |
Definition at line 49 of file sch_sheet_path.h.
Referenced by SCH_COMPONENT::AddHierarchicalReference(), SCH_SEXPR_PLUGIN::Format(), and SCH_SEXPR_PARSER::parseSchSymbolInstances().
wxString SYMBOL_INSTANCE_REFERENCE::m_Value |
Definition at line 52 of file sch_sheet_path.h.
Referenced by SCH_COMPONENT::AddHierarchicalReference(), and SCH_SEXPR_PARSER::parseSchSymbolInstances().