15#include <QSharedPointer>
17#include <QtQml/qqmlregistration.h>
20class test_UiPluginQml;
27 :
public WorkflowModel
35 friend class ::test_UiPluginQml;
47 Q_INVOKABLE
void startWorkflow(
bool pRequestTransportPin,
bool pActivateUi = true,
bool pOnlyCheckPin = false);
Definition ChangePinContext.h:14
Definition ChangePinModel.h:29
QList< ReaderManagerPluginType > getSupportedReaderPluginTypes() const override
Definition ChangePinModel.cpp:45
void resetChangePinContext(const QSharedPointer< ChangePinContext > &pContext=QSharedPointer< ChangePinContext >())
Definition ChangePinModel.cpp:13
bool onlyCheckPin
Definition ChangePinModel.h:37
void fireStartWorkflow(const QSharedPointer< WorkflowRequest > &pRequest)
bool isOnlyCheckPin() const
Definition ChangePinModel.cpp:77
bool isRequestTransportPin() const
Definition ChangePinModel.cpp:67
QString getResultString() const override
Definition ChangePinModel.cpp:34
Q_INVOKABLE void startWorkflow(bool pRequestTransportPin, bool pActivateUi=true, bool pOnlyCheckPin=false)
Definition ChangePinModel.cpp:28
GAnimation getStatusCodeAnimation() const override
Definition ChangePinModel.cpp:56
bool requestTransportPin
Definition ChangePinModel.h:36
Definition SingletonCreator.h:22
Definition WorkflowRequest.h:26
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17