gwenhywfar
4.7.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
src
gui
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
22
GWEN_DIALOG
*
GWEN_DlgProgress_new
(
void
);
23
24
25
GWEN_PROGRESS_DATA
*
GWEN_DlgProgress_GetFirstProgress
(
const
GWEN_DIALOG
*dlg);
26
void
GWEN_DlgProgress_SetFirstProgress
(
GWEN_DIALOG
*dlg,
GWEN_PROGRESS_DATA
*pd);
27
28
GWEN_PROGRESS_DATA
*
GWEN_DlgProgress_GetSecondProgress
(
const
GWEN_DIALOG
*dlg);
29
void
GWEN_DlgProgress_SetSecondProgress
(
GWEN_DIALOG
*dlg,
GWEN_PROGRESS_DATA
*pd);
30
31
void
GWEN_DlgProgress_AddLogText
(
GWEN_DIALOG
*dlg,
32
GWEN_LOGGER_LEVEL
level,
33
const
char
*s);
34
35
void
GWEN_DlgProgress_Advanced
(
GWEN_DIALOG
*dlg,
GWEN_PROGRESS_DATA
*pd);
36
void
GWEN_DlgProgress_TotalChanged
(
GWEN_DIALOG
*dlg,
GWEN_PROGRESS_DATA
*pd);
37
38
void
GWEN_DlgProgress_SetAllowClose
(
GWEN_DIALOG
*dlg,
int
b);
39
40
void
GWEN_DlgProgress_SetStayOpen
(
GWEN_DIALOG
*dlg,
int
b);
41
int
GWEN_DlgProgress_GetStayOpen
(
const
GWEN_DIALOG
*dlg);
42
43
void
GWEN_DlgProgress_SetShowLog
(
GWEN_DIALOG
*dlg,
int
b);
44
45
46
#endif
47
48
49
Generated on Wed Aug 21 2013 18:32:09 for gwenhywfar by
1.8.4