| 
    KiCad PCB EDA Suite
    
   | 
 
Eagle via. More...
#include <eagle_parser.h>
  
Public Member Functions | |
| EVIA (wxXmlNode *aVia, 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 | x | 
| ECOORD | y | 
| int | layer_front_most | 
| int | layer_back_most | 
| < extent   | |
| ECOORD | drill | 
| < inclusive   | |
| opt_ecoord | diam | 
| opt_wxString | shape | 
| opt_bool | alwaysStop | 
| IO_BASE * | io | 
Eagle via.
Definition at line 728 of file eagle_parser.h.
| EVIA::EVIA | ( | wxXmlNode * | aVia, | 
| IO_BASE * | aIo = nullptr ) | 
Definition at line 757 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), diam, drill, EAGLE_BASE::EAGLE_BASE(), layer_back_most, layer_front_most, parseOptionalAttribute(), parseRequiredAttribute(), shape, x, and y.
      
  | 
  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 EVIA::alwaysStop | 
Definition at line 750 of file eagle_parser.h.
| opt_ecoord EVIA::diam | 
Definition at line 748 of file eagle_parser.h.
Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().
| ECOORD EVIA::drill | 
< inclusive
Definition at line 747 of file eagle_parser.h.
Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().
      
  | 
  inherited | 
Definition at line 405 of file eagle_parser.h.
Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().
| int EVIA::layer_back_most | 
< extent
Definition at line 746 of file eagle_parser.h.
Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().
| int EVIA::layer_front_most | 
Definition at line 745 of file eagle_parser.h.
Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().
| opt_wxString EVIA::shape | 
Definition at line 749 of file eagle_parser.h.
Referenced by EVIA().
| ECOORD EVIA::x | 
Definition at line 743 of file eagle_parser.h.
Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().
| ECOORD EVIA::y | 
Definition at line 744 of file eagle_parser.h.
Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().