[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: werner
Date: 05/03/06 11:48:31
Modified: . prototype.h
Log:
new autonumber_text dialog and support functions
Revision Changes Path
1.117 +7 -3 eda/geda/devel/gschem/include/prototype.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: prototype.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/include/prototype.h,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- prototype.h 22 Feb 2005 17:59:58 -0000 1.116
+++ prototype.h 6 Mar 2005 16:48:31 -0000 1.117
@@ -606,9 +606,13 @@
void o_edit_show_hidden(TOPLEVEL *w_current, OBJECT *o_list);
void o_edit_make_visible(TOPLEVEL *w_current, OBJECT *o_list);
int o_edit_find_text(TOPLEVEL *w_current, OBJECT *o_list, char *stext, int descend, int skip);
-void find_max(TOPLEVEL *w_current, OBJECT *o_list, char *stext);
-void autonumber_text(TOPLEVEL *w_current, OBJECT *o_list, char *stext);
-void o_edit_autonumber_text(TOPLEVEL *w_current, OBJECT *o_list, char *stext);
+int autonumber_sort_numbers(gconstpointer a, gconstpointer b);
+int autonumber_sort_xy(gconstpointer a, gconstpointer b);
+int autonumber_sort_yx(gconstpointer a, gconstpointer b);
+int autonumber_sort_diagonal(gconstpointer a, gconstpointer b);
+void autonumber_find(TOPLEVEL * w_current, OBJECT * o_list, char *stext, GSList ** used_numbers, int skip);
+void autonumber_text(TOPLEVEL *w_current, char *stext, GSList **used, int *currentnumber, int unnumbered, int searchfocus, int sortorder);
+void o_edit_autonumber_text(TOPLEVEL * w_current, char * searchtext, int startnumber_i,int searchfocus, int unnumbered, int sortorder);
void o_edit_hide_specific_text(TOPLEVEL *w_current, OBJECT *o_list, char *stext);
void o_edit_show_specific_text(TOPLEVEL *w_current, OBJECT *o_list, char *stext);
void o_update_component(TOPLEVEL *w_current, OBJECT *o_current);