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

Eagle thru hole pad. More...

#include <eagle_parser.h>

Inheritance diagram for EPAD:
EPAD_COMMON EAGLE_BASE

Public Types

enum  {
  UNDEF = -1 , SQUARE , ROUND , OCTAGON ,
  LONG , OFFSET
}
 

Public Member Functions

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

Public Attributes

ECOORD drill
 
opt_ecoord diameter
 
opt_int shape
 
opt_bool first
 
wxString name
 
ECOORD x
 
ECOORD y
 
opt_erot rot
 
opt_bool stop
 
opt_bool thermals
 
IO_BASEio
 

Detailed Description

Eagle thru hole pad.

Definition at line 997 of file eagle_parser.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
UNDEF 
SQUARE 
ROUND 
OCTAGON 
LONG 
OFFSET 

Definition at line 1018 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPAD()

EPAD::EPAD ( wxXmlNode *  aPad,
IO_BASE aIo = nullptr 
)

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

◆ diameter

opt_ecoord EPAD::diameter

Definition at line 1015 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ drill

ECOORD EPAD::drill

Definition at line 1014 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ first

opt_bool EPAD::first

Definition at line 1028 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ 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 EPAD_COMMON::name
inherited

Definition at line 986 of file eagle_parser.h.

Referenced by EPAD_COMMON::EPAD_COMMON(), and PCB_IO_EAGLE::transferPad().

◆ rot

opt_erot EPAD_COMMON::rot
inherited

◆ shape

opt_int EPAD::shape

Definition at line 1027 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ stop

opt_bool EPAD_COMMON::stop
inherited

◆ thermals

opt_bool EPAD_COMMON::thermals
inherited

Definition at line 990 of file eagle_parser.h.

Referenced by EPAD_COMMON::EPAD_COMMON(), and PCB_IO_EAGLE::transferPad().

◆ x

ECOORD EPAD_COMMON::x
inherited

Definition at line 987 of file eagle_parser.h.

Referenced by EPAD_COMMON::EPAD_COMMON(), and PCB_IO_EAGLE::transferPad().

◆ y

ECOORD EPAD_COMMON::y
inherited

Definition at line 987 of file eagle_parser.h.

Referenced by EPAD_COMMON::EPAD_COMMON(), and PCB_IO_EAGLE::transferPad().


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