| 
    KiCad PCB EDA Suite
    
   | 
 
#include <eagle_parser.h>
  
Public Member Functions | |
| EPLAIN (wxXmlNode *aPlain, 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 | |
| std::vector< std::unique_ptr< EPOLYGON > > | polygons | 
| std::vector< std::unique_ptr< EWIRE > > | wires | 
| std::vector< std::unique_ptr< ETEXT > > | texts | 
| std::vector< std::unique_ptr< EDIMENSION > > | dimensions | 
| std::vector< std::unique_ptr< ECIRCLE > > | circles | 
| std::vector< std::unique_ptr< ESPLINE > > | splines | 
| std::vector< std::unique_ptr< ERECT > > | rectangles | 
| std::vector< std::unique_ptr< EFRAME > > | frames | 
| std::vector< std::unique_ptr< EHOLE > > | holes | 
| IO_BASE * | io | 
Definition at line 1744 of file eagle_parser.h.
| EPLAIN::EPLAIN | ( | wxXmlNode * | aPlain, | 
| IO_BASE * | aIo = nullptr ) | 
Definition at line 1871 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().
      
  | 
  inherited | 
| std::vector<std::unique_ptr<ECIRCLE> > EPLAIN::circles | 
Definition at line 1755 of file eagle_parser.h.
| std::vector<std::unique_ptr<EDIMENSION> > EPLAIN::dimensions | 
Definition at line 1754 of file eagle_parser.h.
| std::vector<std::unique_ptr<EFRAME> > EPLAIN::frames | 
Definition at line 1758 of file eagle_parser.h.
| std::vector<std::unique_ptr<EHOLE> > EPLAIN::holes | 
Definition at line 1759 of file eagle_parser.h.
      
  | 
  inherited | 
Definition at line 405 of file eagle_parser.h.
Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().
| std::vector<std::unique_ptr<EPOLYGON> > EPLAIN::polygons | 
Definition at line 1751 of file eagle_parser.h.
| std::vector<std::unique_ptr<ERECT> > EPLAIN::rectangles | 
Definition at line 1757 of file eagle_parser.h.
| std::vector<std::unique_ptr<ESPLINE> > EPLAIN::splines | 
Definition at line 1756 of file eagle_parser.h.
| std::vector<std::unique_ptr<ETEXT> > EPLAIN::texts | 
Definition at line 1753 of file eagle_parser.h.
| std::vector<std::unique_ptr<EWIRE> > EPLAIN::wires | 
Definition at line 1752 of file eagle_parser.h.