13#include <QSharedPointer>
15#include <QtQml/qqmlregistration.h>
17#if __has_include("SmartManager.h")
18 #define NO_SMART_CONST
20 #define NO_SMART_CONST const
40 friend class ::test_SmartModel;
68 void updatePinStatus();
#define NO_SMART_CONST
Definition SmartModel.h:20
Definition ReaderInfo.h:18
Definition SingletonCreator.h:22
Definition SmartModel.h:33
Q_INVOKABLE void deleteSmart() NO_SMART_CONST
Definition SmartModel.cpp:401
void fireErrorStringChanged()
int getProgress() const
Definition SmartModel.cpp:298
QString errorString
Definition SmartModel.h:43
void fireScanRunningChanged()
void fireDeletePersonalizationDone(bool pSuccess)
Q_INVOKABLE void updateSupportInfo() NO_SMART_CONST
Definition SmartModel.cpp:372
Q_INVOKABLE void deletePersonalization() NO_SMART_CONST
Definition SmartModel.cpp:389
void fireProgressChanged()
int progress
Definition SmartModel.h:44
State getState() const
Definition SmartModel.cpp:337
State
Definition SmartModel.h:49
MobileEidType getMobileEidType() const
Definition SmartModel.cpp:422
QString getErrorString() const
Definition SmartModel.cpp:348
void fireDeleteSmartDone()
bool isScanRunning
Definition SmartModel.h:45
void workflowFinished(QSharedPointer< WorkflowContext > pContext)
Definition SmartModel.cpp:354
state
Definition http_parser.cpp:280
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:112