KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EINSTANCE Struct Reference

#include <eagle_parser.h>

Public Member Functions

 EINSTANCE (wxXmlNode *aInstance)
 

Public Attributes

wxString part
 
wxString gate
 
ECOORD x
 
ECOORD y
 
opt_bool smashed
 
opt_erot rot
 

Detailed Description

Definition at line 943 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EINSTANCE()

EINSTANCE::EINSTANCE ( wxXmlNode *  aInstance)

Definition at line 1098 of file eagle_parser.cpp.

References EELEMENT::rot, EELEMENT::smashed, EELEMENT::x, and EELEMENT::y.

Member Data Documentation

◆ gate

wxString EINSTANCE::gate

Definition at line 958 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().

◆ part

wxString EINSTANCE::part

Definition at line 957 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().

◆ rot

opt_erot EINSTANCE::rot

Definition at line 962 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().

◆ smashed

opt_bool EINSTANCE::smashed

Definition at line 961 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().

◆ x

ECOORD EINSTANCE::x

Definition at line 959 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().

◆ y

ECOORD EINSTANCE::y

Definition at line 960 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadInstance().


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