|
AusweisApp2
|
#include <AuthModel.h>
Öffentliche Slots | |
| void | onDidAuthenticateEac1Changed () |
Signale | |
| void | fireTransactionInfoChanged () |
Signale geerbt von governikus::WorkflowModel | |
| void | fireStartWorkflow () |
| void | fireCurrentStateChanged (const QString &pState) |
| void | fireResultChanged () |
| void | fireReaderPlugInTypeChanged () |
| void | fireIsBasicReaderChanged () |
Öffentliche Methoden | |
| AuthModel (QObject *pParent=nullptr) | |
| virtual | ~AuthModel () override |
| void | resetContext (const QSharedPointer< AuthContext > &pContext=QSharedPointer< AuthContext >()) |
| const QString & | getTransactionInfo () const |
Öffentliche Methoden geerbt von governikus::WorkflowModel | |
| WorkflowModel (QObject *pParent=nullptr) | |
| virtual | ~WorkflowModel () |
| void | resetContext (const QSharedPointer< WorkflowContext > &pContext=QSharedPointer< WorkflowContext >()) |
| QString | getCurrentState () const |
| virtual QString | getResultString () const |
| bool | isError () const |
| QString | getReaderPlugInType () const |
| void | setReaderPlugInType (const QString &pReaderPlugInType) |
| bool | isBasicReader () |
| Q_INVOKABLE void | startWorkflow () |
| Q_INVOKABLE void | cancelWorkflow () |
| Q_INVOKABLE void | cancelWorkflowOnPinBlocked () |
| Q_INVOKABLE void | continueWorkflow () |
| Q_INVOKABLE void | setInitialPluginType () |
Propertys | |
| QString | transactionInfo |
| QSharedPointer< AuthContext > | mContext |
| QString | mTransactionInfo |
Propertys geerbt von governikus::WorkflowModel | |
| QString | currentState |
| QString | resultString |
| bool | error |
| QString | readerPlugInType |
| bool | isBasicReader |
| AuthModel::AuthModel | ( | QObject * | pParent = nullptr | ) |
|
overridevirtual |
|
signal |
| const QString & AuthModel::getTransactionInfo | ( | ) | const |
|
slot |
| void AuthModel::resetContext | ( | const QSharedPointer< AuthContext > & | pContext = QSharedPointer<AuthContext>() | ) |
| QSharedPointer<AuthContext> governikus::AuthModel::mContext |
| QString governikus::AuthModel::mTransactionInfo |
|
read |