| 
    KiCad PCB EDA Suite
    
   | 
 
Parse an Eagle "attribute" XML element. More...
#include <eagle_parser.h>
  
Public Types | |
| enum | { Off , VALUE , NAME , BOTH } | 
Public Member Functions | |
| EATTR (wxXmlNode *aTree, IO_BASE *aIo=nullptr) | |
| EATTR () | |
| 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_wxString | value | 
| opt_ecoord | x | 
| opt_ecoord | y | 
| opt_ecoord | size | 
| opt_int | layer | 
| opt_wxString | font | 
| opt_double | ratio | 
| opt_erot | rot | 
| opt_bool | constant | 
| opt_int | display | 
| opt_int | align | 
| IO_BASE * | io | 
Parse an Eagle "attribute" XML element.
Definition at line 833 of file eagle_parser.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| Off | |
| VALUE | |
| NAME | |
| BOTH | |
Definition at line 865 of file eagle_parser.h.
| EATTR::EATTR | ( | wxXmlNode * | aTree, | 
| IO_BASE * | aIo = nullptr ) | 
Definition at line 854 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), align, BOTH, DEFAULT_ALIGNMENT, display, EAGLE_BASE::EAGLE_BASE(), layer, NAME, name, Off, parseAlignment(), parseOptionalAttribute(), parseRequiredAttribute(), ratio, rot, size, VALUE, value, x, and y.
      
  | 
  inline | 
Definition at line 879 of file eagle_parser.h.
      
  | 
  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_int EATTR::align | 
Definition at line 874 of file eagle_parser.h.
Referenced by EATTR(), and PCB_IO_EAGLE::orientFPText().
| opt_bool EATTR::constant | 
Definition at line 872 of file eagle_parser.h.
| opt_int EATTR::display | 
Definition at line 873 of file eagle_parser.h.
Referenced by EATTR(), and PCB_IO_EAGLE::loadElements().
| opt_wxString EATTR::font | 
Definition at line 861 of file eagle_parser.h.
      
  | 
  inherited | 
Definition at line 405 of file eagle_parser.h.
Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().
| opt_int EATTR::layer | 
Definition at line 860 of file eagle_parser.h.
Referenced by EATTR().
| wxString EATTR::name | 
Definition at line 855 of file eagle_parser.h.
Referenced by EATTR(), and PCB_IO_EAGLE::loadElements().
| opt_double EATTR::ratio | 
Definition at line 862 of file eagle_parser.h.
Referenced by EATTR(), and PCB_IO_EAGLE::orientFPText().
| opt_erot EATTR::rot | 
Definition at line 863 of file eagle_parser.h.
Referenced by EATTR(), and PCB_IO_EAGLE::orientFPText().
| opt_ecoord EATTR::size | 
Definition at line 859 of file eagle_parser.h.
Referenced by EATTR(), and PCB_IO_EAGLE::orientFPText().
| opt_wxString EATTR::value | 
Definition at line 856 of file eagle_parser.h.
Referenced by EATTR(), PCB_IO_EAGLE::loadElements(), and PCB_IO_EAGLE::orientFPText().
| opt_ecoord EATTR::x | 
Definition at line 857 of file eagle_parser.h.
Referenced by EATTR(), and PCB_IO_EAGLE::orientFPText().
| opt_ecoord EATTR::y | 
Definition at line 858 of file eagle_parser.h.
Referenced by EATTR(), and PCB_IO_EAGLE::orientFPText().