aqbanking
5.0.24.0-git
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
dlg_usertype_page_be.h
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Fri Jul 30 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 AB_DLG_USERTYPE_PAGE_BE_H
12
#define AB_DLG_USERTYPE_PAGE_BE_H
13
14
15
#include <
aqbanking/banking.h
>
16
17
#include <gwenhywfar/dialog.h>
18
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
24
32
AQBANKING_API
GWEN_DIALOG *
AB_UserTypePageDialog_new
(
AB_BANKING
*ab,
const
char
*dname);
33
34
AQBANKING_API
AB_BANKING
*
AB_UserTypePageDialog_GetBanking
(
const
GWEN_DIALOG *dlg);
35
36
AQBANKING_API
int
AB_UserTypePageDialog_GetSelectedType
(
const
GWEN_DIALOG *dlg);
37
AQBANKING_API
void
AB_UserTypePageDialog_SetSelectedType
(GWEN_DIALOG *dlg,
int
t);
38
39
40
#ifdef __cplusplus
41
}
42
#endif
43
44
45
46
#endif
47
Generated on Sun Jun 3 2012 18:45:32 for aqbanking by
1.8.1