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

Eagle thru hole pad. More...

#include <eagle_parser.h>

Inheritance diagram for EPAD:
EPAD_COMMON

Public Types

enum  {
  UNDEF = -1 , SQUARE , ROUND , OCTAGON ,
  LONG , OFFSET
}
 

Public Member Functions

 EPAD (wxXmlNode *aPad)
 

Public Attributes

ECOORD drill
 
opt_ecoord diameter
 
opt_int shape
 
opt_bool first
 
wxString name
 
ECOORD x
 
ECOORD y
 
opt_erot rot
 
opt_bool stop
 
opt_bool thermals
 

Detailed Description

Eagle thru hole pad.

Definition at line 712 of file eagle_parser.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
UNDEF 
SQUARE 
ROUND 
OCTAGON 
LONG 
OFFSET 

Definition at line 718 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPAD()

EPAD::EPAD ( wxXmlNode *  aPad)

Definition at line 799 of file eagle_parser.cpp.

References diameter, drill, first, LONG, OCTAGON, OFFSET, ROUND, shape, and SQUARE.

Member Data Documentation

◆ diameter

opt_ecoord EPAD::diameter

Definition at line 715 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ drill

ECOORD EPAD::drill

Definition at line 714 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ first

opt_bool EPAD::first

Definition at line 727 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ 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

◆ shape

opt_int EPAD::shape

Definition at line 726 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ 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: