|
KiCad PCB EDA Suite
|
#include <pcad_sch_parser.h>
Public Attributes | |
| double | x = 0 |
| double | y = 0 |
| wxString | netNameRef |
| wxString | portType |
| double | rotation = 0 |
| bool | isFlipped = false |
Definition at line 218 of file pcad_sch_parser.h.
| bool PCAD_SCH::PORT::isFlipped = false |
Definition at line 224 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| wxString PCAD_SCH::PORT::netNameRef |
Definition at line 221 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| wxString PCAD_SCH::PORT::portType |
Definition at line 222 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::PORT::rotation = 0 |
Definition at line 223 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::PORT::x = 0 |
Definition at line 220 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().
| double PCAD_SCH::PORT::y = 0 |
Definition at line 220 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseSheet(), and SCH_IO_PCAD::populateScreen().