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)
 
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 1607 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ECLASS()

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

Definition at line 1761 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

Definition at line 494 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 1624 of file eagle_parser.h.

Referenced by ECLASS().

◆ drill

opt_ecoord ECLASS::drill

Definition at line 1622 of file eagle_parser.h.

Referenced by ECLASS().

◆ 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 ECLASS::name

Definition at line 1620 of file eagle_parser.h.

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

◆ number

wxString ECLASS::number

Definition at line 1619 of file eagle_parser.h.

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

◆ width

opt_ecoord ECLASS::width

Definition at line 1621 of file eagle_parser.h.

Referenced by ECLASS().


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