11 #include <QSharedPointer>
16 class WorkflowContext;
37 void onCardConnectionChanged();
47 void setCan(const QString& pCan);
50 void setPin(const QString& pPin);
56 void setPuk(const QString& pPuk);
73 void onReaderInfoChanged(const QString& pReaderName);
76 void fireCanChanged();
int retryCounter
Definition: NumberModel.h:28
void fireInputErrorChanged()
void fireCanAllowedModeChanged()
QString getPuk() const
Definition: NumberModel.cpp:126
QString inputError
Definition: NumberModel.h:27
QString getInputError() const
Definition: NumberModel.cpp:149
void resetContext(const QSharedPointer< WorkflowContext > &pContext=QSharedPointer< WorkflowContext >())
Definition: NumberModel.cpp:32
void setPin(const QString &pPin)
Definition: NumberModel.cpp:93
void setCan(const QString &pCan)
Definition: NumberModel.cpp:78
bool extendedLengthApdusUnsupported
Definition: NumberModel.h:29
bool isCardConnected() const
Definition: NumberModel.cpp:238
int getRetryCounter() const
Definition: NumberModel.cpp:204
Definition: NumberModel.h:18
bool isExtendedLengthApdusUnsupported() const
Definition: NumberModel.cpp:217
void setPuk(const QString &pPuk)
Definition: NumberModel.cpp:133
void fireReaderInfoChanged()
Definition: WorkflowContext.h:19
QString getPin() const
Definition: NumberModel.cpp:87
QSharedPointer< WorkflowContext > mContext
Definition: NumberModel.h:34
Q_INVOKABLE void continueWorkflow()
Definition: NumberModel.cpp:63
void setNewPin(const QString &pNewPin)
Definition: NumberModel.cpp:110
QString newPin
Definition: NumberModel.h:24
QString puk
Definition: NumberModel.h:25
bool pinDeactivated
Definition: NumberModel.h:30
QString can
Definition: NumberModel.h:22
QString pin
Definition: NumberModel.h:23
bool isPinDeactivated() const
Definition: NumberModel.cpp:228
bool cardConnected
Definition: NumberModel.h:31
QString getNewPin() const
Definition: NumberModel.cpp:102
QString getCan() const
Definition: NumberModel.cpp:72