|
AusweisApp2
|
#include <SettingsModel.h>
Signale | |
| void | fireLanguageChanged () |
| void | fireAdvancedSettingsChanged () |
| void | fireDeveloperOptionsChanged () |
| void | fireDeviceNameChanged () |
| void | firePinPadModeChanged () |
| void | fireHistoryEnabledChanged () |
| void | fireScreenKeyboardChanged () |
| void | fireCanAllowedChanged () |
| void | fireStartupModuleChanged () |
| void | fireAutoStartChanged () |
| void | fireAutoCloseWindowAfterAuthenticationChanged () |
| void | fireAutoUpdateCheckChanged () |
| void | fireRemindUserToCloseChanged () |
| void | fireTransportPinReminderChanged () |
| void | fireAppUpdateDataChanged () |
| void | fireShowInAppNotificationsChanged () |
| void | fireUseCustomProxyChanged () |
Öffentliche Methoden | |
| QString | getLanguage () const |
| void | setLanguage (const QString &pLanguage) |
| bool | isAdvancedSettings () const |
| void | setAdvancedSettings (bool pEnabled) |
| bool | isDeveloperOptions () const |
| void | setDeveloperOptions (bool pEnabled) |
| bool | isDeveloperMode () const |
| void | setDeveloperMode (bool pEnabled) |
| bool | useSelfauthenticationTestUri () const |
| void | setUseSelfauthenticationTestUri (bool pUse) |
| QString | getServerName () const |
| void | setServerName (const QString &name) |
| Q_INVOKABLE void | removeTrustedCertificate (const QString &pFingerprint) |
| Q_INVOKABLE int | removeHistory (const QString &pPeriodToRemove) |
| Q_INVOKABLE int | removeEntireHistory () |
| bool | getPinPadMode () const |
| void | setPinPadMode (bool pPinPadMode) |
| bool | isHistoryEnabled () const |
| void | setHistoryEnabled (bool pEnabled) |
| bool | isUseScreenKeyboard () const |
| void | setUseScreenKeyboard (bool pUseScreenKeyboard) |
| bool | isVisualPrivacy () const |
| void | setVisualPrivacy (bool pVisualPrivacy) |
| bool | isShuffleScreenKeyboard () const |
| void | setShuffleScreenKeyboard (bool pShuffleScreenKeyboard) |
| bool | isEnableCanAllowed () const |
| void | setEnableCanAllowed (bool pEnableCanAllowed) |
| bool | isSkipRightsOnCanAllowed () const |
| void | setSkipRightsOnCanAllowed (bool pSkipRightsOnCanAllowed) |
| UiModule | getStartupModule () const |
| void | setStartupModule (UiModule pModule) |
| bool | isAutoStartAvailable () const |
| bool | isAutoStart () const |
| bool | autoStartIsSetByAdmin () const |
| void | setAutoStart (bool pEnabled) |
| bool | isAutoCloseWindowAfterAuthentication () const |
| void | setAutoCloseWindowAfterAuthentication (bool pEnabled) |
| bool | isAutoUpdateAvailable () const |
| bool | isAutoUpdateCheck () const |
| bool | autoUpdateCheckIsSetByAdmin () const |
| void | setAutoUpdateCheck (bool pAutoUpdateCheck) |
| bool | isRemindUserToClose () const |
| void | setRemindUserToClose (bool pRemindUser) |
| bool | isTransportPinReminder () const |
| void | setTransportPinReminder (bool pTransportPinReminder) |
| bool | isShowInAppNotifications () const |
| void | setShowInAppNotifications (bool pShowInAppNotifications) |
| QUrl | getCustomProxyUrl () const |
| bool | isCustomProxyAttributesPresent () const |
| bool | isUseCustomProxy () const |
| void | setUseCustomProxy (bool pUseCustomProxy) |
| Q_INVOKABLE bool | requestStoreFeedback () const |
| Q_INVOKABLE void | hideFutureStoreFeedbackDialogs () |
| Q_INVOKABLE bool | askForDeviceSurvey () const |
| Q_INVOKABLE void | setDeviceSurveyPending (bool pDeviceSurveyPending) |
| Q_INVOKABLE void | updateAppcast () |
| AppUpdateDataModel * | getAppUpdateData () const |
Propertys | |
| QString | language |
| bool | advancedSettings |
| bool | developerOptions |
| bool | developerMode |
| bool | showBetaTesting |
| bool | useSelfauthenticationTestUri |
| bool | pinPadMode |
| QString | serverName |
| bool | historyEnabled |
| bool | useScreenKeyboard |
| bool | visualPrivacy |
| bool | shuffleScreenKeyboard |
| bool | enableCanAllowed |
| bool | skipRightsOnCanAllowed |
| UiModule | startupModule |
| bool | autoStartAvailable |
| bool | autoStartApp |
| bool | autoStartSetByAdmin |
| bool | autoUpdateAvailable |
| bool | autoCloseWindowAfterAuthentication |
| bool | autoUpdateCheck |
| bool | autoUpdateCheckSetByAdmin |
| bool | remindUserToClose |
| bool | transportPinReminder |
| bool | showInAppNotifications |
| AppUpdateDataModel | appUpdateData |
| QUrl | customProxyUrl |
| bool | customProxyAttributesPresent |
| bool | useCustomProxy |
Freundbeziehungen | |
| class | Env |
| bool SettingsModel::askForDeviceSurvey | ( | ) | const |
| bool SettingsModel::autoStartIsSetByAdmin | ( | ) | const |
| bool SettingsModel::autoUpdateCheckIsSetByAdmin | ( | ) | const |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
| AppUpdateDataModel * SettingsModel::getAppUpdateData | ( | ) | const |
| QUrl SettingsModel::getCustomProxyUrl | ( | ) | const |
| QString SettingsModel::getLanguage | ( | ) | const |
| bool SettingsModel::getPinPadMode | ( | ) | const |
| QString SettingsModel::getServerName | ( | ) | const |
| UiModule SettingsModel::getStartupModule | ( | ) | const |
| void SettingsModel::hideFutureStoreFeedbackDialogs | ( | ) |
| bool SettingsModel::isAdvancedSettings | ( | ) | const |
| bool SettingsModel::isAutoCloseWindowAfterAuthentication | ( | ) | const |
| bool SettingsModel::isAutoStart | ( | ) | const |
| bool SettingsModel::isAutoStartAvailable | ( | ) | const |
| bool SettingsModel::isAutoUpdateAvailable | ( | ) | const |
| bool SettingsModel::isAutoUpdateCheck | ( | ) | const |
| bool SettingsModel::isCustomProxyAttributesPresent | ( | ) | const |
| bool SettingsModel::isDeveloperMode | ( | ) | const |
| bool SettingsModel::isDeveloperOptions | ( | ) | const |
| bool SettingsModel::isEnableCanAllowed | ( | ) | const |
| bool SettingsModel::isHistoryEnabled | ( | ) | const |
| bool SettingsModel::isRemindUserToClose | ( | ) | const |
| bool SettingsModel::isShowInAppNotifications | ( | ) | const |
| bool SettingsModel::isShuffleScreenKeyboard | ( | ) | const |
| bool SettingsModel::isSkipRightsOnCanAllowed | ( | ) | const |
| bool SettingsModel::isTransportPinReminder | ( | ) | const |
| bool SettingsModel::isUseCustomProxy | ( | ) | const |
| bool SettingsModel::isUseScreenKeyboard | ( | ) | const |
| bool SettingsModel::isVisualPrivacy | ( | ) | const |
| int SettingsModel::removeEntireHistory | ( | ) |
| int SettingsModel::removeHistory | ( | const QString & | pPeriodToRemove | ) |
| void SettingsModel::removeTrustedCertificate | ( | const QString & | pFingerprint | ) |
| bool SettingsModel::requestStoreFeedback | ( | ) | const |
| void SettingsModel::setAdvancedSettings | ( | bool | pEnabled | ) |
| void SettingsModel::setAutoCloseWindowAfterAuthentication | ( | bool | pEnabled | ) |
| void SettingsModel::setAutoStart | ( | bool | pEnabled | ) |
| void SettingsModel::setAutoUpdateCheck | ( | bool | pAutoUpdateCheck | ) |
| void SettingsModel::setDeveloperMode | ( | bool | pEnabled | ) |
| void SettingsModel::setDeveloperOptions | ( | bool | pEnabled | ) |
| void SettingsModel::setDeviceSurveyPending | ( | bool | pDeviceSurveyPending | ) |
| void SettingsModel::setEnableCanAllowed | ( | bool | pEnableCanAllowed | ) |
| void SettingsModel::setHistoryEnabled | ( | bool | pEnabled | ) |
| void SettingsModel::setLanguage | ( | const QString & | pLanguage | ) |
| void SettingsModel::setPinPadMode | ( | bool | pPinPadMode | ) |
| void SettingsModel::setRemindUserToClose | ( | bool | pRemindUser | ) |
| void SettingsModel::setServerName | ( | const QString & | name | ) |
| void SettingsModel::setShowInAppNotifications | ( | bool | pShowInAppNotifications | ) |
| void SettingsModel::setShuffleScreenKeyboard | ( | bool | pShuffleScreenKeyboard | ) |
| void SettingsModel::setSkipRightsOnCanAllowed | ( | bool | pSkipRightsOnCanAllowed | ) |
| void SettingsModel::setStartupModule | ( | UiModule | pModule | ) |
| void SettingsModel::setTransportPinReminder | ( | bool | pTransportPinReminder | ) |
| void SettingsModel::setUseCustomProxy | ( | bool | pUseCustomProxy | ) |
| void SettingsModel::setUseScreenKeyboard | ( | bool | pUseScreenKeyboard | ) |
| void SettingsModel::setUseSelfauthenticationTestUri | ( | bool | pUse | ) |
| void SettingsModel::setVisualPrivacy | ( | bool | pVisualPrivacy | ) |
| void SettingsModel::updateAppcast | ( | ) |
| bool governikus::SettingsModel::useSelfauthenticationTestUri | ( | ) | const |
|
friend |
|
readwrite |
|
read |
|
readwrite |
|
readwrite |
|
read |
|
read |
|
read |
|
readwrite |
|
read |
|
read |
|
read |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
| bool governikus::SettingsModel::showBetaTesting |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |