19#include <QSharedPointer>
21#include <QtQml/qqmlregistration.h>
24class test_UiPluginQml;
39 friend class ::test_UiPluginQml;
43 QSharedPointer<ChangePinContext> mContext;
48 void resetChangePinContext(
const QSharedPointer<ChangePinContext>& pContext = QSharedPointer<ChangePinContext>());
50 Q_INVOKABLE
void startWorkflow(
bool pRequestTransportPin,
bool pActivateUi =
true);
Definition ChangePinModel.h:33
QList< ReaderManagerPluginType > getSupportedReaderPluginTypes() const override
Definition ChangePinModel.cpp:45
void resetChangePinContext(const QSharedPointer< ChangePinContext > &pContext=QSharedPointer< ChangePinContext >())
Definition ChangePinModel.cpp:13
void fireStartWorkflow(const QSharedPointer< WorkflowRequest > &pRequest)
Q_INVOKABLE void startWorkflow(bool pRequestTransportPin, bool pActivateUi=true)
Definition ChangePinModel.cpp:28
bool isRequestTransportPin() const
Definition ChangePinModel.cpp:56
QString getResultString() const override
Definition ChangePinModel.cpp:34
bool requestTransportPin
Definition ChangePinModel.h:40
Definition SingletonCreator.h:22
Definition WorkflowModel.h:27
void fireWorkflowStarted()
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17