KiCad PCB EDA Suite
|
Structure holding common properties for through-hole and SMD pads. More...
#include <eagle_parser.h>
Public Member Functions | |
EPAD_COMMON (wxXmlNode *aPad) | |
Public Attributes | |
wxString | name |
ECOORD | x |
ECOORD | y |
opt_erot | rot |
opt_bool | stop |
opt_bool | thermals |
Structure holding common properties for through-hole and SMD pads.
Definition at line 696 of file eagle_parser.h.
EPAD_COMMON::EPAD_COMMON | ( | wxXmlNode * | aPad | ) |
wxString EPAD_COMMON::name |
Definition at line 698 of file eagle_parser.h.
Referenced by EPAD_COMMON(), and EAGLE_PLUGIN::transferPad().
opt_erot EPAD_COMMON::rot |
Definition at line 700 of file eagle_parser.h.
Referenced by EPAD_COMMON(), EAGLE_PLUGIN::packagePad(), and EAGLE_PLUGIN::packageSMD().
opt_bool EPAD_COMMON::stop |
Definition at line 701 of file eagle_parser.h.
Referenced by EPAD_COMMON(), EAGLE_PLUGIN::packagePad(), and EAGLE_PLUGIN::packageSMD().
opt_bool EPAD_COMMON::thermals |
Definition at line 702 of file eagle_parser.h.
Referenced by EPAD_COMMON(), and EAGLE_PLUGIN::transferPad().
ECOORD EPAD_COMMON::x |
Definition at line 699 of file eagle_parser.h.
Referenced by EPAD_COMMON(), and EAGLE_PLUGIN::transferPad().
ECOORD EPAD_COMMON::y |
Definition at line 699 of file eagle_parser.h.
Referenced by EPAD_COMMON(), and EAGLE_PLUGIN::transferPad().