#include <ApplicationModel.h>
|
| enum class | Settings { WIFI
, NETWORK
, NFC
, APP
} |
| enum class | Workflow {
CHANGE_PIN
, SELF_AUTHENTICATION
, AUTHENTICATION
, SMART
,
REMOTE_SERVICE
, NONE
} |
| enum class | NfcState { UNAVAILABLE
, DISABLED
, INACTIVE
, READY
} |
◆ NfcState
| Aufzählungswerte |
|---|
| UNAVAILABLE | |
| DISABLED | |
| INACTIVE | |
| READY | |
◆ Settings
| Aufzählungswerte |
|---|
| WIFI | |
| NETWORK | |
| NFC | |
| APP | |
◆ Workflow
| Aufzählungswerte |
|---|
| CHANGE_PIN | |
| SELF_AUTHENTICATION | |
| AUTHENTICATION | |
| SMART | |
| REMOTE_SERVICE | |
| NONE | |
◆ enableWifi()
| void ApplicationModel::enableWifi |
( |
| ) |
const |
◆ fireAppAboutToQuit
| void governikus::ApplicationModel::fireAppAboutToQuit |
( |
| ) |
|
|
signal |
◆ fireApplicationStateChanged
| void governikus::ApplicationModel::fireApplicationStateChanged |
( |
bool | pIsAppInForeground | ) |
|
|
signal |
◆ fireAvailableReaderChanged
| void governikus::ApplicationModel::fireAvailableReaderChanged |
( |
| ) |
|
|
signal |
◆ fireCurrentWorkflowChanged
| void governikus::ApplicationModel::fireCurrentWorkflowChanged |
( |
| ) |
|
|
signal |
◆ fireFeedbackChanged
| void governikus::ApplicationModel::fireFeedbackChanged |
( |
| ) |
|
|
signal |
◆ fireNfcStateChanged
| void governikus::ApplicationModel::fireNfcStateChanged |
( |
| ) |
|
|
signal |
◆ fireReaderPropertiesUpdated
| void governikus::ApplicationModel::fireReaderPropertiesUpdated |
( |
| ) |
|
|
signal |
◆ fireScreenReaderRunningChanged
| void governikus::ApplicationModel::fireScreenReaderRunningChanged |
( |
| ) |
|
|
signal |
◆ fireStoreUrlChanged
| void governikus::ApplicationModel::fireStoreUrlChanged |
( |
| ) |
|
|
signal |
◆ fireWifiEnabledChanged
| void governikus::ApplicationModel::fireWifiEnabledChanged |
( |
| ) |
|
|
signal |
◆ getAvailablePcscReader()
| qsizetype ApplicationModel::getAvailablePcscReader |
( |
| ) |
const |
|
nodiscard |
◆ getAvailableRemoteReader()
| qsizetype ApplicationModel::getAvailableRemoteReader |
( |
| ) |
const |
|
nodiscard |
◆ getCurrentWorkflow()
◆ getCustomConfigPath()
| QUrl ApplicationModel::getCustomConfigPath |
( |
| ) |
const |
|
nodiscard |
◆ getFeedback()
| QString ApplicationModel::getFeedback |
( |
| ) |
const |
|
nodiscard |
◆ getLicenseText()
| QStringList ApplicationModel::getLicenseText |
( |
| ) |
const |
|
nodiscard |
◆ getNfcState()
◆ getReleaseNotesUrl()
| QUrl ApplicationModel::getReleaseNotesUrl |
( |
| ) |
const |
|
nodiscard |
◆ getStoreUrl()
| QString ApplicationModel::getStoreUrl |
( |
| ) |
const |
|
nodiscard |
◆ isExtendedLengthApdusUnsupported()
| bool ApplicationModel::isExtendedLengthApdusUnsupported |
( |
| ) |
const |
|
nodiscard |
◆ isReaderTypeAvailable()
| bool ApplicationModel::isReaderTypeAvailable |
( |
ReaderManagerPluginType | pPluginType | ) |
const |
|
nodiscard |
◆ isScreenReaderRunning()
| bool ApplicationModel::isScreenReaderRunning |
( |
| ) |
const |
|
nodiscard |
◆ isSmartSupported()
| bool ApplicationModel::isSmartSupported |
( |
| ) |
const |
|
nodiscard |
◆ isWifiEnabled()
| bool ApplicationModel::isWifiEnabled |
( |
| ) |
const |
|
nodiscard |
◆ keepScreenOn()
| void ApplicationModel::keepScreenOn |
( |
bool | pActive | ) |
const |
◆ notifyScreenReaderChangedThreadSafe()
| void ApplicationModel::notifyScreenReaderChangedThreadSafe |
( |
| ) |
|
|
static |
◆ onShowNextFeedback
| void ApplicationModel::onShowNextFeedback |
( |
| ) |
|
|
slot |
◆ onTranslationChanged
| void ApplicationModel::onTranslationChanged |
( |
| ) |
|
|
slot |
◆ randomInt()
| int ApplicationModel::randomInt |
( |
int | pLowerBound, |
|
|
int | pUpperBound ) const |
|
nodiscard |
◆ resetContext()
| void ApplicationModel::resetContext |
( |
const QSharedPointer< WorkflowContext > & | pContext = QSharedPointer<WorkflowContext>() | ) |
|
◆ saveEmbeddedConfig()
| void ApplicationModel::saveEmbeddedConfig |
( |
const QUrl & | pFilename | ) |
const |
◆ setClipboardText()
| void ApplicationModel::setClipboardText |
( |
const QString & | pText | ) |
const |
◆ showAppStoreRatingDialog()
| void ApplicationModel::showAppStoreRatingDialog |
( |
| ) |
const |
◆ showFeedback()
| void ApplicationModel::showFeedback |
( |
const QString & | pMessage, |
|
|
bool | pReplaceExisting = false ) |
◆ showSettings()
| void ApplicationModel::showSettings |
( |
const Settings & | pAction | ) |
const |
◆ stripHtmlTags()
| QString ApplicationModel::stripHtmlTags |
( |
QString | pString | ) |
const |
|
nodiscard |
◆ ::test_ApplicationModel
| friend class ::test_ApplicationModel |
|
friend |
◆ ::test_UiPluginQml
| friend class ::test_UiPluginQml |
|
friend |
◆ availablePcscReader
| qint64 governikus::ApplicationModel::availablePcscReader |
|
read |
◆ availableRemoteReader
| qint64 governikus::ApplicationModel::availableRemoteReader |
|
read |
◆ currentWorkflow
| Workflow governikus::ApplicationModel::currentWorkflow |
|
read |
◆ customConfigPath
| QUrl governikus::ApplicationModel::customConfigPath |
|
read |
◆ extendedLengthApdusUnsupported
| bool governikus::ApplicationModel::extendedLengthApdusUnsupported |
|
read |
◆ feedback
| QString governikus::ApplicationModel::feedback |
|
read |
◆ feedbackTimeout
| int governikus::ApplicationModel::feedbackTimeout |
|
read |
◆ isScreenReaderRunning
| bool governikus::ApplicationModel::isScreenReaderRunning |
|
read |
◆ isSmartSupported
| bool governikus::ApplicationModel::isSmartSupported |
|
read |
◆ nfcState
| NfcState governikus::ApplicationModel::nfcState |
|
read |
◆ releaseNotesUrl
| QUrl governikus::ApplicationModel::releaseNotesUrl |
|
read |
◆ storeUrl
| QString governikus::ApplicationModel::storeUrl |
|
read |
◆ wifiEnabled
| bool governikus::ApplicationModel::wifiEnabled |
|
read |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: