#include <aqbanking/banking.h>
#include <gwenhywfar/dialog.h>
Go to the source code of this file.
◆ AB_UserTypePageDialog_GetBanking()
AB_BANKING* AB_UserTypePageDialog_GetBanking |
( |
const GWEN_DIALOG * |
dlg | ) |
|
◆ AB_UserTypePageDialog_GetSelectedType()
int AB_UserTypePageDialog_GetSelectedType |
( |
const GWEN_DIALOG * |
dlg | ) |
|
◆ AB_UserTypePageDialog_new()
GWEN_DIALOG* AB_UserTypePageDialog_new |
( |
AB_BANKING * |
ab, |
|
|
const char * |
dname |
|
) |
| |
This is the base class for a user setup type page. It is the page shown after the user selected a backend for which a new user is to be created. This page will then allow the user to choose the type of user setup. For HBCI there are many options (like PinTan, chipcard, keyfile etc). For others there might be only one option.
◆ AB_UserTypePageDialog_SetSelectedType()
void AB_UserTypePageDialog_SetSelectedType |
( |
GWEN_DIALOG * |
dlg, |
|
|
int |
t |
|
) |
| |