18#include <QSharedPointer>
22class test_UIPlugInQml;
33 friend class ::test_UIPlugInQml;
37 QSharedPointer<ChangePinContext> mContext;
42 void resetChangePinContext(
const QSharedPointer<ChangePinContext>& pContext = QSharedPointer<ChangePinContext>());
44 Q_INVOKABLE
void startWorkflow(
bool pRequestTransportPin,
bool pActivateUi =
true);
50 void onPaceResultUpdated();
Definition ChangePinModel.h:30
void resetChangePinContext(const QSharedPointer< ChangePinContext > &pContext=QSharedPointer< ChangePinContext >())
Definition ChangePinModel.cpp:12
void fireStartWorkflow(const QSharedPointer< WorkflowRequest > &pRequest)
Q_INVOKABLE void startWorkflow(bool pRequestTransportPin, bool pActivateUi=true)
Definition ChangePinModel.cpp:28
QVector< ReaderManagerPlugInType > getSupportedReaderPlugInTypes() const override
Definition ChangePinModel.cpp:45
bool isRequestTransportPin() const
Definition ChangePinModel.cpp:56
QString getResultString() const override
Definition ChangePinModel.cpp:34
bool requestTransportPin
Definition ChangePinModel.h:34
Definition WorkflowModel.h:26
void fireWorkflowStarted()
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16