|
KiCad PCB EDA Suite
|
#include <pcad_sch_parser.h>
Public Attributes | |
| wxString | name |
| int | sheetNum = 1 |
| std::vector< WIRE > | wires |
| std::vector< BUS > | buses |
| std::vector< BUS_ENTRY > | busEntries |
| std::vector< PORT > | ports |
| std::vector< JUNCTION > | junctions |
| std::vector< SYMBOL_INST > | symbols |
| std::vector< TEXT_ITEM > | texts |
| std::vector< LINE > | lines |
| std::vector< ARC > | arcs |
| std::vector< POLY > | polys |
| std::vector< IEEE_SYMBOL > | ieeeSymbols |
| std::vector< FIELD_PLACEMENT > | fields |
Definition at line 252 of file pcad_sch_parser.h.
| std::vector<ARC> PCAD_SCH::SHEET::arcs |
Definition at line 264 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| std::vector<BUS_ENTRY> PCAD_SCH::SHEET::busEntries |
Definition at line 258 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| std::vector<BUS> PCAD_SCH::SHEET::buses |
Definition at line 257 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| std::vector<FIELD_PLACEMENT> PCAD_SCH::SHEET::fields |
Definition at line 267 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| std::vector<IEEE_SYMBOL> PCAD_SCH::SHEET::ieeeSymbols |
Definition at line 266 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| std::vector<JUNCTION> PCAD_SCH::SHEET::junctions |
Definition at line 260 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| std::vector<LINE> PCAD_SCH::SHEET::lines |
Definition at line 263 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| wxString PCAD_SCH::SHEET::name |
Definition at line 254 of file pcad_sch_parser.h.
Referenced by SCH_IO_PCAD::LoadSchematicFile(), and PCAD_SCH::PCAD_SCH_PARSER::parseSchematicDesign().
| std::vector<POLY> PCAD_SCH::SHEET::polys |
Definition at line 265 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| std::vector<PORT> PCAD_SCH::SHEET::ports |
Definition at line 259 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| int PCAD_SCH::SHEET::sheetNum = 1 |
Definition at line 255 of file pcad_sch_parser.h.
Referenced by SCH_IO_PCAD::LoadSchematicFile(), and PCAD_SCH::PCAD_SCH_PARSER::parseSchematicDesign().
| std::vector<SYMBOL_INST> PCAD_SCH::SHEET::symbols |
Definition at line 261 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| std::vector<TEXT_ITEM> PCAD_SCH::SHEET::texts |
Definition at line 262 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| std::vector<WIRE> PCAD_SCH::SHEET::wires |
Definition at line 256 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().