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

Eagle hole element. More...

#include <eagle_parser.h>

Inheritance diagram for EHOLE:
EAGLE_BASE

Public Member Functions

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

Public Attributes

ECOORD x
 
ECOORD y
 
ECOORD drill
 
IO_BASEio
 

Detailed Description

Eagle hole element.

Definition at line 1150 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EHOLE()

EHOLE::EHOLE ( wxXmlNode *  aHole,
IO_BASE aIo = nullptr 
)

Definition at line 1351 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), drill, x, and y.

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

◆ drill

ECOORD EHOLE::drill

Definition at line 1163 of file eagle_parser.h.

Referenced by EHOLE(), and PCB_IO_EAGLE::packageHole().

◆ 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().

◆ x

ECOORD EHOLE::x

Definition at line 1161 of file eagle_parser.h.

Referenced by EHOLE(), and PCB_IO_EAGLE::packageHole().

◆ y

ECOORD EHOLE::y

Definition at line 1162 of file eagle_parser.h.

Referenced by EHOLE(), and PCB_IO_EAGLE::packageHole().


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