gschem

o_pin.c File Reference

#include <config.h>
#include <stdio.h>
#include <math.h>
#include "gschem.h"
Include dependency graph for o_pin.c:

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

void o_pin_draw ( GSCHEM_TOPLEVEL w_current,
OBJECT *  o_current 
)
Todo:
Finish function documentation!!!
Function Description

Definition at line 36 of file o_pin.c.

Here is the call graph for this function:

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.

Here is the call graph for this function:

void o_pin_start ( GSCHEM_TOPLEVEL w_current,
int  w_x,
int  w_y 
)
Todo:
Finish function documentation!!!
Function Description

Definition at line 104 of file o_pin.c.

void o_pin_end ( GSCHEM_TOPLEVEL w_current,
int  x,
int  y 
)
Todo:
Finish function documentation!!!
Function Description

Definition at line 115 of file o_pin.c.

Here is the call graph for this function:

void o_pin_motion ( GSCHEM_TOPLEVEL w_current,
int  w_x,
int  w_y 
)
Todo:
Finish function documentation!!!
Function Description

Definition at line 157 of file o_pin.c.

Here is the call graph for this function:

void o_pin_invalidate_rubber ( GSCHEM_TOPLEVEL w_current)
Todo:
Finish function documentation!!!
Function Description

Definition at line 184 of file o_pin.c.

Here is the call graph for this function:

void o_pin_draw_rubber ( GSCHEM_TOPLEVEL w_current)
Todo:
Finish function documentation!!!
Function Description

Definition at line 213 of file o_pin.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines