KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
ELAYER (wxXmlNode *aLayer) | |
Public Attributes | |
int | number |
wxString | name |
int | color |
int | fill |
opt_bool | visible |
opt_bool | active |
Definition at line 832 of file eagle_parser.h.
ELAYER::ELAYER | ( | wxXmlNode * | aLayer | ) |
Definition at line 1010 of file eagle_parser.cpp.
References color, and EELEMENT::name.
opt_bool ELAYER::active |
Definition at line 839 of file eagle_parser.h.
Referenced by EAGLE_PLUGIN::loadLayerDefs().
int ELAYER::color |
Definition at line 836 of file eagle_parser.h.
int ELAYER::fill |
Definition at line 837 of file eagle_parser.h.
wxString ELAYER::name |
Definition at line 835 of file eagle_parser.h.
Referenced by EAGLE_PLUGIN::loadLayerDefs(), and EAGLE_PLUGIN::mapEagleLayersToKicad().
int ELAYER::number |
Definition at line 834 of file eagle_parser.h.
Referenced by EAGLE_PLUGIN::loadLayerDefs(), and EAGLE_PLUGIN::mapEagleLayersToKicad().
opt_bool ELAYER::visible |
Definition at line 838 of file eagle_parser.h.