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

#include <pcad_sch_parser.h>

Public Attributes

wxString name
 
wxString originalName
 
std::vector< PINpins
 
std::vector< LINElines
 
std::vector< ARCarcs
 
std::vector< POLYpolys
 
std::vector< TEXT_ITEMtexts
 
std::vector< IEEE_SYMBOLieeeSymbols
 
std::vector< ATTRattrs
 

Detailed Description

Definition at line 150 of file pcad_sch_parser.h.

Member Data Documentation

◆ arcs

std::vector<ARC> PCAD_SCH::SYMBOL_DEF::arcs

Definition at line 156 of file pcad_sch_parser.h.

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

◆ attrs

std::vector<ATTR> PCAD_SCH::SYMBOL_DEF::attrs

Definition at line 160 of file pcad_sch_parser.h.

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

◆ ieeeSymbols

std::vector<IEEE_SYMBOL> PCAD_SCH::SYMBOL_DEF::ieeeSymbols

Definition at line 159 of file pcad_sch_parser.h.

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

◆ lines

std::vector<LINE> PCAD_SCH::SYMBOL_DEF::lines

Definition at line 155 of file pcad_sch_parser.h.

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

◆ name

wxString PCAD_SCH::SYMBOL_DEF::name

◆ originalName

wxString PCAD_SCH::SYMBOL_DEF::originalName

◆ pins

std::vector<PIN> PCAD_SCH::SYMBOL_DEF::pins

Definition at line 154 of file pcad_sch_parser.h.

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

◆ polys

std::vector<POLY> PCAD_SCH::SYMBOL_DEF::polys

Definition at line 157 of file pcad_sch_parser.h.

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

◆ texts

std::vector<TEXT_ITEM> PCAD_SCH::SYMBOL_DEF::texts

Definition at line 158 of file pcad_sch_parser.h.

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


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