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

#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
 

Detailed Description

Definition at line 88 of file pcad_sch_parser.h.

Member Data Documentation

◆ defaultPinDes

wxString PCAD_SCH::PIN::defaultPinDes

Definition at line 91 of file pcad_sch_parser.h.

◆ insideEdgeStyle

wxString PCAD_SCH::PIN::insideEdgeStyle

Definition at line 96 of file pcad_sch_parser.h.

◆ outsideEdgeStyle

wxString PCAD_SCH::PIN::outsideEdgeStyle

Definition at line 95 of file pcad_sch_parser.h.

◆ pinDesText

TEXT_ITEM PCAD_SCH::PIN::pinDesText

Definition at line 99 of file pcad_sch_parser.h.

◆ pinLength

double PCAD_SCH::PIN::pinLength = 300.0

Definition at line 94 of file pcad_sch_parser.h.

◆ pinNameText

TEXT_ITEM PCAD_SCH::PIN::pinNameText

Definition at line 100 of file pcad_sch_parser.h.

◆ pinNum

wxString PCAD_SCH::PIN::pinNum

Definition at line 90 of file pcad_sch_parser.h.

◆ rotation

double PCAD_SCH::PIN::rotation = 0

Definition at line 93 of file pcad_sch_parser.h.

◆ showPinDes

bool PCAD_SCH::PIN::showPinDes = true

Definition at line 97 of file pcad_sch_parser.h.

◆ showPinName

bool PCAD_SCH::PIN::showPinName = false

Definition at line 98 of file pcad_sch_parser.h.

◆ x

double PCAD_SCH::PIN::x = 0

Definition at line 92 of file pcad_sch_parser.h.

◆ y

double PCAD_SCH::PIN::y = 0

Definition at line 92 of file pcad_sch_parser.h.


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