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

Eagle SMD pad. More...

#include <eagle_parser.h>

Inheritance diagram for ESMD:
EPAD_COMMON EAGLE_BASE

Public Member Functions

 ESMD (wxXmlNode *aSMD, 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

ECOORD dx
 
ECOORD dy
 
int layer
 
std::optional< int > roundness
 
std::optional< bool > cream
 
wxString name
 
ECOORD x
 
ECOORD y
 
std::optional< EROTrot
 
std::optional< bool > stop
 
std::optional< bool > thermals
 
IO_BASEio
 

Detailed Description

Eagle SMD pad.

Definition at line 900 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ESMD()

ESMD::ESMD ( wxXmlNode * aSMD,
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

◆ cream

std::optional<bool> ESMD::cream

Definition at line 922 of file eagle_parser.h.

Referenced by ESMD(), and PCB_IO_EAGLE::packageSMD().

◆ dx

ECOORD ESMD::dx

Definition at line 918 of file eagle_parser.h.

Referenced by ESMD(), and PCB_IO_EAGLE::packageSMD().

◆ dy

ECOORD ESMD::dy

Definition at line 919 of file eagle_parser.h.

Referenced by ESMD(), and PCB_IO_EAGLE::packageSMD().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 225 of file eagle_parser.h.

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

◆ layer

int ESMD::layer

Definition at line 920 of file eagle_parser.h.

Referenced by ESMD(), and PCB_IO_EAGLE::packageSMD().

◆ name

wxString EPAD_COMMON::name
inherited

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
inherited

Definition at line 853 of file eagle_parser.h.

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

◆ roundness

std::optional<int> ESMD::roundness

Definition at line 921 of file eagle_parser.h.

Referenced by ESMD(), and PCB_IO_EAGLE::packageSMD().

◆ stop

std::optional<bool> EPAD_COMMON::stop
inherited

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
inherited

Definition at line 855 of file eagle_parser.h.

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

◆ x

ECOORD EPAD_COMMON::x
inherited

Definition at line 851 of file eagle_parser.h.

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

◆ y

ECOORD EPAD_COMMON::y
inherited

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: