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

#include <eagle_parser.h>

Inheritance diagram for ELAYER:
EAGLE_BASE

Public Member Functions

 ELAYER (wxXmlNode *aLayer, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
void AdvanceProgressPhase ()
 

Public Attributes

int number
 
wxString name
 
int color
 
int fill
 
opt_bool visible
 
opt_bool active
 
IO_BASEio
 

Detailed Description

Definition at line 1303 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ELAYER()

ELAYER::ELAYER ( wxXmlNode *  aLayer,
IO_BASE aIo = nullptr 
)

Definition at line 1432 of file eagle_parser.cpp.

References active, EAGLE_BASE::AdvanceProgressPhase(), color, fill, name, number, and visible.

Member Function Documentation

◆ AdvanceProgressPhase()

◆ Report()

void EAGLE_BASE::Report ( const wxString &  aMsg,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inherited

Definition at line 494 of file eagle_parser.cpp.

References EAGLE_BASE::io, and IO_BASE::Report().

Member Data Documentation

◆ active

opt_bool ELAYER::active

Definition at line 1321 of file eagle_parser.h.

Referenced by ELAYER(), and PCB_IO_EAGLE::loadLayerDefs().

◆ color

int ELAYER::color

Definition at line 1318 of file eagle_parser.h.

Referenced by ELAYER().

◆ fill

int ELAYER::fill

Definition at line 1319 of file eagle_parser.h.

Referenced by ELAYER().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 403 of file eagle_parser.h.

Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().

◆ name

wxString ELAYER::name

◆ number

int ELAYER::number

◆ visible

opt_bool ELAYER::visible

Definition at line 1320 of file eagle_parser.h.

Referenced by ELAYER().


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