KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ELAYER Struct Reference

#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
 

Detailed Description

Definition at line 833 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ELAYER()

ELAYER::ELAYER ( wxXmlNode *  aLayer)

Definition at line 1018 of file eagle_parser.cpp.

References color, and EELEMENT::name.

Member Data Documentation

◆ active

opt_bool ELAYER::active

Definition at line 840 of file eagle_parser.h.

Referenced by PCB_IO_EAGLE::loadLayerDefs().

◆ color

int ELAYER::color

Definition at line 837 of file eagle_parser.h.

◆ fill

int ELAYER::fill

Definition at line 838 of file eagle_parser.h.

◆ name

wxString ELAYER::name

◆ number

int ELAYER::number

◆ visible

opt_bool ELAYER::visible

Definition at line 839 of file eagle_parser.h.


The documentation for this struct was generated from the following files: