AusweisApp
|
#include <SettingsModel.h>
Öffentliche Typen | |
enum class | ModeOption { ON , OFF , AUTO } |
Öffentliche Slots | |
void | onTranslationChanged () |
Signale | |
void | fireLanguageChanged () |
void | fireAdvancedSettingsChanged () |
void | fireDeveloperOptionsChanged () |
void | fireSimulatorChanged () |
void | fireDeviceNameChanged () |
void | firePinPadModeChanged () |
void | fireShowAccessRightsChanged () |
void | fireScreenKeyboardChanged () |
void | fireCanAllowedChanged () |
void | fireStartupModuleChanged () |
void | fireAutoStartChanged () |
void | fireAutoCloseWindowAfterAuthenticationChanged () |
void | fireAutoRedirectAfterAuthenticationChanged () |
void | fireAutoUpdateCheckChanged () |
void | fireRemindUserToCloseChanged () |
void | fireTransportPinReminderChanged () |
void | fireAppUpdateDataChanged () |
void | fireShowInAppNotificationsChanged () |
void | fireUseCustomProxyChanged () |
void | fireUseSystemFontChanged () |
void | fireUseAnimationsChanged () |
void | fireDarkModeChanged () |
void | fireShowTrayIconChanged () |
Öffentliche Methoden | |
QString | getLanguage () const |
void | setLanguage (const QString &pLanguage) const |
bool | isAdvancedSettings () const |
void | setAdvancedSettings (bool pEnabled) |
bool | isDeveloperOptions () const |
void | setDeveloperOptions (bool pEnabled) const |
bool | isDeveloperMode () const |
void | setDeveloperMode (bool pEnabled) const |
bool | useSelfauthenticationTestUri () const |
void | setUseSelfauthenticationTestUri (bool pUse) const |
QString | getDeviceName () const |
void | setDeviceName (const QString &name) |
Q_INVOKABLE void | removeTrustedCertificate (const QString &pFingerprint) const |
bool | getPinPadMode () const |
void | setPinPadMode (bool pPinPadMode) |
bool | getShowAccessRights () const |
void | setShowAccessRights (bool pShowAccessRights) |
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) |
bool | isSimulatorEnabled () const |
void | setSimulatorEnabled (bool pEnabled) const |
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 | isAutoRedirectAfterAuthentication () const |
void | setAutoRedirectAfterAuthentication (bool pEnabled) |
bool | isAutoUpdateAvailable () const |
bool | isAutoUpdateCheck () const |
bool | autoUpdateCheckIsSetByAdmin () const |
void | setAutoUpdateCheck (bool pAutoUpdateCheck) |
bool | showTrayIcon () const |
bool | isRemindUserToClose () const |
void | setRemindUserToClose (bool pRemindUser) |
bool | isTransportPinReminder () const |
void | setTransportPinReminder (bool pTransportPinReminder) |
bool | isShowInAppNotifications () const |
void | setShowInAppNotifications (bool pShowInAppNotifications) const |
QUrl | getCustomProxyUrl () const |
bool | isCustomProxyAttributesPresent () const |
bool | isUseCustomProxy () const |
void | setUseCustomProxy (bool pUseCustomProxy) const |
bool | isUseSystemFont () const |
void | setUseSystemFont (bool pUseSystemFont) const |
bool | isUseAnimations () const |
void | setUseAnimations (bool pUseAnimations) const |
ModeOption | getDarkMode () const |
void | setDarkMode (ModeOption pMode) |
Q_INVOKABLE bool | requestStoreFeedback () const |
Q_INVOKABLE void | hideFutureStoreFeedbackDialogs () const |
Q_INVOKABLE void | updateAppcast () const |
AppUpdateDataModel * | getAppUpdateData () const |
Q_INVOKABLE void | resetHideableDialogs () const |
Propertys | |
QString | language |
bool | advancedSettings |
bool | developerOptions |
bool | developerMode |
bool | showBetaTesting |
bool | useSelfauthenticationTestUri |
bool | pinPadMode |
bool | showAccessRights |
QString | deviceName |
bool | visualPrivacy |
bool | shuffleScreenKeyboard |
bool | enableCanAllowed |
bool | skipRightsOnCanAllowed |
bool | enableSimulator |
governikus::EnumUiModule::UiModule | startupModule |
bool | autoStartAvailable |
bool | autoStartApp |
bool | showTrayIcon |
bool | autoStartSetByAdmin |
bool | autoUpdateAvailable |
bool | autoCloseWindowAfterAuthentication |
bool | autoRedirectAfterAuthentication |
bool | autoUpdateCheck |
bool | autoUpdateCheckSetByAdmin |
bool | remindUserToClose |
bool | transportPinReminder |
bool | showInAppNotifications |
governikus::AppUpdateDataModel * | appUpdateData |
QUrl | customProxyUrl |
bool | customProxyAttributesPresent |
bool | useCustomProxy |
bool | useSystemFont |
bool | useAnimations |
ModeOption | userDarkMode |
Weitere Geerbte Elemente | |
![]() | |
static SettingsModel * | create (const QQmlEngine *, const QJSEngine *) |
|
strong |
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 |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
AppUpdateDataModel * SettingsModel::getAppUpdateData | ( | ) | const |
QUrl SettingsModel::getCustomProxyUrl | ( | ) | const |
SettingsModel::ModeOption SettingsModel::getDarkMode | ( | ) | const |
QString SettingsModel::getDeviceName | ( | ) | const |
QString SettingsModel::getLanguage | ( | ) | const |
bool SettingsModel::getPinPadMode | ( | ) | const |
bool SettingsModel::getShowAccessRights | ( | ) | const |
UiModule SettingsModel::getStartupModule | ( | ) | const |
void SettingsModel::hideFutureStoreFeedbackDialogs | ( | ) | const |
bool SettingsModel::isAdvancedSettings | ( | ) | const |
bool SettingsModel::isAutoCloseWindowAfterAuthentication | ( | ) | const |
bool SettingsModel::isAutoRedirectAfterAuthentication | ( | ) | 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::isRemindUserToClose | ( | ) | const |
bool SettingsModel::isShowInAppNotifications | ( | ) | const |
bool SettingsModel::isShuffleScreenKeyboard | ( | ) | const |
bool SettingsModel::isSimulatorEnabled | ( | ) | const |
bool SettingsModel::isSkipRightsOnCanAllowed | ( | ) | const |
bool SettingsModel::isTransportPinReminder | ( | ) | const |
bool SettingsModel::isUseAnimations | ( | ) | const |
bool SettingsModel::isUseCustomProxy | ( | ) | const |
bool SettingsModel::isUseSystemFont | ( | ) | const |
bool SettingsModel::isVisualPrivacy | ( | ) | const |
|
slot |
void SettingsModel::removeTrustedCertificate | ( | const QString & | pFingerprint | ) | const |
bool SettingsModel::requestStoreFeedback | ( | ) | const |
void SettingsModel::resetHideableDialogs | ( | ) | const |
void SettingsModel::setAdvancedSettings | ( | bool | pEnabled | ) |
void SettingsModel::setAutoCloseWindowAfterAuthentication | ( | bool | pEnabled | ) |
void SettingsModel::setAutoRedirectAfterAuthentication | ( | bool | pEnabled | ) |
void SettingsModel::setAutoStart | ( | bool | pEnabled | ) |
void SettingsModel::setAutoUpdateCheck | ( | bool | pAutoUpdateCheck | ) |
void SettingsModel::setDarkMode | ( | ModeOption | pMode | ) |
void SettingsModel::setDeveloperMode | ( | bool | pEnabled | ) | const |
void SettingsModel::setDeveloperOptions | ( | bool | pEnabled | ) | const |
void SettingsModel::setDeviceName | ( | const QString & | name | ) |
void SettingsModel::setEnableCanAllowed | ( | bool | pEnableCanAllowed | ) |
void SettingsModel::setLanguage | ( | const QString & | pLanguage | ) | const |
void SettingsModel::setPinPadMode | ( | bool | pPinPadMode | ) |
void SettingsModel::setRemindUserToClose | ( | bool | pRemindUser | ) |
void SettingsModel::setShowAccessRights | ( | bool | pShowAccessRights | ) |
void SettingsModel::setShowInAppNotifications | ( | bool | pShowInAppNotifications | ) | const |
void SettingsModel::setShuffleScreenKeyboard | ( | bool | pShuffleScreenKeyboard | ) |
void SettingsModel::setSimulatorEnabled | ( | bool | pEnabled | ) | const |
void SettingsModel::setSkipRightsOnCanAllowed | ( | bool | pSkipRightsOnCanAllowed | ) |
void SettingsModel::setStartupModule | ( | UiModule | pModule | ) |
void SettingsModel::setTransportPinReminder | ( | bool | pTransportPinReminder | ) |
void SettingsModel::setUseAnimations | ( | bool | pUseAnimations | ) | const |
void SettingsModel::setUseCustomProxy | ( | bool | pUseCustomProxy | ) | const |
void SettingsModel::setUseSelfauthenticationTestUri | ( | bool | pUse | ) | const |
void SettingsModel::setUseSystemFont | ( | bool | pUseSystemFont | ) | const |
void SettingsModel::setVisualPrivacy | ( | bool | pVisualPrivacy | ) |
bool SettingsModel::showTrayIcon | ( | ) | const |
void SettingsModel::updateAppcast | ( | ) | const |
bool SettingsModel::useSelfauthenticationTestUri | ( | ) | const |
|
readwrite |
|
read |
|
readwrite |
|
readwrite |
|
readwrite |
|
read |
|
read |
|
read |
|
readwrite |
|
read |
|
read |
|
read |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
bool governikus::SettingsModel::showBetaTesting |
|
readwrite |
|
read |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |