14 #include <QSharedPointer>
39 QSharedPointer<WorkflowContext> mContext;
45 CardReturnCode getInputErrorCode()
const;
48 void onCardConnectionChanged();
57 void resetContext(
const QSharedPointer<WorkflowContext>& pContext = QSharedPointer<WorkflowContext>());
63 void setCan(
const QString& pCan);
66 void setPin(
const QString& pPin);
72 void setPuk(
const QString& pPuk);
85 void onReaderInfoChanged(
const ReaderInfo& pInfo);
Definition: NumberModel.h:21
QString pin
Definition: NumberModel.h:27
int retryCounter
Definition: NumberModel.h:33
QString can
Definition: NumberModel.h:26
QString newPin
Definition: NumberModel.h:28
bool pinDeactivated
Definition: NumberModel.h:34
void setCan(const QString &pCan)
Definition: NumberModel.cpp:111
void setNewPin(const QString &pNewPin)
Definition: NumberModel.cpp:143
bool requestTransportPin
Definition: NumberModel.h:36
void fireRequestTransportPinChanged()
void resetContext(const QSharedPointer< WorkflowContext > &pContext=QSharedPointer< WorkflowContext >())
Definition: NumberModel.cpp:28
QmlPasswordType getPasswordType() const
Definition: NumberModel.cpp:64
QString getNewPin() const
Definition: NumberModel.cpp:135
QString puk
Definition: NumberModel.h:29
bool hasPasswordError
Definition: NumberModel.h:31
void fireReaderInfoChanged()
void setPuk(const QString &pPuk)
Definition: NumberModel.cpp:168
QString getInputError() const
Definition: NumberModel.cpp:203
bool hasError
Definition: NumberModel.h:30
bool isRequestTransportPin() const
Definition: NumberModel.cpp:325
QmlPasswordType
Definition: NumberModel.h:52
void setPin(const QString &pPin)
Definition: NumberModel.cpp:126
void firePasswordTypeChanged()
QString getPin() const
Definition: NumberModel.cpp:120
QString inputError
Definition: NumberModel.h:32
QString getPuk() const
Definition: NumberModel.cpp:162
bool isPinDeactivated() const
Definition: NumberModel.cpp:305
QmlPasswordType passwordType
Definition: NumberModel.h:25
bool isCanAllowedMode
Definition: NumberModel.h:35
int getRetryCounter() const
Definition: NumberModel.cpp:292
void fireInputErrorChanged()
Q_INVOKABLE void requestNewPin()
Definition: NumberModel.cpp:95
QString getCan() const
Definition: NumberModel.cpp:105
void fireCanAllowedModeChanged()
Definition: ReaderInfo.h:17
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15