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)
 Send a message to the IO_BASE REPORTER object if one exists.
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString name
 
ECOORD x
 
ECOORD y
 
std::optional< EROTrot
 
std::optional< bool > stop
 
std::optional< bool > thermals
 
IO_BASEio
 

Detailed Description

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

Definition at line 848 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPAD_COMMON()

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

Member Function Documentation

◆ AdvanceProgressPhase()

◆ Report()

void EAGLE_BASE::Report ( const wxString & aMsg,
SEVERITY aSeverity = RPT_SEVERITY_UNDEFINED )
inherited

Send a message to the IO_BASE REPORTER object if one exists.

Parameters
aMsgis the message to send to the REPORTER object.

Definition at line 567 of file eagle_parser.cpp.

References io.

Member Data Documentation

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 225 of file eagle_parser.h.

Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().

◆ name

wxString EPAD_COMMON::name

Definition at line 850 of file eagle_parser.h.

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

◆ rot

std::optional<EROT> EPAD_COMMON::rot

Definition at line 853 of file eagle_parser.h.

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

◆ stop

std::optional<bool> EPAD_COMMON::stop

Definition at line 854 of file eagle_parser.h.

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

◆ thermals

std::optional<bool> EPAD_COMMON::thermals

Definition at line 855 of file eagle_parser.h.

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

◆ x

ECOORD EPAD_COMMON::x

Definition at line 851 of file eagle_parser.h.

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

◆ y

ECOORD EPAD_COMMON::y

Definition at line 852 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: