AusweisApp2
|
#include <AuthModel.h>
Signale | |
void | fireTransactionInfoChanged () |
void | fireProgressChanged () |
![]() | |
void | fireCurrentStateChanged (const QString &pState) |
void | fireResultChanged () |
void | fireReaderPlugInTypeChanged () |
void | fireIsBasicReaderChanged () |
void | fireReaderImageChanged () |
void | fireNextWorkflowPendingChanged () |
Öffentliche Methoden | |
void | resetAuthContext (const QSharedPointer< AuthContext > &pContext=QSharedPointer< AuthContext >()) |
const QString & | getTransactionInfo () const |
int | getProgressValue () const |
QString | getProgressMessage () const |
QString | getErrorHeader () const |
QString | getErrorText () const |
QString | getStatusCodeString () const |
Q_INVOKABLE void | requestTransportPinChange () |
![]() | |
WorkflowModel (QObject *pParent=nullptr) | |
~WorkflowModel () override | |
void | resetWorkflowContext (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 () const |
bool | getNextWorkflowPending () const |
GlobalStatus::Code | getStatusCode () const |
QString | getReaderImage () const |
QString | getStatusHintText () const |
QString | getStatusHintActionText () const |
Q_INVOKABLE bool | invokeStatusHintAction () |
Q_INVOKABLE void | cancelWorkflow () |
Q_INVOKABLE void | startScanIfNecessary () |
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 QString | getEmailHeader () const |
Q_INVOKABLE QString | getEmailBody (bool pPercentEncoding=false, bool pAddLogNotice=false) const |
Q_INVOKABLE void | sendResultMail () const |
Propertys | |
QString | transactionInfo |
int | progressValue |
QString | progressMessage |
QString | errorHeader |
QString | errorText |
QString | statusCodeString |
![]() | |
QString | currentState |
QString | resultString |
bool | error |
bool | errorIsMasked |
ReaderManagerPlugInType | readerPlugInType |
bool | isBasicReader |
QString | readerImage |
bool | hasNextWorkflowPending |
QString | statusHintText |
QString | statusHintActionText |
Freundbeziehungen | |
class | Env |
Weitere Geerbte Elemente | |
![]() | |
void | onReaderManagerSignal () |
|
signal |
|
signal |
QString AuthModel::getErrorHeader | ( | ) | const |
QString AuthModel::getErrorText | ( | ) | const |
QString AuthModel::getProgressMessage | ( | ) | const |
int AuthModel::getProgressValue | ( | ) | const |
QString AuthModel::getStatusCodeString | ( | ) | const |
const QString & AuthModel::getTransactionInfo | ( | ) | const |
void AuthModel::requestTransportPinChange | ( | ) |
void AuthModel::resetAuthContext | ( | const QSharedPointer< AuthContext > & | pContext = QSharedPointer<AuthContext>() | ) |
|
friend |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |