Glavna stranica | Popis datoteka | Članovi klasa u datoteci

/home/srle/Projects/sisadmin/src/interface.h

Dokumenacija za ovu datoteku.
00001 /********************************************************************************
00002  *      Studentski Informacijski servis, 2004                                                                           *
00003  ********************************************************************************
00004  *  SiS.Admin                                                                                                                                   *
00005  *  interface.h                                                                                                                                 *
00006  *      Header file za interface programa                                                                                       *
00007  *                                                                                                                                                              *
00008  *  Srdjan Segvic - srle                                                                                                                *
00009  ********************************************************************************
00010  ********************************************************************************
00011  *  This program is free software; you can redistribute it and/or modify                *
00012  *  it under the terms of the GNU General Public License as published by                *
00013  *  the Free Software Foundation; either version 2 of the License, or                   *
00014  *  (at your option) any later version.                                                                                 *
00015  *                                                                                                                                                              *
00016  *  This program is distributed in the hope that it will be useful,                             *
00017  *  but WITHOUT ANY WARRANTY; without even the implied warranty of                              *
00018  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                               *
00019  *  GNU Library General Public License for more details.                                                *
00020  *                                                                                                                                                              *
00021  *  You should have received a copy of the GNU General Public License                   *
00022  *  along with this program; if not, write to the Free Software                                 *
00023  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  *
00024  ********************************************************************************/
00025 
00026 GtkWidget* create_loginWidow                    (void);
00027 
00028 GtkWidget* create_mainWindow                    (void);
00029 
00030 GtkWidget* create_prefWindow                    (gchar *fakultet,
00031                                                                                 gchar *uni,
00032                                                                                 gchar *adresa,
00033                                                                                 gchar *mjesto,
00034                                                                                 gchar *drzava,
00035                                                                                 gchar *tel,
00036                                                                                 gchar *fax,
00037                                                                                 gchar *email,
00038                                                                                 gchar *web);
00039 
00040 GtkWidget* create_backupWindow                  (void);
00041 
00042 GtkWidget* create_linkAddWindow                 (GList *linkCombo_items);
00043 
00044 GtkWidget* create_catAddWindow                  (GList *catCombo_items);
00045 
00046 GtkWidget* create_sssAddWindow                  (void);
00047 
00048 GtkWidget* create_sssChoseWindow                (GList *sssCombo_items);
00049 
00050 GtkWidget* create_sssEditWindow                 (gchar *sss_jmbg, 
00051                                                                                 gchar *sss_ime,
00052                                                                                 gchar *sss_prezime, 
00053                                                                                 gchar *sss_radno,
00054                                                                                 gchar *sss_email,
00055                                                                                 gchar *sss_user,
00056                                                                                 gchar *sss_id);
00057 
00058 GtkWidget* create_catChoseWindow                (GList *catCombo_items);
00059 
00060 GtkWidget* create_catEditWindow                 (GList *catCombo_items,
00061                                                                                 gchar *kat_naslov,
00062                                                                                 gchar *kat_opis,
00063                                                                                 gchar *kat_parent,
00064                                                                                 gchar *kat_chosen,
00065                                                                                 gchar *kat_id);
00066 
00067 GtkWidget* create_catLinkChoseWindow    (GList *catCombo_items);
00068 
00069 GtkWidget* create_linkChoseWindow               (GList *linkCombo_items);
00070 
00071 GtkWidget* create_linkEditWindow                (GList *linkCombo_items,
00072                                                                                 gchar *link_id,
00073                                                                                 gchar *link_kat_chosen,
00074                                                                                 gchar *link_naslov, 
00075                                                                                 gchar *link_url, 
00076                                                                                 gchar *link_opis);
00077                                                                   
00078 GtkWidget* create_catChoseDelWindow     (GList *catCombo_items);
00079 
00080 GtkWidget* create_catDelWindow                  (gchar *cat_title,
00081                                                                                 gchar *cat_id);
00082 
00083 GtkWidget* create_catLinkDelChoseWindow (GList *catCombo_items);
00084 
00085 GtkWidget* create_linkDelChoseWindow    (GList *linkCombo_items);
00086 
00087 GtkWidget* create_linkDelWindow                 (gchar *link_title,
00088                                                                                 gchar *link_id,
00089                                                                                 gchar *link_url);
00090                                                                 
00091 GtkWidget* create_helpWindow                    (void);
00092 
00093 GtkWidget* create_restoreWindow                 (void);
00094 
00095 GtkWidget* create_infoWindow                    (gchar *label);

Generirano Thu Sep 16 17:26:20 2004 projekt: SiS.Admin generator: doxygen 1.3.2