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

Structure holding common properties for through-hole and SMD pads. More...

#include <eagle_parser.h>

Inheritance diagram for EPAD_COMMON:
EAGLE_BASE EPAD ESMD

Public Member Functions

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

Public Attributes

wxString name
 
ECOORD x
 
ECOORD y
 
opt_erot rot
 
opt_bool stop
 
opt_bool thermals
 
IO_BASEio
 

Detailed Description

Structure holding common properties for through-hole and SMD pads.

Definition at line 984 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPAD_COMMON()

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

Definition at line 1034 of file eagle_parser.cpp.

References name, rot, stop, thermals, 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

◆ 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

Definition at line 986 of file eagle_parser.h.

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

◆ rot

opt_erot EPAD_COMMON::rot

Definition at line 988 of file eagle_parser.h.

Referenced by EPAD_COMMON(), PCB_IO_EAGLE::packagePad(), and PCB_IO_EAGLE::packageSMD().

◆ stop

opt_bool EPAD_COMMON::stop

Definition at line 989 of file eagle_parser.h.

Referenced by EPAD_COMMON(), PCB_IO_EAGLE::packagePad(), and PCB_IO_EAGLE::packageSMD().

◆ thermals

opt_bool EPAD_COMMON::thermals

Definition at line 990 of file eagle_parser.h.

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

◆ x

ECOORD EPAD_COMMON::x

Definition at line 987 of file eagle_parser.h.

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

◆ y

ECOORD EPAD_COMMON::y

Definition at line 987 of file eagle_parser.h.

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


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