AusweisApp2
|
#include <ChangePinModel.h>
Signale | |
void | fireNewContextSet () |
![]() | |
void | fireStartWorkflow () |
void | fireCurrentStateChanged (const QString &pState) |
void | fireResultChanged () |
void | fireReaderPlugInTypeChanged () |
void | fireIsBasicReaderChanged () |
Öffentliche Methoden | |
ChangePinModel (QObject *pParent=nullptr) | |
virtual | ~ChangePinModel () override |
void | resetContext (const QSharedPointer< ChangePinContext > &pContext=QSharedPointer< ChangePinContext >()) |
virtual QString | getResultString () const override |
![]() | |
WorkflowModel (QObject *pParent=nullptr) | |
virtual | ~WorkflowModel () |
void | resetContext (const QSharedPointer< WorkflowContext > &pContext=QSharedPointer< WorkflowContext >()) |
QString | getCurrentState () const |
bool | isError () const |
QString | getReaderPlugInType () const |
void | setReaderPlugInType (const QString &pReaderPlugInType) |
bool | isBasicReader () |
Q_INVOKABLE void | startWorkflow () |
Q_INVOKABLE void | cancelWorkflow () |
Q_INVOKABLE void | cancelWorkflowOnPinBlocked () |
Q_INVOKABLE void | continueWorkflow () |
Q_INVOKABLE void | setInitialPluginType () |
Weitere Geerbte Elemente | |
![]() | |
QString | currentState |
QString | resultString |
bool | error |
QString | readerPlugInType |
bool | isBasicReader |
ChangePinModel::ChangePinModel | ( | QObject * | pParent = nullptr | ) |
|
overridevirtual |
|
signal |
|
overridevirtual |
Erneute Implementation von governikus::WorkflowModel.
void ChangePinModel::resetContext | ( | const QSharedPointer< ChangePinContext > & | pContext = QSharedPointer<ChangePinContext>() | ) |