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 64 of file sch_sheet_path.h.
wxString SCH_SHEET_INSTANCE::m_PageNumber |
Definition at line 68 of file sch_sheet_path.h.
Referenced by SCH_SHEET_LIST::AddNewSheetInstances(), SCH_SHEET_LIST::GetSheetInstances(), SCH_IO_ALTIUM::LoadSchematicFile(), SCH_IO_KICAD_SEXPR_PARSER::parseSchSheetInstances(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_IO_ALTIUM::ParseSheetSymbol(), and SCH_EDITOR_CONTROL::Paste().
KIID_PATH SCH_SHEET_INSTANCE::m_Path |
Definition at line 66 of file sch_sheet_path.h.
Referenced by SCH_SHEET::addInstance(), SCH_SHEET::AddInstance(), SCH_SHEET_LIST::GetSheetInstances(), SCH_IO_ALTIUM::LoadSchematicFile(), SCH_IO_KICAD_SEXPR_PARSER::parseSchSheetInstances(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_IO_ALTIUM::ParseSheetSymbol(), and SCH_EDITOR_CONTROL::Paste().
wxString SCH_SHEET_INSTANCE::m_ProjectName |
Definition at line 71 of file sch_sheet_path.h.
Referenced by SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), and SCH_EDITOR_CONTROL::Paste().