#include <kbanking.h>
Inheritance diagram for KBanking:
Definition at line 75 of file kbanking.h.
Public Member Functions | |
KBanking (const char *appname, const char *fname=0) | |
virtual | ~KBanking () |
int | init () |
int | fini () |
KBFlagStaff * | flagStaff () |
int | executeQueue (AB_IMEXPORTER_CONTEXT *ctx) |
virtual bool | importContext (AB_IMEXPORTER_CONTEXT *ctx) |
virtual bool | importAccountInfo (AB_IMEXPORTER_ACCOUNTINFO *ai) |
virtual bool | importContext (AB_IMEXPORTER_CONTEXT *ctx, GWEN_TYPE_UINT32 flags) |
virtual bool | importAccountInfo (AB_IMEXPORTER_ACCOUNTINFO *ai, GWEN_TYPE_UINT32 flags) |
|
|
|
|
|
This function sends all jobs in the queue to their corresponding backends and allows that backend to process it. If the user did not abort or there was no fatal error the queue is empty upon return. You can verify this by calling AB_Banking_GetEnqueuedJobs. Reimplemented from QBanking. |
|
See AB_Banking_Fini Reimplemented from QBanking. |
|
Reimplemented from QBanking. |
|
Reimplemented from QBanking. |
|
|
|
Let the application import a given statement context. Reimplemented from QBanking. |
|
|
|
See AB_Banking_Init Reimplemented from QBanking. |