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) |
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_wxString | 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 1433 of file eagle_parser.h.
EPART::EPART | ( | wxXmlNode * | aPart, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 1458 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 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(), 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> > EPART::attributes |
Definition at line 1452 of file eagle_parser.h.
Referenced by EPART().
wxString EPART::device |
Definition at line 1460 of file eagle_parser.h.
Referenced by EPART().
wxString EPART::deviceset |
Definition at line 1459 of file eagle_parser.h.
Referenced by EPART().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
wxString EPART::library |
Definition at line 1457 of file eagle_parser.h.
Referenced by EPART().
opt_wxString EPART::libraryUrn |
Definition at line 1458 of file eagle_parser.h.
Referenced by EPART().
wxString EPART::name |
Definition at line 1456 of file eagle_parser.h.
Referenced by EPART().
opt_bool EPART::override_locally_modified |
Definition at line 1464 of file eagle_parser.h.
Referenced by EPART().
opt_wxString EPART::override_package3d_urn |
Definition at line 1462 of file eagle_parser.h.
Referenced by EPART().
opt_wxString EPART::override_package_urn |
Definition at line 1463 of file eagle_parser.h.
Referenced by EPART().
opt_wxString EPART::package3d_urn |
Definition at line 1461 of file eagle_parser.h.
Referenced by EPART().
std::unique_ptr<ESPICE> EPART::spice |
Definition at line 1454 of file eagle_parser.h.
Referenced by EPART().
opt_wxString EPART::technology |
Definition at line 1465 of file eagle_parser.h.
Referenced by EPART().
opt_wxString EPART::value |
Definition at line 1466 of file eagle_parser.h.
Referenced by EPART().
std::map<wxString, std::unique_ptr<EVARIANT> > EPART::variants |
Definition at line 1453 of file eagle_parser.h.
Referenced by EPART().