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)
 Send a message to the IO_BASE REPORTER object if one exists.
 
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 1344 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ELAYER()

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

Member Function Documentation

◆ AdvanceProgressPhase()

◆ Report()

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

Send a message to the IO_BASE REPORTER object if one exists.

Parameters
aMsgis the message to send to the REPORTER object.

Definition at line 571 of file eagle_parser.cpp.

References io.

Member Data Documentation

◆ active

opt_bool ELAYER::active

Definition at line 1362 of file eagle_parser.h.

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

◆ color

int ELAYER::color

Definition at line 1359 of file eagle_parser.h.

Referenced by ELAYER().

◆ fill

int ELAYER::fill

Definition at line 1360 of file eagle_parser.h.

Referenced by ELAYER().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 405 of file eagle_parser.h.

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

◆ name

wxString ELAYER::name

◆ number

int ELAYER::number

◆ visible

opt_bool ELAYER::visible

Definition at line 1361 of file eagle_parser.h.

Referenced by ELAYER().


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