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 |
bool | m_DNP = false |
bool | m_ExcludedFromBOM = false |
bool | m_ExcludedFromSim = false |
std::map< wxString, SCH_SHEET_VARIANT > | m_Variants |
A list of sheet variants. | |
A simple container for sheet instance information.
Definition at line 145 of file sch_sheet_path.h.
bool SCH_SHEET_INSTANCE::m_DNP = false |
Definition at line 154 of file sch_sheet_path.h.
bool SCH_SHEET_INSTANCE::m_ExcludedFromBOM = false |
Definition at line 155 of file sch_sheet_path.h.
bool SCH_SHEET_INSTANCE::m_ExcludedFromSim = false |
Definition at line 156 of file sch_sheet_path.h.
wxString SCH_SHEET_INSTANCE::m_PageNumber |
Definition at line 149 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 147 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 152 of file sch_sheet_path.h.
Referenced by SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), and SCH_EDITOR_CONTROL::Paste().
std::map<wxString, SCH_SHEET_VARIANT> SCH_SHEET_INSTANCE::m_Variants |
A list of sheet variants.
Definition at line 159 of file sch_sheet_path.h.
Referenced by SCH_IO_KICAD_SEXPR_PARSER::parseSheet().