KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
EPART (wxXmlNode *aPart, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
Send a message to the IO_BASE REPORTER object if one exists. | |
void | AdvanceProgressPhase () |
Public Attributes | |
std::map< wxString, std::unique_ptr< EATTR > > | attributes |
std::map< wxString, std::unique_ptr< EVARIANT > > | variants |
std::unique_ptr< ESPICE > | spice |
wxString | name |
wxString | library |
opt_eurn | libraryUrn |
wxString | deviceset |
wxString | device |
opt_wxString | package3d_urn |
opt_wxString | override_package3d_urn |
opt_wxString | override_package_urn |
opt_bool | override_locally_modified |
opt_wxString | technology |
opt_wxString | value |
IO_BASE * | io |
Definition at line 1474 of file eagle_parser.h.
EPART::EPART | ( | wxXmlNode * | aPart, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 1513 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), attributes, device, deviceset, library, libraryUrn, name, override_locally_modified, override_package3d_urn, override_package_urn, package3d_urn, spice, technology, value, and variants.
|
inherited |
Definition at line 558 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(), 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 |
Send a message to the IO_BASE REPORTER object if one exists.
aMsg | is the message to send to the REPORTER object. |
Definition at line 549 of file eagle_parser.cpp.
References EAGLE_BASE::io, and IO_BASE::Report().
std::map<wxString, std::unique_ptr<EATTR> > EPART::attributes |
Definition at line 1493 of file eagle_parser.h.
Referenced by EPART().
wxString EPART::device |
Definition at line 1501 of file eagle_parser.h.
Referenced by EPART().
wxString EPART::deviceset |
Definition at line 1500 of file eagle_parser.h.
Referenced by EPART().
|
inherited |
Definition at line 405 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
wxString EPART::library |
Definition at line 1498 of file eagle_parser.h.
Referenced by EPART().
opt_eurn EPART::libraryUrn |
Definition at line 1499 of file eagle_parser.h.
Referenced by EPART().
wxString EPART::name |
Definition at line 1497 of file eagle_parser.h.
Referenced by EPART().
opt_bool EPART::override_locally_modified |
Definition at line 1505 of file eagle_parser.h.
Referenced by EPART().
opt_wxString EPART::override_package3d_urn |
Definition at line 1503 of file eagle_parser.h.
Referenced by EPART().
opt_wxString EPART::override_package_urn |
Definition at line 1504 of file eagle_parser.h.
Referenced by EPART().
opt_wxString EPART::package3d_urn |
Definition at line 1502 of file eagle_parser.h.
Referenced by EPART().
std::unique_ptr<ESPICE> EPART::spice |
Definition at line 1495 of file eagle_parser.h.
Referenced by EPART().
opt_wxString EPART::technology |
Definition at line 1506 of file eagle_parser.h.
Referenced by EPART().
opt_wxString EPART::value |
Definition at line 1507 of file eagle_parser.h.
Referenced by EPART().
std::map<wxString, std::unique_ptr<EVARIANT> > EPART::variants |
Definition at line 1494 of file eagle_parser.h.
Referenced by EPART().