pcb 4.1.1
An interactive printed circuit board layout editor.

relocate.c File Reference

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"
Include dependency graph for relocate.c:

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 []

Detailed Description

Relocate plug-in for PCB.

Author:
Jean Richard <jean@geemoo.ca>

Licensed under the terms of the GNU General Public License, version 2 or later.

Definition in file relocate.c.


Function Documentation

void hid_relocate_init ( )

Definition at line 100 of file relocate.c.

static int relocate ( int  argc,
char **  argv,
Coord  x,
Coord  y 
) [static]

Variable Documentation

Initial value:
{
  { "Relocate", NULL, relocate, NULL, NULL}
}

Definition at line 93 of file relocate.c.