![]() |
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 826 of file eagle_parser.h.
ELAYER::ELAYER | ( | wxXmlNode * | aLayer | ) |
opt_bool ELAYER::active |
Definition at line 833 of file eagle_parser.h.
Referenced by EAGLE_PLUGIN::loadLayerDefs().
int ELAYER::color |
Definition at line 830 of file eagle_parser.h.
int ELAYER::fill |
Definition at line 831 of file eagle_parser.h.
wxString ELAYER::name |
Definition at line 829 of file eagle_parser.h.
Referenced by EAGLE_PLUGIN::loadLayerDefs(), and EAGLE_PLUGIN::mapEagleLayersToKicad().
int ELAYER::number |
Definition at line 828 of file eagle_parser.h.
Referenced by EAGLE_PLUGIN::loadLayerDefs(), and EAGLE_PLUGIN::mapEagleLayersToKicad().
opt_bool ELAYER::visible |
Definition at line 832 of file eagle_parser.h.