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:
EPAD ESMD

Public Member Functions

 EPAD_COMMON (wxXmlNode *aPad)
 

Public Attributes

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

Detailed Description

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

Definition at line 699 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPAD_COMMON()

EPAD_COMMON::EPAD_COMMON ( wxXmlNode *  aPad)

Definition at line 787 of file eagle_parser.cpp.

References name, rot, stop, thermals, x, and y.

Member Data Documentation

◆ name

wxString EPAD_COMMON::name

Definition at line 701 of file eagle_parser.h.

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

◆ rot

opt_erot EPAD_COMMON::rot

Definition at line 703 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 704 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 705 of file eagle_parser.h.

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

◆ x

ECOORD EPAD_COMMON::x

Definition at line 702 of file eagle_parser.h.

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

◆ y

ECOORD EPAD_COMMON::y

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