#include <string>
#include <openhbci/dllimport.h>
Go to the source code of this file.
Namespaces | |
namespace | HBCI |
Typedefs | |
typedef enum TransProgressType | TransProgressType |
typedef enum JobProgressType | JobProgressType |
typedef enum ActionProgressType | ActionProgressType |
typedef HBCI::ProgressMonitor | HBCI_ProgressMonitor |
Enumerations | |
enum | TransProgressType { TRANS_JOBQUEUE = 1 } |
enum | JobProgressType { JOB_OPENINGDIALOG = 1, JOB_CLOSINGDIALOG, JOB_OPENINGNETWORK, JOB_CLOSINGNETWORK, JOB_GET_BALANCE, JOB_GET_TRANS, JOB_NEW_TRANSFER, JOB_DEBIT_NOTE, JOB_GET_STO, JOB_NEW_STO, JOB_DELETE_STO, JOB_GET_ACCOUNTS, JOB_GET_SYSTEMID, JOB_GET_KEYS, JOB_SEND_KEYS, JOB_DISABLE_KEYS, JOB_CHANGE_KEYS, JOB_GET_STATUS } |
enum | ActionProgressType { ACT_SENDINGMESSAGE = 1, ACT_WAITRESPONSE, ACT_CREATEHBCIJOB, ACT_CONTACTINGSERVER, ACT_CHKRESULT, ACT_UPDATESYSTEM, ACT_CLOSECONNECTION } |
|
Expresses the type of action that invoked a call of ProgressMonitor::actionStarted. |
|
|
|
Expresses the type of Job that invoked a call of ProgressMonitor::jobStarted. |
|
Expresses the type of action that invoked a call of ProgressMonitor::transactionStarted. |
|
Expresses the type of action that invoked a call of ProgressMonitor::actionStarted.
|
|
|
Expresses the type of action that invoked a call of ProgressMonitor::transactionStarted. |