| 
    KiCad PCB EDA Suite
    
   | 
 
Parse an Eagle frame element. More...
#include <eagle_parser.h>
  
Public Member Functions | |
| EFRAME (wxXmlNode *aFrameNode, 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 | columns | 
| int | rows | 
| int | layer | 
| opt_bool | border_left | 
| opt_bool | border_top | 
| opt_bool | border_right | 
| opt_bool | border_bottom | 
| IO_BASE * | io | 
Parse an Eagle frame element.
Definition at line 989 of file eagle_parser.h.
| EFRAME::EFRAME | ( | wxXmlNode * | aFrameNode, | 
| IO_BASE * | aIo = nullptr ) | 
Definition at line 1070 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), border_bottom, border_left, border_right, border_top, columns, EAGLE_BASE::EAGLE_BASE(), layer, parseOptionalAttribute(), parseRequiredAttribute(), rows, 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 | 
| opt_bool EFRAME::border_bottom | 
Definition at line 1018 of file eagle_parser.h.
Referenced by EFRAME().
| opt_bool EFRAME::border_left | 
Definition at line 1015 of file eagle_parser.h.
Referenced by EFRAME().
| opt_bool EFRAME::border_right | 
Definition at line 1017 of file eagle_parser.h.
Referenced by EFRAME().
| opt_bool EFRAME::border_top | 
Definition at line 1016 of file eagle_parser.h.
Referenced by EFRAME().
| int EFRAME::columns | 
Definition at line 1012 of file eagle_parser.h.
Referenced by EFRAME().
      
  | 
  inherited | 
Definition at line 405 of file eagle_parser.h.
Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().
| int EFRAME::layer | 
Definition at line 1014 of file eagle_parser.h.
Referenced by EFRAME().
| int EFRAME::rows | 
Definition at line 1013 of file eagle_parser.h.
Referenced by EFRAME().
| ECOORD EFRAME::x1 | 
Definition at line 1008 of file eagle_parser.h.
Referenced by EFRAME().
| ECOORD EFRAME::x2 | 
Definition at line 1010 of file eagle_parser.h.
Referenced by EFRAME().
| ECOORD EFRAME::y1 | 
Definition at line 1009 of file eagle_parser.h.
Referenced by EFRAME().
| ECOORD EFRAME::y2 | 
Definition at line 1011 of file eagle_parser.h.
Referenced by EFRAME().