![]() |
pcb 4.1.1
An interactive printed circuit board layout editor.
|
Relocate plug-in for PCB. More...
#include <stdio.h>#include "config.h"#include "global.h"#include "data.h"#include "hid.h"#include "misc.h"#include "create.h"#include "rtree.h"#include "undo.h"#include "move.h"#include "draw.h"#include "set.h"
Go to the source code of this file.
Functions | |
| static int | relocate (int argc, char **argv, Coord x, Coord y) |
| void | hid_relocate_init () |
Variables | |
| static HID_Action | relocate_action_list [] |
Relocate plug-in for PCB.
Licensed under the terms of the GNU General Public License, version 2 or later.
Definition in file relocate.c.
| void hid_relocate_init | ( | ) |
Definition at line 100 of file relocate.c.
Definition at line 46 of file relocate.c.
References AddObjectToMoveUndoList(), Crosshair, PCBType::Data, ELEMENT_LOOP, END_LOOP, PCBType::Grid, IncrementUndoSerialNumber(), MoveElementLowLevel(), PCB, Redraw(), SetChangedFlag(), TEST_FLAG, CrosshairType::X, and CrosshairType::Y.

HID_Action relocate_action_list[] [static] |
{
{ "Relocate", NULL, relocate, NULL, NULL}
}
Definition at line 93 of file relocate.c.