gwenhywfar  4.6.0beta
cprogress_l.h
Go to the documentation of this file.
1 
2 
3 
4 #ifndef GWENHYWFAR_GUI_CPROGRESS_H
5 #define GWENHYWFAR_GUI_CPROGRESS_H
6 
7 #include <gwenhywfar/list.h>
8 #include <gwenhywfar/gui.h>
9 #include <gwenhywfar/buffer.h>
10 #include <gwenhywfar/logger.h>
11 
12 
13 
16 
17 
19  uint32_t id,
20  uint32_t progressFlags,
21  const char *title,
22  const char *text,
23  uint64_t total);
25 
26 
29 const char *GWEN_Gui_CProgress_GetTitle(const GWEN_GUI_CPROGRESS *cp);
30 const char *GWEN_Gui_CProgress_GetText(const GWEN_GUI_CPROGRESS *cp);
33 
37 
38 
39 int GWEN_Gui_CProgress_Advance(GWEN_GUI_CPROGRESS *cp, uint64_t progress);
40 
42  GWEN_LOGGER_LEVEL level,
43  const char *text);
44 
46 
47 
48 
49 #endif
50