KiCad PCB EDA Suite
|
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 |
Eagle element element.
Definition at line 813 of file eagle_parser.h.
EELEMENT::EELEMENT | ( | wxXmlNode * | aElement | ) |
Definition at line 944 of file eagle_parser.cpp.
References library, locked, name, ReplaceIllegalFileNameChars(), and value.
wxString EELEMENT::library |
Definition at line 816 of file eagle_parser.h.
Referenced by EELEMENT(), EPART::EPART(), and EAGLE_PLUGIN::loadElements().
opt_bool EELEMENT::locked |
Definition at line 821 of file eagle_parser.h.
wxString EELEMENT::name |
Definition at line 815 of file eagle_parser.h.
Referenced by ECLASS::ECLASS(), EDEVICE::EDEVICE(), EDEVICE_SET::EDEVICE_SET(), EELEMENT(), EGATE::EGATE(), ELAYER::ELAYER(), EPART::EPART(), and EAGLE_PLUGIN::loadElements().
wxString EELEMENT::package |
Definition at line 817 of file eagle_parser.h.
Referenced by EDEVICE::EDEVICE(), and EAGLE_PLUGIN::loadElements().
opt_erot EELEMENT::rot |
Definition at line 823 of file eagle_parser.h.
Referenced by EINSTANCE::EINSTANCE(), and EAGLE_PLUGIN::orientFootprintAndText().
opt_bool EELEMENT::smashed |
Definition at line 822 of file eagle_parser.h.
Referenced by EINSTANCE::EINSTANCE(), and EAGLE_PLUGIN::loadElements().
wxString EELEMENT::value |
Definition at line 818 of file eagle_parser.h.
Referenced by ECLASS::ECLASS(), EELEMENT(), EPART::EPART(), and EAGLE_PLUGIN::loadElements().
ECOORD EELEMENT::x |
Definition at line 819 of file eagle_parser.h.
Referenced by EGATE::EGATE(), EINSTANCE::EINSTANCE(), EPART::EPART(), and EAGLE_PLUGIN::loadElements().
ECOORD EELEMENT::y |
Definition at line 820 of file eagle_parser.h.
Referenced by EGATE::EGATE(), EINSTANCE::EINSTANCE(), and EAGLE_PLUGIN::loadElements().