KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
ESCHEMATIC (wxXmlNode *aSchematic, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
opt_wxString | xreflabel |
opt_wxString | xrefpart |
std::optional< EDESCRIPTION > | description |
std::map< wxString, std::unique_ptr< ELIBRARY > > | libraries |
std::map< wxString, std::unique_ptr< EATTR > > | attributes |
std::map< wxString, std::unique_ptr< EVARIANTDEF > > | variantdefs |
std::map< wxString, std::unique_ptr< ECLASS > > | classes |
std::map< wxString, std::unique_ptr< EMODULE > > | modules |
std::map< wxString, std::unique_ptr< ESCHEMATIC_GROUP > > | groups |
std::map< wxString, std::unique_ptr< EPART > > | parts |
std::vector< std::unique_ptr< ESHEET > > | sheets |
std::vector< std::unique_ptr< EAPPROVED > > | errors |
IO_BASE * | io |
Definition at line 2144 of file eagle_parser.h.
ESCHEMATIC::ESCHEMATIC | ( | wxXmlNode * | aSchematic, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 2509 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), attributes, classes, description, errors, group, groups, libraries, library, modules, parts, sheets, variantdefs, xreflabel, and xrefpart.
|
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_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> > ESCHEMATIC::attributes |
Definition at line 2159 of file eagle_parser.h.
Referenced by ESCHEMATIC().
std::map<wxString, std::unique_ptr<ECLASS> > ESCHEMATIC::classes |
Definition at line 2161 of file eagle_parser.h.
Referenced by ESCHEMATIC().
std::optional<EDESCRIPTION> ESCHEMATIC::description |
Definition at line 2157 of file eagle_parser.h.
Referenced by ESCHEMATIC().
std::vector<std::unique_ptr<EAPPROVED> > ESCHEMATIC::errors |
Definition at line 2166 of file eagle_parser.h.
Referenced by ESCHEMATIC().
std::map<wxString, std::unique_ptr<ESCHEMATIC_GROUP> > ESCHEMATIC::groups |
Definition at line 2163 of file eagle_parser.h.
Referenced by ESCHEMATIC().
|
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<ELIBRARY> > ESCHEMATIC::libraries |
Definition at line 2158 of file eagle_parser.h.
Referenced by ESCHEMATIC(), and SCH_IO_EAGLE::loadSchematic().
std::map<wxString, std::unique_ptr<EMODULE> > ESCHEMATIC::modules |
Definition at line 2162 of file eagle_parser.h.
Referenced by SCH_IO_EAGLE::countNets(), ESCHEMATIC(), and SCH_IO_EAGLE::loadSchematic().
std::map<wxString, std::unique_ptr<EPART> > ESCHEMATIC::parts |
Definition at line 2164 of file eagle_parser.h.
Referenced by ESCHEMATIC(), and SCH_IO_EAGLE::loadSchematic().
std::vector<std::unique_ptr<ESHEET> > ESCHEMATIC::sheets |
Definition at line 2165 of file eagle_parser.h.
Referenced by SCH_IO_EAGLE::countNets(), ESCHEMATIC(), and SCH_IO_EAGLE::loadSchematic().
std::map<wxString, std::unique_ptr<EVARIANTDEF> > ESCHEMATIC::variantdefs |
Definition at line 2160 of file eagle_parser.h.
Referenced by ESCHEMATIC().
opt_wxString ESCHEMATIC::xreflabel |
Definition at line 2154 of file eagle_parser.h.
Referenced by ESCHEMATIC().
opt_wxString ESCHEMATIC::xrefpart |
Definition at line 2155 of file eagle_parser.h.
Referenced by ESCHEMATIC().