|
KiCad PCB EDA Suite
|
Variant information for a schematic symbol. More...
#include <sch_sheet_path.h>
Public Member Functions | |
| SCH_SYMBOL_VARIANT (const wxString &aName=wxEmptyString) | |
| void | InitializeAttributes (const SCH_SYMBOL &aSymbol) |
| virtual | ~SCH_SYMBOL_VARIANT ()=default |
Public Attributes | |
| wxString | m_Name |
| wxString | m_Description |
| bool | m_ExcludedFromSim |
| bool | m_ExcludedFromBOM |
| bool | m_ExcludedFromBoard |
| bool | m_ExcludedFromPosFiles |
| bool | m_DNP |
| std::map< wxString, wxString > | m_Fields |
Variant information for a schematic symbol.
Schematic symbol variants are a set of field and/or properties differentials against the default symbol values. Each symbol instance may contain 0 or more variants.
Definition at line 81 of file sch_sheet_path.h.
|
inline |
Definition at line 84 of file sch_sheet_path.h.
References VARIANT::VARIANT().
|
virtualdefault |
| void SCH_SYMBOL_VARIANT::InitializeAttributes | ( | const SCH_SYMBOL & | aSymbol | ) |
Definition at line 98 of file sch_sheet_path.cpp.
References SCH_SYMBOL::GetDNP(), SCH_SYMBOL::GetExcludedFromBoard(), SCH_SYMBOL::GetExcludedFromBOM(), SCH_SYMBOL::GetExcludedFromPosFiles(), SCH_SYMBOL::GetExcludedFromSim(), VARIANT::m_DNP, VARIANT::m_ExcludedFromBoard, VARIANT::m_ExcludedFromBOM, VARIANT::m_ExcludedFromPosFiles, and VARIANT::m_ExcludedFromSim.
Referenced by SCH_SYMBOL::SetDNP(), SCH_SYMBOL::SetExcludedFromBoard(), SCH_SYMBOL::SetExcludedFromBOM(), SCH_SYMBOL::SetExcludedFromPosFiles(), SCH_SYMBOL::SetExcludedFromSim(), SCH_SYMBOL::SetFieldText(), and SCH_SYMBOL::SetValueFieldText().
|
inherited |
Definition at line 63 of file sch_sheet_path.h.
|
inherited |
Definition at line 68 of file sch_sheet_path.h.
Referenced by SCH_SHEET_VARIANT::InitializeAttributes(), SCH_SYMBOL_VARIANT::InitializeAttributes(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_SHEET::SetDNP(), SCH_SYMBOL::SetDNP(), and VARIANT().
|
inherited |
Definition at line 66 of file sch_sheet_path.h.
Referenced by SCH_SHEET_VARIANT::InitializeAttributes(), SCH_SYMBOL_VARIANT::InitializeAttributes(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_SYMBOL::SetExcludedFromBoard(), and VARIANT().
|
inherited |
Definition at line 65 of file sch_sheet_path.h.
Referenced by SCH_SHEET_VARIANT::InitializeAttributes(), SCH_SYMBOL_VARIANT::InitializeAttributes(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_SHEET::SetExcludedFromBOM(), SCH_SYMBOL::SetExcludedFromBOM(), and VARIANT().
|
inherited |
Definition at line 67 of file sch_sheet_path.h.
Referenced by SCH_SHEET_VARIANT::InitializeAttributes(), SCH_SYMBOL_VARIANT::InitializeAttributes(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_SYMBOL::SetExcludedFromPosFiles(), and VARIANT().
|
inherited |
Definition at line 64 of file sch_sheet_path.h.
Referenced by SCH_SHEET_VARIANT::InitializeAttributes(), SCH_SYMBOL_VARIANT::InitializeAttributes(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_SHEET::SetExcludedFromSim(), SCH_SYMBOL::SetExcludedFromSim(), and VARIANT().
|
inherited |
Definition at line 69 of file sch_sheet_path.h.
Referenced by SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_SHEET::SetFieldText(), SCH_SYMBOL::SetFieldText(), and SCH_SYMBOL::SetValueFieldText().
|
inherited |
Definition at line 62 of file sch_sheet_path.h.
Referenced by SCH_SHEET::AddVariant(), SCH_SYMBOL::AddVariant(), SCH_SHEET::CopyVariant(), SCH_SYMBOL::CopyVariant(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_SHEET::RenameVariant(), SCH_SYMBOL::RenameVariant(), and VARIANT().