|
KiCad PCB EDA Suite
|
#include <pcad_sch_parser.h>
Public Attributes | |
| IEEE_KIND | kind = IEEE_KIND::NONE |
| double | x = 0 |
| double | y = 0 |
| double | height = 0 |
| double | rotation = 0 |
| bool | isFlipped = false |
Definition at line 135 of file pcad_sch_parser.h.
| double PCAD_SCH::IEEE_SYMBOL::height = 0 |
Definition at line 139 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseIeeeSymbol().
| bool PCAD_SCH::IEEE_SYMBOL::isFlipped = false |
Definition at line 141 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseIeeeSymbol().
| IEEE_KIND PCAD_SCH::IEEE_SYMBOL::kind = IEEE_KIND::NONE |
Definition at line 137 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseIeeeSymbol().
| double PCAD_SCH::IEEE_SYMBOL::rotation = 0 |
Definition at line 140 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseIeeeSymbol().
| double PCAD_SCH::IEEE_SYMBOL::x = 0 |
Definition at line 138 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseIeeeSymbol().
| double PCAD_SCH::IEEE_SYMBOL::y = 0 |
Definition at line 138 of file pcad_sch_parser.h.
Referenced by PCAD_SCH::PCAD_SCH_PARSER::parseIeeeSymbol().