#include <config.h>
#include <stdio.h>
#include <math.h>
#include "gschem.h"
Go to the source code of this file.
Define Documentation
Function Documentation
void o_undo_init |
( |
void |
| ) |
|
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 52 of file o_undo.c.
- Todo:
- Finish function documentation!!!
- Function Description
flag can be one of the following values:
- *
- UNDO_ALL
- *
- UNDO_VIEWPORT_ONLY
Definition at line 76 of file o_undo.c.
char* o_undo_find_prev_filename |
( |
UNDO * |
start | ) |
|
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 246 of file o_undo.c.
GList* o_undo_find_prev_object_head |
( |
UNDO * |
start | ) |
|
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 267 of file o_undo.c.
- Todo:
- Finish function documentation!!!
- Function Description
type can be one of the following values:
- *
- UNDO_ACTION
- *
- REDO_ACTION
Definition at line 293 of file o_undo.c.
void o_undo_cleanup |
( |
void |
| ) |
|
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 459 of file o_undo.c.
- Todo:
- Finish function documentation!!!
- Function Description
Definition at line 480 of file o_undo.c.
Variable Documentation