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

Eagle hole element. More...

#include <eagle_parser.h>

Public Member Functions

 EHOLE (wxXmlNode *aHole)
 

Public Attributes

ECOORD x
 
ECOORD y
 
ECOORD drill
 

Detailed Description

Eagle hole element.

Definition at line 805 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EHOLE()

EHOLE::EHOLE ( wxXmlNode *  aHole)

Definition at line 957 of file eagle_parser.cpp.

References drill, x, and y.

Member Data Documentation

◆ drill

ECOORD EHOLE::drill

Definition at line 809 of file eagle_parser.h.

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

◆ x

ECOORD EHOLE::x

Definition at line 807 of file eagle_parser.h.

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

◆ y

ECOORD EHOLE::y

Definition at line 808 of file eagle_parser.h.

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


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