KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
EPACKAGE3D (wxXmlNode *aPackage3d, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
wxString | name |
wxString | urn |
wxString | type |
opt_int | library_version |
opt_bool | library_locally_modified |
std::optional< EDESCRIPTION > | description |
std::vector< std::unique_ptr< EPACKAGEINSTANCE > > | packageinstances |
IO_BASE * | io |
Definition at line 2043 of file eagle_parser.h.
EPACKAGE3D::EPACKAGE3D | ( | wxXmlNode * | aPackage3d, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 2291 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), description, library_locally_modified, library_version, name, packageinstances, type, and urn.
|
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(), 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::optional<EDESCRIPTION> EPACKAGE3D::description |
Definition at line 2063 of file eagle_parser.h.
Referenced by EPACKAGE3D().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
opt_bool EPACKAGE3D::library_locally_modified |
Definition at line 2061 of file eagle_parser.h.
Referenced by EPACKAGE3D().
opt_int EPACKAGE3D::library_version |
Definition at line 2060 of file eagle_parser.h.
Referenced by EPACKAGE3D().
wxString EPACKAGE3D::name |
Definition at line 2057 of file eagle_parser.h.
Referenced by EPACKAGE3D().
std::vector<std::unique_ptr<EPACKAGEINSTANCE> > EPACKAGE3D::packageinstances |
Definition at line 2064 of file eagle_parser.h.
Referenced by EPACKAGE3D().
wxString EPACKAGE3D::type |
Definition at line 2059 of file eagle_parser.h.
Referenced by EPACKAGE3D().
wxString EPACKAGE3D::urn |
Definition at line 2058 of file eagle_parser.h.
Referenced by EPACKAGE3D().