pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <global.h>
Data Fields | |
ANYOBJECTFIELDS | |
int | Scale |
Coord | X |
Coord | Y |
BYTE | Direction |
char * | TextString |
void * | Element |
Definition at line 288 of file global.h.
Referenced by _draw_pv_name(), ActionElementList(), AddTextToBuffer(), AddTextToElement(), common_draw_pcb_text(), CopyText(), CreateNewText(), draw_pad_name(), ReportDialog(), RotateTextLowLevel(), SetTextBoundingBox(), text_at(), and WriteLayerData().
void* TextType::Element |
Definition at line 290 of file global.h.
Referenced by name_callback(), and NotifyMode().
int TextType::Scale |
Text scaling in percent.
Definition at line 285 of file global.h.
Referenced by _draw_pv_name(), ActionElementList(), AddTextToBuffer(), AddTextToElement(), ChangeTextSize(), common_draw_pcb_text(), CopyText(), CreateNewText(), draw_pad_name(), ReportDialog(), SetTextBoundingBox(), text_at(), and WriteLayerData().
char* TextType::TextString |
String.
Definition at line 289 of file global.h.
Referenced by _draw_pv_name(), AddTextToBuffer(), AddTextToElement(), ChangeElementText(), ChangeTextName(), common_draw_pcb_text(), CopyElement(), CopyText(), CreateNewText(), DestroyText(), draw_pad_name(), LoadFootprint(), ReportDialog(), SetTextBoundingBox(), text_at(), and WriteLayerData().
X-coordinate of origin.
Definition at line 286 of file global.h.
Referenced by _draw_pv_name(), ActionElementList(), AddTextToBuffer(), AddTextToElement(), common_draw_pcb_text(), CopyText(), CreateNewText(), draw_pad_name(), ReportDialog(), RotateTextLowLevel(), SetTextBoundingBox(), text_at(), and WriteLayerData().
Y-coordinate of origin.
Definition at line 287 of file global.h.
Referenced by _draw_pv_name(), ActionElementList(), AddTextToBuffer(), AddTextToElement(), common_draw_pcb_text(), CopyText(), CreateNewText(), draw_pad_name(), ReportDialog(), RotateTextLowLevel(), SetTextBoundingBox(), text_at(), and WriteLayerData().