KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCAD_SCH::IEEE_SYMBOL Struct Reference

#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
 

Detailed Description

Definition at line 135 of file pcad_sch_parser.h.

Member Data Documentation

◆ height

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().

◆ isFlipped

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().

◆ kind

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().

◆ rotation

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().

◆ x

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().

◆ y

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().


The documentation for this struct was generated from the following file: