pcb 4.1.1
An interactive printed circuit board layout editor.
|
A SMD pad. More...
#include <global.h>
Data Fields | |
ANYLINEFIELDS | |
Coord | Mask |
char * | Name |
char * | Number |
void * | Element |
void * | Spare |
void* pad_st::Element |
Definition at line 376 of file global.h.
Referenced by ADD_PAD_TO_LIST(), CreateNewPad(), pad_callback(), and PrintPadConnections().
Definition at line 374 of file global.h.
Referenced by ChangePadMaskSize(), ChangePadSize(), clearPad_callback(), common_fill_pcb_pad(), common_thindraw_pcb_pad(), CreateNewPad(), ReportDialog(), SetPadBoundingBox(), and WriteElementData().
char* pad_st::Name |
Definition at line 375 of file global.h.
Referenced by ChangePadName(), CreateNewPad(), draw_pad_name(), pad_rad(), PrintAndSelectUnusedPinsAndPadsOfElement(), PrintElementConnections(), PrintPadConnections(), ReportDialog(), and WriteElementData().
char * pad_st::Number |
'Line'.
Definition at line 375 of file global.h.
Referenced by CreateNewPad(), draw_pad_name(), FindPad(), ReportDialog(), and WriteElementData().
void* pad_st::Spare |