13 #include <QSharedPointer> 16 class test_WorkflowModel;
35 friend class ::test_WorkflowModel;
Q_INVOKABLE void continueWorkflow()
Definition: WorkflowModel.cpp:107
QString getCurrentState() const
Definition: WorkflowModel.cpp:58
Q_INVOKABLE bool isCancellationByUser() const
Definition: WorkflowModel.cpp:210
Q_INVOKABLE void cancelWorkflow()
Definition: WorkflowModel.cpp:122
void fireCurrentStateChanged(const QString &pState)
bool getNextWorkflowPending() const
Definition: WorkflowModel.cpp:152
bool error
Definition: WorkflowModel.h:27
Q_INVOKABLE void startWorkflow()
Definition: WorkflowModel.cpp:116
void fireReaderPlugInTypeChanged()
void fireIsBasicReaderChanged()
Q_INVOKABLE void cancelWorkflowToChangePin()
Definition: WorkflowModel.cpp:131
Q_INVOKABLE void sendResultMail() const
Definition: WorkflowModel.cpp:220
Q_INVOKABLE bool shouldSkipResultView() const
Definition: WorkflowModel.cpp:198
bool errorIsMasked
Definition: WorkflowModel.h:28
void resetContext(const QSharedPointer< WorkflowContext > &pContext=QSharedPointer< WorkflowContext >())
Definition: WorkflowModel.cpp:38
void fireReaderImageChanged()
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
ReaderManagerPlugInType getReaderPlugInType() const
Definition: WorkflowModel.cpp:82
bool hasNextWorkflowPending
Definition: WorkflowModel.h:32
bool isError() const
Definition: WorkflowModel.cpp:70
Definition: WorkflowContext.h:21
QString currentState
Definition: WorkflowModel.h:25
QString resultString
Definition: WorkflowModel.h:26
ReaderManagerPlugInType readerPlugInType
Definition: WorkflowModel.h:29
QString getReaderImage() const
Definition: WorkflowModel.cpp:158
Q_INVOKABLE bool selectedReaderHasCard() const
Definition: WorkflowModel.cpp:188
bool isMaskedError() const
Definition: WorkflowModel.cpp:76
void onReaderManagerSignal()
Definition: WorkflowModel.cpp:234
virtual QString getResultString() const
Definition: WorkflowModel.cpp:64
QString readerImage
Definition: WorkflowModel.h:31
void fireNextWorkflowPendingChanged()
Q_INVOKABLE void setInitialPluginType()
Definition: WorkflowModel.cpp:164
void setReaderPlugInType(ReaderManagerPlugInType pReaderPlugInType)
Definition: WorkflowModel.cpp:93
Definition: WorkflowModel.h:21