15#include <QAbstractListModel>
17#include <QSharedPointer>
21class test_UIPlugInQml;
30 :
public QAbstractListModel
34 friend class ::test_UIPlugInQml;
45 void onSelfAuthenticationDataChanged();
Definition SelfAuthModel.h:31
int rowCount(const QModelIndex &=QModelIndex()) const override
Definition SelfAuthModel.cpp:97
void resetContext(const QSharedPointer< SelfAuthContext > &pContext=QSharedPointer< SelfAuthContext >())
Definition SelfAuthModel.cpp:49
Q_INVOKABLE bool isBasicReader() const
Definition SelfAuthModel.cpp:86
DataRoles
Definition SelfAuthModel.h:49
@ VALUE
Definition SelfAuthModel.h:51
@ NAME
Definition SelfAuthModel.h:50
bool isWorkflowCancelled() const
Definition SelfAuthModel.cpp:76
Q_INVOKABLE void startWorkflow(bool pActivateUi=true)
Definition SelfAuthModel.cpp:61
void fireCancelWorkflow()
QHash< int, QByteArray > roleNames() const override
Definition SelfAuthModel.cpp:121
QVariant data(const QModelIndex &pIndex, int pRole=Qt::DisplayRole) const override
Definition SelfAuthModel.cpp:103
bool event(QEvent *pEvent) override
Definition SelfAuthModel.cpp:130
Q_INVOKABLE void cancelWorkflow()
Definition SelfAuthModel.cpp:67
bool workflowCancelled
Definition SelfAuthModel.h:36
void fireStartWorkflow(const QSharedPointer< WorkflowRequest > &pRequest)
QVector< QPair< QString, QString > > OrderedSelfData
Definition SelfAuthenticationData.h:63
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114