KiCad PCB EDA Suite
Loading...
Searching...
No Matches
COMPONENT_VARIANT Struct Reference

#include <pcb_netlist.h>

Public Member Functions

 COMPONENT_VARIANT (const wxString &aName=wxEmptyString)
 

Public Attributes

wxString m_name
 
bool m_dnp = false
 
bool m_excludedFromBOM = false
 
bool m_excludedFromSim = false
 
bool m_excludedFromPosFiles = false
 
bool m_hasDnp = false
 
bool m_hasExcludedFromBOM = false
 
bool m_hasExcludedFromSim = false
 
bool m_hasExcludedFromPosFiles = false
 
nlohmann::ordered_map< wxString, wxString > m_fields
 

Detailed Description

Definition at line 97 of file pcb_netlist.h.

Constructor & Destructor Documentation

◆ COMPONENT_VARIANT()

COMPONENT_VARIANT::COMPONENT_VARIANT ( const wxString & aName = wxEmptyString)
inline

Definition at line 99 of file pcb_netlist.h.

References m_name.

Member Data Documentation

◆ m_dnp

◆ m_excludedFromBOM

bool COMPONENT_VARIANT::m_excludedFromBOM = false

◆ m_excludedFromPosFiles

bool COMPONENT_VARIANT::m_excludedFromPosFiles = false

◆ m_excludedFromSim

bool COMPONENT_VARIANT::m_excludedFromSim = false

Definition at line 104 of file pcb_netlist.h.

◆ m_fields

nlohmann::ordered_map<wxString, wxString> COMPONENT_VARIANT::m_fields

◆ m_hasDnp

◆ m_hasExcludedFromBOM

bool COMPONENT_VARIANT::m_hasExcludedFromBOM = false

◆ m_hasExcludedFromPosFiles

bool COMPONENT_VARIANT::m_hasExcludedFromPosFiles = false

◆ m_hasExcludedFromSim

bool COMPONENT_VARIANT::m_hasExcludedFromSim = false

Definition at line 109 of file pcb_netlist.h.

◆ m_name

wxString COMPONENT_VARIANT::m_name

Definition at line 101 of file pcb_netlist.h.

Referenced by COMPONENT::AddVariant(), and COMPONENT_VARIANT().


The documentation for this struct was generated from the following file: