|
KiCad PCB EDA Suite
|
#include <pcad_sch_parser.h>
Public Attributes | |
| wxString | busNameRef |
| double | x = 0 |
| double | y = 0 |
| wxString | orient |
Definition at line 211 of file pcad_sch_parser.h.
| wxString PCAD_SCH::BUS_ENTRY::busNameRef |
Definition at line 213 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| wxString PCAD_SCH::BUS_ENTRY::orient |
Definition at line 215 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::BUS_ENTRY::x = 0 |
Definition at line 214 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::BUS_ENTRY::y = 0 |
Definition at line 214 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().