AusweisApp2
|
#include <ChangePinModel.h>
Signale | |
void | fireStartWorkflow (bool pRequestTransportPin) |
void | fireNewContextSet () |
void | fireOnPinUnlocked () |
![]() | |
void | fireCurrentStateChanged (const QString &pState) |
void | fireResultChanged () |
void | fireReaderPlugInTypeChanged () |
void | fireIsBasicReaderChanged () |
void | fireReaderImageChanged () |
void | fireNextWorkflowPendingChanged () |
Öffentliche Methoden | |
void | resetChangePinContext (const QSharedPointer< ChangePinContext > &pContext=QSharedPointer< ChangePinContext >()) |
Q_INVOKABLE void | startWorkflow (bool pRequestTransportPin) |
QString | getResultString () const override |
![]() | |
WorkflowModel (QObject *pParent=nullptr) | |
~WorkflowModel () override | |
void | resetWorkflowContext (const QSharedPointer< WorkflowContext > &pContext=QSharedPointer< WorkflowContext >()) |
QString | getCurrentState () 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 |
Freundbeziehungen | |
class | Env |
Weitere Geerbte Elemente | |
![]() | |
void | onReaderManagerSignal () |
![]() | |
QString | currentState |
QString | resultString |
bool | error |
bool | errorIsMasked |
ReaderManagerPlugInType | readerPlugInType |
bool | isBasicReader |
QString | readerImage |
bool | hasNextWorkflowPending |
QString | statusHintText |
QString | statusHintActionText |
|
signal |
|
signal |
|
signal |
|
overridevirtual |
Erneute Implementation von governikus::WorkflowModel.
void ChangePinModel::resetChangePinContext | ( | const QSharedPointer< ChangePinContext > & | pContext = QSharedPointer<ChangePinContext>() | ) |
void ChangePinModel::startWorkflow | ( | bool | pRequestTransportPin | ) |
|
friend |