|
KiCad PCB EDA Suite
|
#include <pcad_sch_parser.h>
Public Attributes | |
| wxString | name |
| wxString | originalName |
| std::vector< PIN > | pins |
| std::vector< LINE > | lines |
| std::vector< ARC > | arcs |
| std::vector< POLY > | polys |
| std::vector< TEXT_ITEM > | texts |
| std::vector< IEEE_SYMBOL > | ieeeSymbols |
| std::vector< ATTR > | attrs |
Definition at line 150 of file pcad_sch_parser.h.
| 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().
| 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().
| 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().
| 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().
| wxString PCAD_SCH::SYMBOL_DEF::name |
Definition at line 152 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::LoadFromFile(), PCAD_SCH::PCAD_SCH_PARSER::parseSymbolDef(), and SCH_IO_PCAD::populateScreen().
| wxString PCAD_SCH::SYMBOL_DEF::originalName |
Definition at line 153 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::LoadFromFile(), and PCAD_SCH::PCAD_SCH_PARSER::parseSymbolDef().
| 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().
| 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().
| 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().