| 
    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) | 
| Send a message to the IO_BASE REPORTER object if one exists.   | |
| void | AdvanceProgressPhase () | 
Public Attributes | |
| wxString | name | 
| opt_eurn | 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 1614 of file eagle_parser.h.
| EDEVICE_SET::EDEVICE_SET | ( | wxXmlNode * | aDeviceSet, | 
| IO_BASE * | aIo = nullptr ) | 
Definition at line 1778 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), description, devices, EAGLE_BASE::EAGLE_BASE(), gates, library_locally_modified, library_version, locally_modified, name, parseOptionalAttribute(), parseRequiredAttribute(), prefix, spice, urn, and uservalue.
      
  | 
  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().
      
  | 
  inherited | 
| std::optional<EDESCRIPTION> EDEVICE_SET::description | 
Definition at line 1639 of file eagle_parser.h.
Referenced by EDEVICE_SET().
| std::vector<std::unique_ptr<EDEVICE> > EDEVICE_SET::devices | 
Definition at line 1641 of file eagle_parser.h.
Referenced by EDEVICE_SET().
| std::map<wxString, std::unique_ptr<EGATE> > EDEVICE_SET::gates | 
Definition at line 1640 of file eagle_parser.h.
Referenced by EDEVICE_SET().
      
  | 
  inherited | 
Definition at line 405 of file eagle_parser.h.
Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().
| opt_bool EDEVICE_SET::library_locally_modified | 
Definition at line 1637 of file eagle_parser.h.
Referenced by EDEVICE_SET().
| opt_int EDEVICE_SET::library_version | 
Definition at line 1636 of file eagle_parser.h.
Referenced by EDEVICE_SET().
| opt_bool EDEVICE_SET::locally_modified | 
Definition at line 1633 of file eagle_parser.h.
Referenced by EDEVICE_SET().
| wxString EDEVICE_SET::name | 
Definition at line 1631 of file eagle_parser.h.
Referenced by EDEVICE_SET().
| opt_wxString EDEVICE_SET::prefix | 
Definition at line 1634 of file eagle_parser.h.
Referenced by EDEVICE_SET().
| std::optional<ESPICE> EDEVICE_SET::spice | 
Definition at line 1642 of file eagle_parser.h.
Referenced by EDEVICE_SET().
| opt_eurn EDEVICE_SET::urn | 
Definition at line 1632 of file eagle_parser.h.
Referenced by EDEVICE_SET().
| opt_bool EDEVICE_SET::uservalue | 
Definition at line 1635 of file eagle_parser.h.
Referenced by EDEVICE_SET().