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

Eagle element element. More...

#include <eagle_parser.h>

Public Member Functions

 EELEMENT (wxXmlNode *aElement)
 

Public Attributes

wxString name
 
wxString library
 
opt_wxString library_urn
 
wxString package
 
wxString value
 
ECOORD x
 
ECOORD y
 
opt_bool locked
 
opt_bool smashed
 
opt_erot rot
 

Detailed Description

Eagle element element.

Definition at line 816 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EELEMENT()

EELEMENT::EELEMENT ( wxXmlNode *  aElement)

Definition at line 975 of file eagle_parser.cpp.

References library, locked, name, ReplaceIllegalFileNameChars(), and value.

Member Data Documentation

◆ library

wxString EELEMENT::library

Definition at line 819 of file eagle_parser.h.

Referenced by EELEMENT(), EPART::EPART(), and PCB_IO_EAGLE::loadElements().

◆ library_urn

opt_wxString EELEMENT::library_urn

Definition at line 820 of file eagle_parser.h.

Referenced by PCB_IO_EAGLE::loadElements().

◆ locked

opt_bool EELEMENT::locked

Definition at line 825 of file eagle_parser.h.

◆ name

◆ package

wxString EELEMENT::package

Definition at line 821 of file eagle_parser.h.

Referenced by EDEVICE::EDEVICE(), and PCB_IO_EAGLE::loadElements().

◆ rot

opt_erot EELEMENT::rot

Definition at line 827 of file eagle_parser.h.

Referenced by EINSTANCE::EINSTANCE(), and PCB_IO_EAGLE::orientFootprintAndText().

◆ smashed

opt_bool EELEMENT::smashed

Definition at line 826 of file eagle_parser.h.

Referenced by EINSTANCE::EINSTANCE(), and PCB_IO_EAGLE::loadElements().

◆ value

wxString EELEMENT::value

Definition at line 822 of file eagle_parser.h.

Referenced by ECLASS::ECLASS(), EELEMENT(), EPART::EPART(), and PCB_IO_EAGLE::loadElements().

◆ x

ECOORD EELEMENT::x

◆ y

ECOORD EELEMENT::y

Definition at line 824 of file eagle_parser.h.

Referenced by EGATE::EGATE(), EINSTANCE::EINSTANCE(), and PCB_IO_EAGLE::loadElements().


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