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

Public Member Functions

 ESMD (wxXmlNode *aSMD)
 

Public Attributes

ECOORD dx
 
ECOORD dy
 
int layer
 
opt_int roundness
 
opt_bool cream
 
wxString name
 
ECOORD x
 
ECOORD y
 
opt_erot rot
 
opt_bool stop
 
opt_bool thermals
 

Detailed Description

Eagle SMD pad.

Definition at line 734 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ESMD()

ESMD::ESMD ( wxXmlNode *  aSMD)

Definition at line 842 of file eagle_parser.cpp.

References cream, dx, dy, layer, and roundness.

Member Data Documentation

◆ cream

opt_bool ESMD::cream

Definition at line 740 of file eagle_parser.h.

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

◆ dx

ECOORD ESMD::dx

Definition at line 736 of file eagle_parser.h.

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

◆ dy

ECOORD ESMD::dy

Definition at line 737 of file eagle_parser.h.

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

◆ layer

int ESMD::layer

Definition at line 738 of file eagle_parser.h.

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

◆ name

wxString EPAD_COMMON::name
inherited

Definition at line 701 of file eagle_parser.h.

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

◆ rot

opt_erot EPAD_COMMON::rot
inherited

◆ roundness

opt_int ESMD::roundness

Definition at line 739 of file eagle_parser.h.

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

◆ stop

opt_bool EPAD_COMMON::stop
inherited

◆ thermals

opt_bool EPAD_COMMON::thermals
inherited

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