KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
ESEGMENT (wxXmlNode *aSegment, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
std::vector< std::unique_ptr< EPINREF > > | pinRefs |
std::vector< std::unique_ptr< EPORTREF > > | portRefs |
std::vector< std::unique_ptr< EWIRE > > | wires |
std::vector< std::unique_ptr< EJUNCTION > > | junctions |
std::vector< std::unique_ptr< ELABEL > > | labels |
std::vector< std::unique_ptr< EPROBE > > | probes |
IO_BASE * | io |
Definition at line 1821 of file eagle_parser.h.
ESEGMENT::ESEGMENT | ( | wxXmlNode * | aSegment, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 561 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), junctions, labels, pinRefs, portRefs, probes, and wires.
|
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(), 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().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
std::vector<std::unique_ptr<EJUNCTION> > ESEGMENT::junctions |
Definition at line 1830 of file eagle_parser.h.
Referenced by ESEGMENT().
std::vector<std::unique_ptr<ELABEL> > ESEGMENT::labels |
Definition at line 1831 of file eagle_parser.h.
Referenced by ESEGMENT().
std::vector<std::unique_ptr<EPINREF> > ESEGMENT::pinRefs |
Definition at line 1827 of file eagle_parser.h.
Referenced by ESEGMENT().
std::vector<std::unique_ptr<EPORTREF> > ESEGMENT::portRefs |
Definition at line 1828 of file eagle_parser.h.
Referenced by ESEGMENT().
std::vector<std::unique_ptr<EPROBE> > ESEGMENT::probes |
Definition at line 1832 of file eagle_parser.h.
Referenced by ESEGMENT().
std::vector<std::unique_ptr<EWIRE> > ESEGMENT::wires |
Definition at line 1829 of file eagle_parser.h.
Referenced by ESEGMENT().