KiCad PCB EDA Suite
|
Eagle element element. More...
#include <eagle_parser.h>
Public Member Functions | |
EELEMENT (wxXmlNode *aElement, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
std::map< wxString, std::unique_ptr< EATTR > > | attributes |
std::map< wxString, std::unique_ptr< EVARIANT > > | variants |
wxString | name |
wxString | library |
opt_wxString | library_urn |
wxString | package |
opt_wxString | package3d_urn |
opt_wxString | override_package3d_urn |
opt_bool | override_locally_modified |
wxString | value |
ECOORD | x |
ECOORD | y |
opt_bool | locked |
opt_bool | smashed |
opt_erot | rot |
IO_BASE * | io |
Eagle element element.
Definition at line 1255 of file eagle_parser.h.
EELEMENT::EELEMENT | ( | wxXmlNode * | aElement, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 1372 of file eagle_parser.cpp.
References library, locked, name, ReplaceIllegalFileNameChars(), and value.
|
inherited |
Definition at line 503 of file eagle_parser.cpp.
References IO_BASE::AdvanceProgressPhase(), and EAGLE_BASE::io.
Referenced by EAGLE_DOC::EAGLE_DOC(), EAPPROVED::EAPPROVED(), EATTR::EATTR(), EBUS::EBUS(), ECIRCLE::ECIRCLE(), ECLASS::ECLASS(), ECOMPATIBILITY::ECOMPATIBILITY(), ECONNECT::ECONNECT(), EDESCRIPTION::EDESCRIPTION(), EDEVICE::EDEVICE(), EDEVICE_SET::EDEVICE_SET(), EDIMENSION::EDIMENSION(), EDRAWING::EDRAWING(), EFILTER::EFILTER(), EFRAME::EFRAME(), EGATE::EGATE(), EGRID::EGRID(), EHOLE::EHOLE(), EINSTANCE::EINSTANCE(), EJUNCTION::EJUNCTION(), ELABEL::ELABEL(), ELAYER::ELAYER(), ELIBRARY::ELIBRARY(), EMODEL::EMODEL(), EMODULE::EMODULE(), EMODULEINST::EMODULEINST(), ENET::ENET(), ENOTE::ENOTE(), EPACKAGE::EPACKAGE(), EPACKAGE3D::EPACKAGE3D(), EPACKAGE3DINST::EPACKAGE3DINST(), EPACKAGEINSTANCE::EPACKAGEINSTANCE(), EPAD::EPAD(), EPART::EPART(), EPIN::EPIN(), EPINMAP::EPINMAP(), EPINMAPPING::EPINMAPPING(), EPINREF::EPINREF(), EPLAIN::EPLAIN(), EPOLYGON::EPOLYGON(), EPORT::EPORT(), EPORTREF::EPORTREF(), EPROBE::EPROBE(), ERECT::ERECT(), ESCHEMATIC::ESCHEMATIC(), ESCHEMATIC_GROUP::ESCHEMATIC_GROUP(), ESEGMENT::ESEGMENT(), ESETTING::ESETTING(), ESHEET::ESHEET(), ESMD::ESMD(), ESPICE::ESPICE(), ESPLINE::ESPLINE(), ESYMBOL::ESYMBOL(), ETECHNOLOGY::ETECHNOLOGY(), ETEXT::ETEXT(), EVARIANT::EVARIANT(), EVARIANTDEF::EVARIANTDEF(), EVERTEX::EVERTEX(), EVIA::EVIA(), and EWIRE::EWIRE().
|
inherited |
Definition at line 494 of file eagle_parser.cpp.
References EAGLE_BASE::io, and IO_BASE::Report().
std::map<wxString, std::unique_ptr<EATTR> > EELEMENT::attributes |
Definition at line 1280 of file eagle_parser.h.
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
wxString EELEMENT::library |
Definition at line 1284 of file eagle_parser.h.
Referenced by EELEMENT(), and PCB_IO_EAGLE::loadElements().
opt_wxString EELEMENT::library_urn |
Definition at line 1285 of file eagle_parser.h.
Referenced by PCB_IO_EAGLE::loadElements().
opt_bool EELEMENT::locked |
Definition at line 1293 of file eagle_parser.h.
wxString EELEMENT::name |
Definition at line 1283 of file eagle_parser.h.
Referenced by EELEMENT(), and PCB_IO_EAGLE::loadElements().
opt_bool EELEMENT::override_locally_modified |
Definition at line 1289 of file eagle_parser.h.
opt_wxString EELEMENT::override_package3d_urn |
Definition at line 1288 of file eagle_parser.h.
wxString EELEMENT::package |
Definition at line 1286 of file eagle_parser.h.
Referenced by PCB_IO_EAGLE::loadElements().
opt_wxString EELEMENT::package3d_urn |
Definition at line 1287 of file eagle_parser.h.
opt_erot EELEMENT::rot |
Definition at line 1295 of file eagle_parser.h.
Referenced by PCB_IO_EAGLE::orientFootprintAndText().
opt_bool EELEMENT::smashed |
Definition at line 1294 of file eagle_parser.h.
Referenced by PCB_IO_EAGLE::loadElements().
wxString EELEMENT::value |
Definition at line 1290 of file eagle_parser.h.
Referenced by EELEMENT(), and PCB_IO_EAGLE::loadElements().
std::map<wxString, std::unique_ptr<EVARIANT> > EELEMENT::variants |
Definition at line 1281 of file eagle_parser.h.
ECOORD EELEMENT::x |
Definition at line 1291 of file eagle_parser.h.
Referenced by PCB_IO_EAGLE::loadElements().
ECOORD EELEMENT::y |
Definition at line 1292 of file eagle_parser.h.
Referenced by PCB_IO_EAGLE::loadElements().