AusweisApp2
|
#include <AuthModel.h>
Signale | |
void | fireTransactionInfoChanged () |
void | fireProgressChanged () |
![]() | |
void | fireStartWorkflow () |
void | fireCurrentStateChanged (const QString &pState) |
void | fireResultChanged () |
void | fireReaderPlugInTypeChanged () |
void | fireIsBasicReaderChanged () |
void | fireReaderImageChanged () |
void | fireNextWorkflowPendingChanged () |
Öffentliche Methoden | |
void | resetContext (const QSharedPointer< AuthContext > &pContext=QSharedPointer< AuthContext >()) |
const QString & | getTransactionInfo () const |
int | getProgressValue () const |
const QString | getProgressMessage () const |
QString | getErrorHeader () const |
QString | getErrorText () const |
QString | getStatusCode () const |
Q_INVOKABLE void | setSkipRedirect (bool pSkipRedirect) |
![]() | |
WorkflowModel (QObject *pParent=nullptr) | |
virtual | ~WorkflowModel () |
void | resetContext (const QSharedPointer< WorkflowContext > &pContext=QSharedPointer< WorkflowContext >()) |
QString | getCurrentState () const |
virtual QString | getResultString () const |
bool | isError () const |
bool | isMaskedError () const |
ReaderManagerPlugInType | getReaderPlugInType () const |
void | setReaderPlugInType (ReaderManagerPlugInType pReaderPlugInType) |
bool | isBasicReader () |
bool | getNextWorkflowPending () const |
QString | getReaderImage () const |
Q_INVOKABLE void | startWorkflow () |
Q_INVOKABLE void | cancelWorkflow () |
Q_INVOKABLE void | cancelWorkflowToChangePin () |
Q_INVOKABLE void | continueWorkflow () |
Q_INVOKABLE void | setInitialPluginType () |
Q_INVOKABLE bool | selectedReaderHasCard () const |
Q_INVOKABLE bool | shouldSkipResultView () const |
Q_INVOKABLE bool | isCancellationByUser () const |
Q_INVOKABLE void | sendResultMail () const |
Geschützte Methoden | |
AuthModel () | |
~AuthModel () override=default | |
Geschützte, statische Methoden | |
static AuthModel & | getInstance () |
Propertys | |
QString | transactionInfo |
int | progressValue |
QString | progressMessage |
QString | errorHeader |
QString | errorText |
QString | statusCode |
![]() | |
QString | currentState |
QString | resultString |
bool | error |
bool | errorIsMasked |
ReaderManagerPlugInType | readerPlugInType |
bool | isBasicReader |
QString | readerImage |
bool | hasNextWorkflowPending |
Freundbeziehungen | |
class | Env |
Weitere Geerbte Elemente | |
![]() | |
void | onReaderManagerSignal () |
|
protected |
|
overrideprotecteddefault |
|
signal |
|
signal |
QString AuthModel::getErrorHeader | ( | ) | const |
QString AuthModel::getErrorText | ( | ) | const |
|
staticprotected |
const QString AuthModel::getProgressMessage | ( | ) | const |
int AuthModel::getProgressValue | ( | ) | const |
QString AuthModel::getStatusCode | ( | ) | const |
const QString & AuthModel::getTransactionInfo | ( | ) | const |
void AuthModel::resetContext | ( | const QSharedPointer< AuthContext > & | pContext = QSharedPointer<AuthContext>() | ) |
void AuthModel::setSkipRedirect | ( | bool | pSkipRedirect | ) |
|
friend |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |