aqbanking
5.0.31beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
dlg_selectbackend.h
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Wed Apr 14 2010
3
copyright : (C) 2010 by Martin Preuss
4
email : martin@aqbanking.de
5
6
***************************************************************************
7
* This file is part of the project "AqBanking". *
8
* Please see toplevel file COPYING of that project for license details. *
9
***************************************************************************/
10
11
#ifndef AQBANKING_DLG_SELECTBACKEND_H
12
#define AQBANKING_DLG_SELECTBACKEND_H
13
14
15
#include <
aqhbci/aqhbci.h
>
16
#include <
aqbanking/banking.h
>
17
#include <
aqbanking/provider.h
>
18
19
#include <gwenhywfar/dialog.h>
20
#include <gwenhywfar/db.h>
21
22
28
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
34
45
AQBANKING_API
AB_PROVIDER
*
AB_SelectBackend
(
AB_BANKING
*ab,
const
char
*initial,
const
char
*text);
46
47
48
49
AQBANKING_API
GWEN_DIALOG *
AB_SelectBackendDialog_new
(
AB_BANKING
*ab,
const
char
*text);
50
51
AQBANKING_API
const
char
*
AB_SelectBackendDialog_GetSelectedProvider
(
const
GWEN_DIALOG *dlg);
52
AQBANKING_API
void
AB_SelectBackendDialog_SetSelectedProvider
(GWEN_DIALOG *dlg,
const
char
*s);
53
54
55
56
#ifdef __cplusplus
57
}
58
#endif
59
60
61
65
#endif
66
Generated on Wed Aug 21 2013 19:09:14 for aqbanking by
1.8.4