|
AusweisApp
|
#include <ChangePinModel.h>
Signale | |
| void | fireStartWorkflow (const QSharedPointer< WorkflowRequest > &pRequest) |
Signale geerbt von governikus::WorkflowModel | |
| void | fireWorkflowStarted () |
| void | fireCurrentStateChanged (const QString &pState) |
| void | fireStateEntered (const QString &pState) |
| void | fireResultChanged () |
| void | fireReaderPluginTypeChanged (bool pExplicitStart=false) |
| void | fireSelectedReaderChanged () |
| void | fireIsCurrentSmartCardAllowedChanged () |
| void | fireReaderImageChanged () |
| void | fireNextWorkflowPendingChanged () |
| void | fireSupportedPluginTypesChanged () |
| void | fireRemoveCardFeedbackChanged () |
| void | fireHasCardChanged () |
| void | fireEidTypeMismatchErrorChanged () |
| void | fireShowUiRequest (UiModule pModule) |
| void | fireWorkflowFinished () |
| void | fireOnPinUnlocked () |
| void | fireOnPasswordUsed () |
| void | fireOnCanSuccess () |
| void | fireLastReturnCodeChanged () |
Öffentliche Methoden | |
| void | resetChangePinContext (const QSharedPointer< ChangePinContext > &pContext=QSharedPointer< ChangePinContext >()) |
| Q_INVOKABLE void | startWorkflow (bool pRequestTransportPin, bool pActivateUi=true) |
| QString | getResultString () const override |
| QList< ReaderManagerPluginType > | getSupportedReaderPluginTypes () const override |
| bool | isRequestTransportPin () const |
Öffentliche Methoden geerbt von governikus::WorkflowModel | |
| void | resetWorkflowContext (const QSharedPointer< WorkflowContext > &pContext=QSharedPointer< WorkflowContext >()) |
| QString | getCurrentState () const |
| virtual QString | getResultString () const |
| bool | isError () const |
| bool | isMaskedError () const |
| CardReturnCode | getLastReturnCode () const |
| ReaderManagerPluginType | getReaderPluginType () const |
| void | setReaderPluginType (ReaderManagerPluginType pReaderPluginType) |
| bool | isBasicReader () const |
| bool | isRemoteReader () const |
| bool | hasCard () const |
| bool | isCurrentSmartCardAllowed () const |
| virtual QList< ReaderManagerPluginType > | getSupportedReaderPluginTypes () const |
| bool | getNextWorkflowPending () const |
| GlobalStatus::Code | getStatusCode () const |
| QString | getStatusCodeImage () const |
| QString | getStatusHintText () const |
| QString | getStatusHintTitle () const |
| QString | getStatusHintActionText () const |
| Q_INVOKABLE bool | invokeStatusHintAction () |
| bool | showRemoveCardFeedback () const |
| void | setRemoveCardFeedback (bool pEnabled) |
| Q_INVOKABLE void | insertSmartCard () const |
| Q_INVOKABLE void | insertSimulator () const |
| 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 |
| QString | eidTypeMismatchError () const |
Propertys | |
| bool | requestTransportPin |
Propertys geerbt von governikus::WorkflowModel | |
| QString | currentState |
| QString | resultString |
| bool | error |
| bool | errorIsMasked |
| governikus::EnumReaderManagerPluginType::ReaderManagerPluginType | readerPluginType |
| QList< ReaderManagerPluginType > | supportedPluginTypes |
| bool | isBasicReader |
| bool | isRemoteReader |
| bool | isCurrentSmartCardAllowed |
| QString | eidTypeMismatchError |
| bool | hasNextWorkflowPending |
| QString | statusHintText |
| QString | statusHintTitle |
| QString | statusHintActionText |
| QString | statusCodeImage |
| bool | showRemoveCardFeedback |
| bool | hasCard |
| governikus::EnumCardReturnCode::CardReturnCode | lastReturnCode |
Freundbeziehungen | |
| class | ::test_UiPluginQml |
Weitere Geerbte Elemente | |
Öffentliche, statische Methoden geerbt von governikus::SingletonCreator< ChangePinModel > | |
| static ChangePinModel * | create (const QQmlEngine *, const QJSEngine *) |
Geschützte Methoden geerbt von governikus::WorkflowModel | |
| WorkflowModel () | |
| ~WorkflowModel () override=default | |
|
signal |
|
overridevirtual |
Erneute Implementation von governikus::WorkflowModel.
|
overridevirtual |
Erneute Implementation von governikus::WorkflowModel.
| bool ChangePinModel::isRequestTransportPin | ( | ) | const |
| void ChangePinModel::resetChangePinContext | ( | const QSharedPointer< ChangePinContext > & | pContext = QSharedPointer<ChangePinContext>() | ) |
| void ChangePinModel::startWorkflow | ( | bool | pRequestTransportPin, |
| bool | pActivateUi = true |
||
| ) |
|
friend |
|
read |