gwenhywfar  4.7.0beta
dlg_progress_l.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Tue Feb 16 2010
3  copyright : (C) 2010 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * Please see toplevel file COPYING for license details *
8  ***************************************************************************/
9 
10 
11 #ifndef GWEN_GUI_DLG_PROGRESS_L_H
12 #define GWEN_GUI_DLG_PROGRESS_L_H
13 
14 
15 #include "progressdata_l.h"
16 
17 
18 #include <gwenhywfar/dialog.h>
19 
20 
21 
23 
24 
27 
30 
32  GWEN_LOGGER_LEVEL level,
33  const char *s);
34 
37 
39 
42 
44 
45 
46 #endif
47 
48 
49