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

#include <eagle_parser.h>

Inheritance diagram for ECLASS:
EAGLE_BASE

Public Member Functions

 ECLASS (wxXmlNode *aClass, 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

wxString number
 
wxString name
 
opt_ecoord width
 
opt_ecoord drill
 
std::map< wxString, ECOORDclearanceMap
 
IO_BASEio
 

Detailed Description

Definition at line 1648 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ECLASS()

ECLASS::ECLASS ( wxXmlNode *  aClass,
IO_BASE aIo = nullptr 
)

Definition at line 1816 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), clearanceMap, drill, name, number, and width.

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 549 of file eagle_parser.cpp.

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

Member Data Documentation

◆ clearanceMap

std::map<wxString, ECOORD> ECLASS::clearanceMap

Definition at line 1665 of file eagle_parser.h.

Referenced by ECLASS().

◆ drill

opt_ecoord ECLASS::drill

Definition at line 1663 of file eagle_parser.h.

Referenced by ECLASS().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 405 of file eagle_parser.h.

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

◆ name

wxString ECLASS::name

Definition at line 1661 of file eagle_parser.h.

Referenced by ECLASS(), and PCB_IO_EAGLE::loadClasses().

◆ number

wxString ECLASS::number

Definition at line 1660 of file eagle_parser.h.

Referenced by ECLASS(), and PCB_IO_EAGLE::loadClasses().

◆ width

opt_ecoord ECLASS::width

Definition at line 1662 of file eagle_parser.h.

Referenced by ECLASS().


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