aqbanking  5.0.24.0-git
dlg_selectbackend.h
Go to the documentation of this file.
00001 /***************************************************************************
00002  begin       : Wed Apr 14 2010
00003  copyright   : (C) 2010 by Martin Preuss
00004  email       : martin@aqbanking.de
00005 
00006  ***************************************************************************
00007  * This file is part of the project "AqBanking".                           *
00008  * Please see toplevel file COPYING of that project for license details.   *
00009  ***************************************************************************/
00010 
00011 #ifndef AQBANKING_DLG_SELECTBACKEND_H
00012 #define AQBANKING_DLG_SELECTBACKEND_H
00013 
00014 
00015 #include <aqhbci/aqhbci.h>
00016 #include <aqbanking/banking.h>
00017 #include <aqbanking/provider.h>
00018 
00019 #include <gwenhywfar/dialog.h>
00020 #include <gwenhywfar/db.h>
00021 
00022 
00028 
00029 
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif
00033 
00034 
00045 AQBANKING_API AB_PROVIDER *AB_SelectBackend(AB_BANKING *ab, const char *initial, const char *text);
00046 
00047 
00048 
00049 AQBANKING_API GWEN_DIALOG *AB_SelectBackendDialog_new(AB_BANKING *ab, const char *text);
00050 
00051 AQBANKING_API const char *AB_SelectBackendDialog_GetSelectedProvider(const GWEN_DIALOG *dlg);
00052 AQBANKING_API void AB_SelectBackendDialog_SetSelectedProvider(GWEN_DIALOG *dlg, const char *s);
00053 
00054 
00055 
00056 #ifdef __cplusplus
00057 }
00058 #endif
00059 
00060 
00061 
00065 #endif
00066