| 
    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 | 
| bool | m_ExcludedFromSim | 
| bool | m_ExcludedFromBOM | 
| 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_ExcludedFromBOM, m_ExcludedFromSim, and m_Name.
Referenced by SCH_SHEET_VARIANT::SCH_SHEET_VARIANT(), and SCH_SYMBOL_VARIANT::SCH_SYMBOL_VARIANT().
      
  | 
  virtualdefault | 
| bool VARIANT::m_DNP | 
Definition at line 63 of file sch_sheet_path.h.
Referenced by SCH_SYMBOL_VARIANT::InitializeAttributes(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_SYMBOL::SetDNP(), and VARIANT().
| bool VARIANT::m_ExcludedFromBOM | 
Definition at line 62 of file sch_sheet_path.h.
Referenced by SCH_SYMBOL_VARIANT::InitializeAttributes(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_SYMBOL::SetExcludedFromBOM(), and VARIANT().
| bool VARIANT::m_ExcludedFromSim | 
Definition at line 61 of file sch_sheet_path.h.
Referenced by SCH_SYMBOL_VARIANT::InitializeAttributes(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), SCH_SYMBOL::SetExcludedFromSim(), and VARIANT().
| std::map<wxString, wxString> VARIANT::m_Fields | 
Definition at line 64 of file sch_sheet_path.h.
Referenced by FIELDS_EDITOR_GRID_DATA_MODEL::ApplyData(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), and SCH_IO_KICAD_SEXPR_PARSER::parseSheet().
| wxString VARIANT::m_Name | 
Definition at line 60 of file sch_sheet_path.h.
Referenced by SCH_SYMBOL::AddVariant(), SCH_IO_KICAD_SEXPR_PARSER::parseSchematicSymbol(), SCH_IO_KICAD_SEXPR_PARSER::parseSheet(), and VARIANT().