14 #include <QSharedPointer> 45 CardReturnCode getInputErrorCode() const;
48 void onCardConnectionChanged();
53 PASSWORD_PIN, PASSWORD_CAN, PASSWORD_PUK, PASSWORD_NEW_PIN, PASSWORD_REMOTE_PIN
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);
Q_INVOKABLE void requestNewPin()
Definition: NumberModel.cpp:95
bool hasPasswordError() const
int retryCounter
Definition: NumberModel.h:33
void fireInputErrorChanged()
QmlPasswordType getPasswordType() const
Definition: NumberModel.cpp:64
void fireCanAllowedModeChanged()
void fireRequestTransportPinChanged()
QString inputError
Definition: NumberModel.h:32
QString getNewPin() const
Definition: NumberModel.cpp:135
void resetContext(const QSharedPointer< WorkflowContext > &pContext=QSharedPointer< WorkflowContext >())
Definition: NumberModel.cpp:28
void setPin(const QString &pPin)
Definition: NumberModel.cpp:126
void setCan(const QString &pCan)
Definition: NumberModel.cpp:111
QString getPuk() const
Definition: NumberModel.cpp:162
Definition: ReaderInfo.h:16
QString getCan() const
Definition: NumberModel.cpp:105
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
Definition: NumberModel.h:19
QmlPasswordType
Definition: NumberModel.h:51
void setPuk(const QString &pPuk)
Definition: NumberModel.cpp:168
void fireReaderInfoChanged()
Definition: WorkflowContext.h:22
bool isRequestTransportPin() const
Definition: NumberModel.cpp:325
void setNewPin(const QString &pNewPin)
Definition: NumberModel.cpp:143
QString newPin
Definition: NumberModel.h:28
QString puk
Definition: NumberModel.h:29
bool isPinDeactivated() const
Definition: NumberModel.cpp:305
void firePasswordTypeChanged()
bool pinDeactivated
Definition: NumberModel.h:34
QString getInputError() const
Definition: NumberModel.cpp:203
int getRetryCounter() const
Definition: NumberModel.cpp:292
bool requestTransportPin
Definition: NumberModel.h:36
QString can
Definition: NumberModel.h:26
QString pin
Definition: NumberModel.h:27
QString getPin() const
Definition: NumberModel.cpp:120
QmlPasswordType passwordType
Definition: NumberModel.h:25
bool isCanAllowedMode() const