|
KiCad PCB EDA Suite
|
#include <pcad_sch_parser.h>
Public Attributes | |
| wxString | symbolRef |
| wxString | refDesRef |
| int | partNum = 1 |
| double | x = 0 |
| double | y = 0 |
| double | rotation = 0 |
| bool | isFlipped = false |
| std::vector< ATTR > | attrs |
Definition at line 233 of file pcad_sch_parser.h.
| std::vector<ATTR> PCAD_SCH::SYMBOL_INST::attrs |
Definition at line 241 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| bool PCAD_SCH::SYMBOL_INST::isFlipped = false |
Definition at line 240 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| int PCAD_SCH::SYMBOL_INST::partNum = 1 |
Definition at line 237 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| wxString PCAD_SCH::SYMBOL_INST::refDesRef |
Definition at line 236 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::SYMBOL_INST::rotation = 0 |
Definition at line 239 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| wxString PCAD_SCH::SYMBOL_INST::symbolRef |
Definition at line 235 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::SYMBOL_INST::x = 0 |
Definition at line 238 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::SYMBOL_INST::y = 0 |
Definition at line 238 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().