| 
    KiCad PCB EDA Suite
    
   | 
 
#include <eagle_parser.h>
  
Public Member Functions | |
| wxString | GetName () const | 
| Fetch the fully unique library name.   | |
| ELIBRARY (wxXmlNode *aLibrary, IO_BASE *aIo=nullptr) | |
| void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) | 
| Send a message to the IO_BASE REPORTER object if one exists.   | |
| void | AdvanceProgressPhase () | 
Public Attributes | |
| wxString | name | 
| opt_eurn | urn | 
| std::optional< EDESCRIPTION > | description | 
| std::map< wxString, std::unique_ptr< EPACKAGE > > | packages | 
| std::map< wxString, std::unique_ptr< EPACKAGE3D > > | packages3d | 
| std::map< wxString, std::unique_ptr< ESYMBOL > > | symbols | 
| std::map< wxString, std::unique_ptr< EDEVICE_SET > > | devicesets | 
| IO_BASE * | io | 
Definition at line 2146 of file eagle_parser.h.
| ELIBRARY::ELIBRARY | ( | wxXmlNode * | aLibrary, | 
| IO_BASE * | aIo = nullptr ) | 
Definition at line 2477 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::EAGLE_BASE().
      
  | 
  inherited | 
Definition at line 579 of file eagle_parser.cpp.
References 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(), EELEMENT::EELEMENT(), 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().
| wxString ELIBRARY::GetName | ( | ) | const | 
Fetch the fully unique library name.
Definition at line 2570 of file eagle_parser.cpp.
Referenced by SCH_IO_EAGLE::loadLibrary().
      
  | 
  inherited | 
| std::optional<EDESCRIPTION> ELIBRARY::description | 
Definition at line 2160 of file eagle_parser.h.
| std::map<wxString, std::unique_ptr<EDEVICE_SET> > ELIBRARY::devicesets | 
Definition at line 2164 of file eagle_parser.h.
Referenced by SCH_IO_EAGLE::loadLibrary().
      
  | 
  inherited | 
Definition at line 405 of file eagle_parser.h.
Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().
| wxString ELIBRARY::name | 
Definition at line 2157 of file eagle_parser.h.
Referenced by GetName().
| std::map<wxString, std::unique_ptr<EPACKAGE> > ELIBRARY::packages | 
Definition at line 2161 of file eagle_parser.h.
| std::map<wxString, std::unique_ptr<EPACKAGE3D> > ELIBRARY::packages3d | 
Definition at line 2162 of file eagle_parser.h.
| std::map<wxString, std::unique_ptr<ESYMBOL> > ELIBRARY::symbols | 
Definition at line 2163 of file eagle_parser.h.
Referenced by SCH_IO_EAGLE::loadLibrary().
| opt_eurn ELIBRARY::urn | 
Definition at line 2158 of file eagle_parser.h.
Referenced by GetName().