#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 | fireTrayIconEnabledChanged () |
void | firePreferredTechnologyChanged () |
Ö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) |
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 | getShowOnboarding () const |
void | setShowOnboarding (bool pShowOnboarding) |
bool | getOnboardingShown () const |
void | setOnboardingShown (bool pOnboardingShown) |
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 | isTrayIconEnabled () const |
void | setTrayIconEnabled (bool pTrayIconEnabled) |
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) const |
ReaderManagerPluginType | getPreferredTechnology () const |
void | setPreferredTechnology (ReaderManagerPluginType pTechnology) const |
Q_INVOKABLE bool | requestStoreFeedback () const |
Q_INVOKABLE void | hideFutureStoreFeedbackDialogs () const |
Q_INVOKABLE void | updateAppcast () const |
AppUpdateDataModel * | getAppUpdateData () const |
Q_INVOKABLE void | resetHideableDialogs () const |
bool | getShowBetaTesting () const |
void | setShowBetaTesting (bool pNewShowBetaTesting) |
QString | getAppendTransportPin () const |
void | setAppendTransportPin (const QString &pNumber) |
Weitere Geerbte Elemente | |
![]() | |
static SettingsModel * | create (const QQmlEngine *, const QJSEngine *) |
|
strong |
|
nodiscard |
|
nodiscard |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
ReaderManagerPluginType SettingsModel::getPreferredTechnology | ( | ) | const |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
void SettingsModel::hideFutureStoreFeedbackDialogs | ( | ) | const |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
bool SettingsModel::isUseAnimations | ( | ) | const |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
slot |
|
nodiscard |
void SettingsModel::resetHideableDialogs | ( | ) | const |
void SettingsModel::setAdvancedSettings | ( | bool | pEnabled | ) |
void SettingsModel::setAppendTransportPin | ( | const QString & | pNumber | ) |
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 | ) | const |
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::setOnboardingShown | ( | bool | pOnboardingShown | ) |
void SettingsModel::setPinPadMode | ( | bool | pPinPadMode | ) |
void SettingsModel::setPreferredTechnology | ( | ReaderManagerPluginType | pTechnology | ) | const |
void SettingsModel::setRemindUserToClose | ( | bool | pRemindUser | ) |
void SettingsModel::setShowAccessRights | ( | bool | pShowAccessRights | ) |
void SettingsModel::setShowBetaTesting | ( | bool | pNewShowBetaTesting | ) |
void SettingsModel::setShowInAppNotifications | ( | bool | pShowInAppNotifications | ) | const |
void SettingsModel::setShowOnboarding | ( | bool | pShowOnboarding | ) |
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::setTrayIconEnabled | ( | bool | pTrayIconEnabled | ) |
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 | ) |
void SettingsModel::updateAppcast | ( | ) | const |
|
nodiscard |
|
readwrite |
|
readwrite |
|
read |
|
readwrite |
|
readwrite |
|
readwrite |
|
read |
|
read |
|
read |
|
readwrite |
|
read |
|
read |
|
read |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |
|
readwrite |