pcb 4.1.1
An interactive printed circuit board layout editor.
|
Currently attached object. More...
#include <global.h>
Data Fields | |
Coord | X |
Coord | Y |
BoxType | BoundingBox |
long int | Type |
long int | State |
void * | Ptr1 |
void * | Ptr2 |
void * | Ptr3 |
Cardinal | RubberbandN |
Cardinal | RubberbandMax |
RubberbandType * | Rubberband |
void* AttachedObjectType::Ptr1 |
Pointer to data, see search.c.
Definition at line 689 of file global.h.
Referenced by AttachForCopy(), check_snap_offgrid_line(), click_cb(), crosshair_update_range(), FitCrosshairIntoGrid(), NotifyMode(), SetMode(), and XORDrawMoveOrCopyObject().
void* AttachedObjectType::Ptr2 |
Pointer to data, see search.c.
Definition at line 690 of file global.h.
Referenced by AdjustInsertPoint(), AttachForCopy(), check_snap_offgrid_line(), click_cb(), crosshair_update_range(), NotifyMode(), SetMode(), XORDrawInsertPointObject(), and XORDrawMoveOrCopyObject().
void* AttachedObjectType::Ptr3 |
Pointer to data, see search.c.
Definition at line 691 of file global.h.
Referenced by AdjustInsertPoint(), AttachForCopy(), click_cb(), crosshair_update_range(), NotifyMode(), SetMode(), XORDrawInsertPointObject(), and XORDrawMoveOrCopyObject().
Definition at line 694 of file global.h.
Referenced by ActionChangeName(), GetRubberbandMemory(), MoveObjectAndRubberband(), NotifyMode(), RotateObject(), rubber_callback(), and XORDrawMoveOrCopyObject().
Definition at line 692 of file global.h.
Referenced by GetRubberbandMemory().
Number of lines in array.
Definition at line 692 of file global.h.
Referenced by ActionChangeName(), ActionMoveObject(), AttachForCopy(), GetRubberbandMemory(), MoveObjectAndRubberband(), NotifyMode(), RotateObject(), RotateScreenObject(), rubber_callback(), and XORDrawMoveOrCopyObject().
long int AttachedObjectType::State |
Definition at line 687 of file global.h.
Referenced by ActionUndo(), AdjustInsertPoint(), AttachForCopy(), NotifyMode(), run_get_location_loop(), and SetMode().
long int AttachedObjectType::Type |
Object type.
Definition at line 687 of file global.h.
Referenced by AttachForCopy(), check_snap_offgrid_line(), click_cb(), crosshair_update_range(), FitCrosshairIntoGrid(), NotifyMode(), SetMode(), XORDrawInsertPointObject(), and XORDrawMoveOrCopyObject().
Saved position when MOVE_MODE (X value).
Definition at line 684 of file global.h.
Referenced by AttachForCopy(), crosshair_update_range(), NotifyMode(), and XORDrawMoveOrCopyObject().
Saved position when MOVE_MODE (Y value).
Definition at line 685 of file global.h.
Referenced by AttachForCopy(), crosshair_update_range(), NotifyMode(), and XORDrawMoveOrCopyObject().