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
 
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 813 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EELEMENT()

EELEMENT::EELEMENT ( wxXmlNode *  aElement)

Definition at line 944 of file eagle_parser.cpp.

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

Member Data Documentation

◆ library

wxString EELEMENT::library

Definition at line 816 of file eagle_parser.h.

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

◆ locked

opt_bool EELEMENT::locked

Definition at line 821 of file eagle_parser.h.

◆ name

◆ package

wxString EELEMENT::package

Definition at line 817 of file eagle_parser.h.

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

◆ rot

opt_erot EELEMENT::rot

Definition at line 823 of file eagle_parser.h.

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

◆ smashed

opt_bool EELEMENT::smashed

Definition at line 822 of file eagle_parser.h.

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

◆ value

wxString EELEMENT::value

Definition at line 818 of file eagle_parser.h.

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

◆ x

ECOORD EELEMENT::x

◆ y

ECOORD EELEMENT::y

Definition at line 820 of file eagle_parser.h.

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


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