KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCAD_SCH::COMP_DEF Struct Reference

#include <pcad_sch_parser.h>

Public Attributes

wxString name
 
wxString originalName
 
wxString refDesPrefix
 
int numParts = 1
 
bool isPower = false
 
wxString description
 
wxString attachedPattern
 
std::vector< COMP_PINcompPins
 
std::vector< wxString > attachedSymbols
 

Detailed Description

Definition at line 174 of file pcad_sch_parser.h.

Member Data Documentation

◆ attachedPattern

wxString PCAD_SCH::COMP_DEF::attachedPattern

◆ attachedSymbols

std::vector<wxString> PCAD_SCH::COMP_DEF::attachedSymbols

Definition at line 184 of file pcad_sch_parser.h.

Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseCompDef().

◆ compPins

std::vector<COMP_PIN> PCAD_SCH::COMP_DEF::compPins

Definition at line 183 of file pcad_sch_parser.h.

Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseCompDef().

◆ description

wxString PCAD_SCH::COMP_DEF::description

Definition at line 181 of file pcad_sch_parser.h.

Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseCompDef().

◆ isPower

bool PCAD_SCH::COMP_DEF::isPower = false

◆ name

wxString PCAD_SCH::COMP_DEF::name

◆ numParts

int PCAD_SCH::COMP_DEF::numParts = 1

Definition at line 179 of file pcad_sch_parser.h.

Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseCompDef().

◆ originalName

wxString PCAD_SCH::COMP_DEF::originalName

◆ refDesPrefix

wxString PCAD_SCH::COMP_DEF::refDesPrefix

Definition at line 178 of file pcad_sch_parser.h.

Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseCompDef().


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