KiCad PCB EDA Suite
|
Eagle thru hole pad. More...
#include <eagle_parser.h>
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 |
Eagle thru hole pad.
Definition at line 709 of file eagle_parser.h.
anonymous enum |
Enumerator | |
---|---|
UNDEF | |
SQUARE | |
ROUND | |
OCTAGON | |
LONG | |
OFFSET |
Definition at line 715 of file eagle_parser.h.
EPAD::EPAD | ( | wxXmlNode * | aPad | ) |
opt_ecoord EPAD::diameter |
Definition at line 712 of file eagle_parser.h.
Referenced by EPAD(), and EAGLE_PLUGIN::packagePad().
ECOORD EPAD::drill |
Definition at line 711 of file eagle_parser.h.
Referenced by EPAD(), and EAGLE_PLUGIN::packagePad().
opt_bool EPAD::first |
Definition at line 724 of file eagle_parser.h.
Referenced by EPAD(), and EAGLE_PLUGIN::packagePad().
|
inherited |
Definition at line 698 of file eagle_parser.h.
Referenced by EPAD_COMMON::EPAD_COMMON(), and EAGLE_PLUGIN::transferPad().
|
inherited |
Definition at line 700 of file eagle_parser.h.
Referenced by EPAD_COMMON::EPAD_COMMON(), EAGLE_PLUGIN::packagePad(), and EAGLE_PLUGIN::packageSMD().
opt_int EPAD::shape |
Definition at line 723 of file eagle_parser.h.
Referenced by EPAD(), and EAGLE_PLUGIN::packagePad().
|
inherited |
Definition at line 701 of file eagle_parser.h.
Referenced by EPAD_COMMON::EPAD_COMMON(), EAGLE_PLUGIN::packagePad(), and EAGLE_PLUGIN::packageSMD().
|
inherited |
Definition at line 702 of file eagle_parser.h.
Referenced by EPAD_COMMON::EPAD_COMMON(), and EAGLE_PLUGIN::transferPad().
|
inherited |
Definition at line 699 of file eagle_parser.h.
Referenced by EPAD_COMMON::EPAD_COMMON(), and EAGLE_PLUGIN::transferPad().
|
inherited |
Definition at line 699 of file eagle_parser.h.
Referenced by EPAD_COMMON::EPAD_COMMON(), and EAGLE_PLUGIN::transferPad().