#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) |
KBanking::KBanking | ( | const char * | appname, | |
const char * | fname = 0 | |||
) |
virtual KBanking::~KBanking | ( | ) | [virtual] |
int KBanking::init | ( | ) |
See AB_Banking_Init
Reimplemented from QBanking.
int KBanking::fini | ( | ) |
See AB_Banking_Fini
Reimplemented from QBanking.
KBFlagStaff* KBanking::flagStaff | ( | ) | [virtual] |
Reimplemented from QBanking.
int KBanking::executeQueue | ( | AB_IMEXPORTER_CONTEXT * | ctx | ) | [virtual] |
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.
virtual bool KBanking::importContext | ( | AB_IMEXPORTER_CONTEXT * | ctx | ) | [virtual] |
virtual bool KBanking::importAccountInfo | ( | AB_IMEXPORTER_ACCOUNTINFO * | ai | ) | [virtual] |
virtual bool KBanking::importContext | ( | AB_IMEXPORTER_CONTEXT * | ctx, | |
GWEN_TYPE_UINT32 | flags | |||
) | [virtual] |
Let the application import a given statement context.
Reimplemented from QBanking.
virtual bool KBanking::importAccountInfo | ( | AB_IMEXPORTER_ACCOUNTINFO * | ai, | |
GWEN_TYPE_UINT32 | flags | |||
) | [virtual] |
Reimplemented from QBanking.