KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
EDEVICE_SET (wxXmlNode *aDeviceSet, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
wxString | name |
opt_wxString | urn |
opt_bool | locally_modified |
opt_wxString | prefix |
opt_bool | uservalue |
opt_int | library_version |
opt_bool | library_locally_modified |
std::optional< EDESCRIPTION > | description |
std::map< wxString, std::unique_ptr< EGATE > > | gates |
std::vector< std::unique_ptr< EDEVICE > > | devices |
std::optional< ESPICE > | spice |
IO_BASE * | io |
Definition at line 1573 of file eagle_parser.h.
EDEVICE_SET::EDEVICE_SET | ( | wxXmlNode * | aDeviceSet, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 1702 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), description, devices, gates, library_locally_modified, library_version, locally_modified, name, prefix, spice, urn, and uservalue.
|
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(), 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::optional<EDESCRIPTION> EDEVICE_SET::description |
Definition at line 1598 of file eagle_parser.h.
Referenced by EDEVICE_SET().
std::vector<std::unique_ptr<EDEVICE> > EDEVICE_SET::devices |
Definition at line 1600 of file eagle_parser.h.
Referenced by EDEVICE_SET().
std::map<wxString, std::unique_ptr<EGATE> > EDEVICE_SET::gates |
Definition at line 1599 of file eagle_parser.h.
Referenced by EDEVICE_SET().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
opt_bool EDEVICE_SET::library_locally_modified |
Definition at line 1596 of file eagle_parser.h.
Referenced by EDEVICE_SET().
opt_int EDEVICE_SET::library_version |
Definition at line 1595 of file eagle_parser.h.
Referenced by EDEVICE_SET().
opt_bool EDEVICE_SET::locally_modified |
Definition at line 1592 of file eagle_parser.h.
Referenced by EDEVICE_SET().
wxString EDEVICE_SET::name |
Definition at line 1590 of file eagle_parser.h.
Referenced by EDEVICE_SET().
opt_wxString EDEVICE_SET::prefix |
Definition at line 1593 of file eagle_parser.h.
Referenced by EDEVICE_SET().
std::optional<ESPICE> EDEVICE_SET::spice |
Definition at line 1601 of file eagle_parser.h.
Referenced by EDEVICE_SET().
opt_wxString EDEVICE_SET::urn |
Definition at line 1591 of file eagle_parser.h.
Referenced by EDEVICE_SET().
opt_bool EDEVICE_SET::uservalue |
Definition at line 1594 of file eagle_parser.h.
Referenced by EDEVICE_SET().