|
KiCad PCB EDA Suite
|
Object to store and handle common variant information. More...
#include <sch_sheet_path.h>
Public Member Functions | |
| VARIANT (const wxString &aName=wxEmptyString) | |
| virtual | ~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 |
Object to store and handle common variant information.
Definition at line 47 of file sch_sheet_path.h.
|
inline |
Definition at line 50 of file sch_sheet_path.h.
References m_DNP, m_ExcludedFromBoard, m_ExcludedFromBOM, m_ExcludedFromPosFiles, m_ExcludedFromSim, and m_Name.
Referenced by SCH_SHEET_VARIANT::SCH_SHEET_VARIANT(), and SCH_SYMBOL_VARIANT::SCH_SYMBOL_VARIANT().
|
virtualdefault |
| wxString VARIANT::m_Description |
Definition at line 63 of file sch_sheet_path.h.
| bool VARIANT::m_DNP |
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().
| bool VARIANT::m_ExcludedFromBoard |
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().
| bool VARIANT::m_ExcludedFromBOM |
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().
| bool VARIANT::m_ExcludedFromPosFiles |
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().
| bool VARIANT::m_ExcludedFromSim |
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().
| std::map<wxString, wxString> VARIANT::m_Fields |
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().
| wxString VARIANT::m_Name |
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().