KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
ESHEET (wxXmlNode *aSheet, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
opt_wxString | description |
std::unique_ptr< EPLAIN > | plain |
std::map< wxString, std::unique_ptr< EMODULEINST > > | moduleinsts |
std::vector< std::unique_ptr< EINSTANCE > > | instances |
std::vector< std::unique_ptr< EBUS > > | busses |
std::vector< std::unique_ptr< ENET > > | nets |
IO_BASE * | io |
Definition at line 1854 of file eagle_parser.h.
ESHEET::ESHEET | ( | wxXmlNode * | aSheet, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 1858 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), busses, description, instances, moduleinsts, nets, and plain.
|
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(), 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::vector<std::unique_ptr<EBUS> > ESHEET::busses |
Definition at line 1864 of file eagle_parser.h.
Referenced by ESHEET().
opt_wxString ESHEET::description |
Definition at line 1860 of file eagle_parser.h.
Referenced by ESHEET().
std::vector<std::unique_ptr<EINSTANCE> > ESHEET::instances |
Definition at line 1863 of file eagle_parser.h.
Referenced by ESHEET().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
std::map<wxString, std::unique_ptr<EMODULEINST> > ESHEET::moduleinsts |
Definition at line 1862 of file eagle_parser.h.
Referenced by ESHEET().
std::vector<std::unique_ptr<ENET> > ESHEET::nets |
Definition at line 1865 of file eagle_parser.h.
Referenced by ESHEET().
std::unique_ptr<EPLAIN> ESHEET::plain |
Definition at line 1861 of file eagle_parser.h.
Referenced by ESHEET().