| 
    KiCad PCB EDA Suite
    
   | 
 
Eagle XML rectangle in binary. More...
#include <eagle_parser.h>
  
Public Member Functions | |
| ERECT (wxXmlNode *aRect, 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 | |
| ECOORD | x1 | 
| ECOORD | y1 | 
| ECOORD | x2 | 
| ECOORD | y2 | 
| int | layer | 
| opt_erot | rot | 
| IO_BASE * | io | 
Eagle XML rectangle in binary.
Definition at line 785 of file eagle_parser.h.
| ERECT::ERECT | ( | wxXmlNode * | aRect, | 
| IO_BASE * | aIo = nullptr ) | 
Definition at line 811 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), EAGLE_BASE::EAGLE_BASE(), layer, parseOptionalAttribute(), parseRequiredAttribute(), rot, x1, x2, y1, and y2.
      
  | 
  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 | 
      
  | 
  inherited | 
Definition at line 405 of file eagle_parser.h.
Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().
| int ERECT::layer | 
Definition at line 803 of file eagle_parser.h.
Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().
| opt_erot ERECT::rot | 
Definition at line 804 of file eagle_parser.h.
Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().
| ECOORD ERECT::x1 | 
Definition at line 799 of file eagle_parser.h.
Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().
| ECOORD ERECT::x2 | 
Definition at line 801 of file eagle_parser.h.
Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().
| ECOORD ERECT::y1 | 
Definition at line 800 of file eagle_parser.h.
Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().
| ECOORD ERECT::y2 | 
Definition at line 802 of file eagle_parser.h.
Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().