AusweisApp2
|
#include <PersonalizationModel.h>
Öffentliche Slots | |
void | onTranslationChanged () |
![]() | |
void | onReaderManagerSignal () |
Signale | |
void | fireStartWorkflow (const QSharedPointer< WorkflowRequest > &pRequest) |
void | fireBlockingCodeChanged () |
void | fireRemainingAttemptsChanged () |
void | fireRestrictionDateChanged () |
![]() | |
void | fireShowChangePinViewChanged () |
void | fireTransactionInfoChanged () |
void | fireProgressChanged () |
![]() | |
void | fireCurrentStateChanged (const QString &pState) |
void | fireResultChanged () |
void | fireReaderPlugInTypeChanged (bool pExplicitStart=false) |
void | fireSelectedReaderChanged () |
void | fireIsSmartCardAllowedChanged () |
void | fireReaderImageChanged () |
void | fireNextWorkflowPendingChanged () |
void | fireSupportedPlugInTypesChanged () |
void | fireRemoveCardFeedbackChanged () |
void | fireHasCardChanged () |
Öffentliche Methoden | |
Q_INVOKABLE void | startWorkflow () |
QString | getBlockingCode () const |
int | getRemainingAttempts () const |
QString | getRestrictionDate () const |
QVector< ReaderManagerPlugInType > | getSupportedReaderPlugInTypes () const override |
![]() | |
void | resetAuthContext (const QSharedPointer< AuthContext > &pContext=QSharedPointer< AuthContext >()) |
const QString & | getTransactionInfo () const |
int | getProgressValue () const |
QString | getProgressMessage () const |
bool | getShowChangePinView () const |
QString | getErrorHeader () const |
QString | getErrorText () const |
QString | getStatusCodeString () const |
Q_INVOKABLE void | cancelWorkflowToChangePin () |
![]() | |
WorkflowModel (QObject *pParent=nullptr) | |
~WorkflowModel () override=default | |
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 | isRemoteReader () const |
bool | hasCard () const |
bool | isSmartCardAllowed () const |
bool | isSmartSupported () const |
bool | getNextWorkflowPending () const |
GlobalStatus::Code | getStatusCode () const |
QString | getReaderImage () const |
QString | getStatusHintText () const |
QString | getStatusHintActionText () const |
Q_INVOKABLE bool | invokeStatusHintAction () |
bool | showRemoveCardFeedback () const |
void | setRemoveCardFeedback (bool pEnabled) |
Q_INVOKABLE void | insertSmartCard () |
Q_INVOKABLE void | insertSimulator () |
Q_INVOKABLE void | cancelWorkflow () |
Q_INVOKABLE void | startScanExplicitly () |
Q_INVOKABLE void | continueWorkflow () |
Q_INVOKABLE void | setInitialPluginType () |
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 | blockingCode |
int | remainingAttempts |
QString | restrictionDate |
![]() | |
QString | transactionInfo |
int | progressValue |
QString | progressMessage |
bool | showChangePinView |
QString | errorHeader |
QString | errorText |
QString | statusCodeString |
![]() | |
QString | currentState |
QString | resultString |
bool | error |
bool | errorIsMasked |
ReaderManagerPlugInType | readerPlugInType |
bool | isSmartSupported |
QVector< ReaderManagerPlugInType > | supportedPlugInTypes |
bool | isBasicReader |
bool | isRemoteReader |
bool | isSmartCardAllowed |
QString | readerImage |
bool | hasNextWorkflowPending |
QString | statusHintText |
QString | statusHintActionText |
bool | showRemoveCardFeedback |
bool | hasCard |
Freundbeziehungen | |
class | Env |
Weitere Geerbte Elemente | |
![]() | |
AuthModel () | |
~AuthModel () override=default | |
|
signal |
|
signal |
|
signal |
|
signal |
QString PersonalizationModel::getBlockingCode | ( | ) | const |
int PersonalizationModel::getRemainingAttempts | ( | ) | const |
QString PersonalizationModel::getRestrictionDate | ( | ) | const |
|
overridevirtual |
Erneute Implementation von governikus::WorkflowModel.
|
slot |
void PersonalizationModel::startWorkflow | ( | ) |
|
friend |
|
read |
|
read |
|
read |