|
KiCad PCB EDA Suite
|
#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_PIN > | compPins |
| std::vector< wxString > | attachedSymbols |
Definition at line 174 of file pcad_sch_parser.h.
| wxString PCAD_SCH::COMP_DEF::attachedPattern |
Definition at line 182 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseCompDef(), and SCH_IO_PCAD::populateScreen().
| 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().
| 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().
| wxString PCAD_SCH::COMP_DEF::description |
Definition at line 181 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseCompDef().
| bool PCAD_SCH::COMP_DEF::isPower = false |
Definition at line 180 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseCompDef(), and SCH_IO_PCAD::populateScreen().
| wxString PCAD_SCH::COMP_DEF::name |
Definition at line 176 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::LoadFromFile(), PCAD_SCH::PCAD_SCH_PARSER::parseCompDef(), and SCH_IO_PCAD::populateScreen().
| 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().
| wxString PCAD_SCH::COMP_DEF::originalName |
Definition at line 177 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::LoadFromFile(), and PCAD_SCH::PCAD_SCH_PARSER::parseCompDef().
| wxString PCAD_SCH::COMP_DEF::refDesPrefix |
Definition at line 178 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseCompDef().