KiCad PCB EDA Suite
|
A simple container for sheet instance information. More...
#include <sch_sheet_path.h>
Public Attributes | |
KIID_PATH | m_Path |
wxString | m_PageNumber |
wxString | m_ProjectName |
A simple container for sheet instance information.
Definition at line 68 of file sch_sheet_path.h.
wxString SCH_SHEET_INSTANCE::m_PageNumber |
KIID_PATH SCH_SHEET_INSTANCE::m_Path |
Definition at line 70 of file sch_sheet_path.h.
Referenced by SCH_SHEET::addInstance(), SCH_SHEET_LIST::GetSheetInstances(), SCH_ALTIUM_PLUGIN::LoadSchematicFile(), SCH_SEXPR_PARSER::parseSchSheetInstances(), SCH_SEXPR_PARSER::parseSheet(), and SCH_ALTIUM_PLUGIN::ParseSheetSymbol().
wxString SCH_SHEET_INSTANCE::m_ProjectName |
Definition at line 75 of file sch_sheet_path.h.
Referenced by SCH_SEXPR_PARSER::parseSheet().