gwenhywfar 5.14.1
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
33 const char *s);
34
37
39
42
44
45
46#endif
47
48
49
struct GWEN_DIALOG GWEN_DIALOG
Definition dialog.h:54
void GWEN_DlgProgress_SetShowLog(GWEN_DIALOG *dlg, int b)
void GWEN_DlgProgress_SetStayOpen(GWEN_DIALOG *dlg, int b)
void GWEN_DlgProgress_SetSecondProgress(GWEN_DIALOG *dlg, GWEN_PROGRESS_DATA *pd)
void GWEN_DlgProgress_SetFirstProgress(GWEN_DIALOG *dlg, GWEN_PROGRESS_DATA *pd)
GWEN_DIALOG * GWEN_DlgProgress_new(void)
GWEN_PROGRESS_DATA * GWEN_DlgProgress_GetSecondProgress(const GWEN_DIALOG *dlg)
void GWEN_DlgProgress_SetAllowClose(GWEN_DIALOG *dlg, int b)
void GWEN_DlgProgress_Advanced(GWEN_DIALOG *dlg, GWEN_PROGRESS_DATA *pd)
void GWEN_DlgProgress_AddLogText(GWEN_DIALOG *dlg, GWEN_LOGGER_LEVEL level, const char *s)
void GWEN_DlgProgress_TotalChanged(GWEN_DIALOG *dlg, GWEN_PROGRESS_DATA *pd)
GWEN_PROGRESS_DATA * GWEN_DlgProgress_GetFirstProgress(const GWEN_DIALOG *dlg)
int GWEN_DlgProgress_GetStayOpen(const GWEN_DIALOG *dlg)
GWEN_LOGGER_LEVEL
Definition logger.h:61
struct GWEN_PROGRESS_DATA GWEN_PROGRESS_DATA