|
AusweisApp
|
#include <SelfAuthModel.h>
Öffentliche Typen | |
| enum | DataRoles { NAME = Qt::UserRole + 1 , VALUE } |
Signale | |
| void | fireStartWorkflow (const QSharedPointer< WorkflowRequest > &pRequest) |
| void | fireCancelWorkflow () |
Öffentliche Methoden | |
| void | resetContext (const QSharedPointer< SelfAuthContext > &pContext=QSharedPointer< SelfAuthContext >()) |
| Q_INVOKABLE void | startWorkflow (bool pActivateUi=true) |
| Q_INVOKABLE void | cancelWorkflow () |
| bool | isWorkflowCancelled () const |
| Q_INVOKABLE bool | isBasicReader () const |
| int | rowCount (const QModelIndex &=QModelIndex()) const override |
| QVariant | data (const QModelIndex &pIndex, int pRole=Qt::DisplayRole) const override |
| QHash< int, QByteArray > | roleNames () const override |
| bool | event (QEvent *pEvent) override |
Propertys | |
| bool | workflowCancelled |
Freundbeziehungen | |
| class | ::test_UiPluginQml |
Weitere Geerbte Elemente | |
Öffentliche, statische Methoden geerbt von governikus::SingletonCreator< SelfAuthModel > | |
| static SelfAuthModel * | create (const QQmlEngine *, const QJSEngine *) |
| void SelfAuthModel::cancelWorkflow | ( | ) |
|
override |
|
signal |
|
signal |
| bool SelfAuthModel::isBasicReader | ( | ) | const |
| bool SelfAuthModel::isWorkflowCancelled | ( | ) | const |
| void SelfAuthModel::resetContext | ( | const QSharedPointer< SelfAuthContext > & | pContext = QSharedPointer<SelfAuthContext>() | ) |
|
override |
|
override |
|
read |