|
KiCad PCB EDA Suite
|
#include <pcad_sch_parser.h>
Public Attributes | |
| wxString | pinNum |
| wxString | defaultPinDes |
| double | x = 0 |
| double | y = 0 |
| double | rotation = 0 |
| double | pinLength = 300.0 |
| wxString | outsideEdgeStyle |
| wxString | insideEdgeStyle |
| bool | showPinDes = true |
| bool | showPinName = false |
| TEXT_ITEM | pinDesText |
| TEXT_ITEM | pinNameText |
Definition at line 88 of file pcad_sch_parser.h.
| wxString PCAD_SCH::PIN::defaultPinDes |
Definition at line 91 of file pcad_sch_parser.h.
| wxString PCAD_SCH::PIN::insideEdgeStyle |
Definition at line 96 of file pcad_sch_parser.h.
| wxString PCAD_SCH::PIN::outsideEdgeStyle |
Definition at line 95 of file pcad_sch_parser.h.
| TEXT_ITEM PCAD_SCH::PIN::pinDesText |
Definition at line 99 of file pcad_sch_parser.h.
| double PCAD_SCH::PIN::pinLength = 300.0 |
Definition at line 94 of file pcad_sch_parser.h.
| TEXT_ITEM PCAD_SCH::PIN::pinNameText |
Definition at line 100 of file pcad_sch_parser.h.
| wxString PCAD_SCH::PIN::pinNum |
Definition at line 90 of file pcad_sch_parser.h.
| double PCAD_SCH::PIN::rotation = 0 |
Definition at line 93 of file pcad_sch_parser.h.
| bool PCAD_SCH::PIN::showPinDes = true |
Definition at line 97 of file pcad_sch_parser.h.
| bool PCAD_SCH::PIN::showPinName = false |
Definition at line 98 of file pcad_sch_parser.h.
| double PCAD_SCH::PIN::x = 0 |
Definition at line 92 of file pcad_sch_parser.h.
| double PCAD_SCH::PIN::y = 0 |
Definition at line 92 of file pcad_sch_parser.h.