|
Jspice3
|

Go to the source code of this file.
Functions | |
| static void | correct_cell_view () |
| static int | get_window_coords () |
| char * | Init () |
| void | InitVLT () |
| void | InitParameters () |
| void | DefaultWindows () |
| void | InitCoarseWindow (long X, long Y, long Width) |
| void | InitFineWindow (long X, long Y) |
| void | SetPositioning () |
| void | InitViewport () |
| void | SetCurrentAOI (struct ka *Window) |
| void | CenterFullView () |
| static void | correct_cell_view (long *L, long *B, long *R, long *T) |
| void | UpdateSCED () |
| void | Readin () |
| void | RedisplaySCED (GRAPH *graph) |
| void | ResizeSCED (GRAPH *graph) |
| static void | ghost_line () |
| static void | ghost_line_snap () |
| static void | ghost_box () |
| static void | ghost_box_snap () |
| static void | ghost_wires () |
| static void | ghost_move () |
| static void | ghost_place () |
| short | FBGetchar (int DisplayOrErase) |
| char * | FBEdit (char *string) |
| struct hprlist * | FBHyEdit (struct hprlist *htxt) |
| void | FBText (char Mode, int RowOrX, int ColumnOrY, char *String) |
| void | FBPolygon (int Pixel, char Type, long *xy, int n) |
| void | FBPolygonClip (long *coord, int *n, struct ka *window) |
| void | FBSetRubberBanding (char mode) |
| static void | ghost_line (int x, int y, int refx, int refy) |
| static void | ghost_line_snap (int x, int y, int refx, int refy) |
| static void | ghost_box (int x, int y, int refx, int refy) |
| static void | ghost_box_snap (int x, int y, int refx, int refy) |
| static void | ghost_wires (int x, int y, int refx, int refy) |
| static void | ghost_move (int x, int y, int refx, int refy) |
| static void | ghost_place (int x, int y, int refx, int refy) |
| static int | get_window_coords (long *X, long *Y, int Clip) |
Variables | |
| struct kv * | View |
| struct ka | MenuViewport |
| struct kp | Parameters |
| struct kl * | ColorTable |
| struct kc | SCursor |
| struct a | CurrentAOI |
| char | TypeOut [200] |
| void CenterFullView | ( | ) |
Definition at line 466 of file init.c.
|
static |
|
static |
Definition at line 523 of file init.c.
| short FBGetchar | ( | int | DisplayOrErase | ) |
Definition at line 715 of file init.c.
| void FBPolygon | ( | int | Pixel, |
| char | Type, | ||
| long * | xy, | ||
| int | n | ||
| ) |
| void FBPolygonClip | ( | long * | coord, |
| int * | n, | ||
| struct ka * | window | ||
| ) |
Definition at line 829 of file init.c.
| void FBSetRubberBanding | ( | char | mode | ) |
Definition at line 847 of file init.c.
| void FBText | ( | char | Mode, |
| int | RowOrX, | ||
| int | ColumnOrY, | ||
| char * | String | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| char* Init | ( | ) |
Definition at line 35 of file init.c.
| void InitCoarseWindow | ( | long | X, |
| long | Y, | ||
| long | Width | ||
| ) |
Definition at line 265 of file init.c.
| void InitFineWindow | ( | long | X, |
| long | Y | ||
| ) |
Definition at line 293 of file init.c.
| void InitParameters | ( | ) |
| void InitViewport | ( | ) |
Definition at line 358 of file init.c.
| void RedisplaySCED | ( | GRAPH* | graph | ) |
| void ResizeSCED | ( | GRAPH* | graph | ) |