#include <config.h>
#include <stdio.h>
#include <math.h>
#include "gschem.h"
Go to the source code of this file.
Functions |
void | o_pin_draw (GSCHEM_TOPLEVEL *w_current, OBJECT *o_current) |
void | o_pin_draw_place (GSCHEM_TOPLEVEL *w_current, int dx, int dy, OBJECT *o_current) |
void | o_pin_start (GSCHEM_TOPLEVEL *w_current, int w_x, int w_y) |
void | o_pin_end (GSCHEM_TOPLEVEL *w_current, int x, int y) |
void | o_pin_motion (GSCHEM_TOPLEVEL *w_current, int w_x, int w_y) |
void | o_pin_invalidate_rubber (GSCHEM_TOPLEVEL *w_current) |
void | o_pin_draw_rubber (GSCHEM_TOPLEVEL *w_current) |
Function Documentation
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 36 of file o_pin.c.
void o_pin_draw_place |
( |
GSCHEM_TOPLEVEL * |
w_current, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
OBJECT * |
o_current |
|
) |
| |
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 78 of file o_pin.c.
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 104 of file o_pin.c.
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 115 of file o_pin.c.
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 157 of file o_pin.c.
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 184 of file o_pin.c.
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 213 of file o_pin.c.