#include <GeneralSettings.h>
◆ ~GeneralSettings()
GeneralSettings::~GeneralSettings |
( |
| ) |
|
|
overridevirtual |
◆ askForDeviceSurvey()
bool GeneralSettings::askForDeviceSurvey |
( |
| ) |
const |
◆ askForStoreFeedback()
bool GeneralSettings::askForStoreFeedback |
( |
| ) |
const |
◆ autoStartIsSetByAdmin()
bool GeneralSettings::autoStartIsSetByAdmin |
( |
| ) |
const |
◆ autoUpdateCheckIsSetByAdmin()
bool GeneralSettings::autoUpdateCheckIsSetByAdmin |
( |
| ) |
const |
◆ customProxyAttributesPresent()
bool GeneralSettings::customProxyAttributesPresent |
( |
| ) |
const |
◆ fireDeveloperOptionsChanged
void governikus::GeneralSettings::fireDeveloperOptionsChanged |
( |
| ) |
|
|
signal |
◆ fireLanguageChanged
void governikus::GeneralSettings::fireLanguageChanged |
( |
| ) |
|
|
signal |
◆ fireProxyChanged
void governikus::GeneralSettings::fireProxyChanged |
( |
| ) |
|
|
signal |
◆ fireShowInAppNotificationsChanged
void governikus::GeneralSettings::fireShowInAppNotificationsChanged |
( |
| ) |
|
|
signal |
◆ getCustomProxyHost()
QString GeneralSettings::getCustomProxyHost |
( |
| ) |
const |
◆ getCustomProxyPort()
quint16 GeneralSettings::getCustomProxyPort |
( |
| ) |
const |
◆ getCustomProxyType()
QNetworkProxy::ProxyType GeneralSettings::getCustomProxyType |
( |
| ) |
const |
◆ getLanguage()
QLocale::Language GeneralSettings::getLanguage |
( |
| ) |
const |
◆ getLastReaderPluginType()
QString GeneralSettings::getLastReaderPluginType |
( |
| ) |
const |
◆ getPersistentSettingsVersion()
const QString GeneralSettings::getPersistentSettingsVersion |
( |
| ) |
const |
◆ getScreenOrientation()
QString GeneralSettings::getScreenOrientation |
( |
| ) |
const |
◆ getSelectedUi()
QString GeneralSettings::getSelectedUi |
( |
| ) |
const |
◆ getSkipVersion()
QString GeneralSettings::getSkipVersion |
( |
| ) |
|
◆ isAutoCloseWindowAfterAuthentication()
bool GeneralSettings::isAutoCloseWindowAfterAuthentication |
( |
| ) |
const |
◆ isAutoStart()
bool GeneralSettings::isAutoStart |
( |
| ) |
const |
◆ isAutoStartAvailable()
bool GeneralSettings::isAutoStartAvailable |
( |
| ) |
const |
◆ isAutoUpdateAvailable()
bool GeneralSettings::isAutoUpdateAvailable |
( |
| ) |
const |
◆ isAutoUpdateCheck()
bool GeneralSettings::isAutoUpdateCheck |
( |
| ) |
const |
◆ isCustomProxyHost()
bool GeneralSettings::isCustomProxyHost |
( |
| ) |
const |
◆ isCustomProxyPort()
bool GeneralSettings::isCustomProxyPort |
( |
| ) |
const |
◆ isCustomProxyType()
bool GeneralSettings::isCustomProxyType |
( |
| ) |
const |
◆ isDeveloperMode()
bool GeneralSettings::isDeveloperMode |
( |
| ) |
const |
◆ isDeveloperOptions()
bool GeneralSettings::isDeveloperOptions |
( |
| ) |
const |
◆ isDeviceSurveyPending()
bool GeneralSettings::isDeviceSurveyPending |
( |
| ) |
const |
◆ isEnableCanAllowed()
bool GeneralSettings::isEnableCanAllowed |
( |
| ) |
const |
◆ isRemindUserToClose()
bool GeneralSettings::isRemindUserToClose |
( |
| ) |
const |
◆ isRequestStoreFeedback()
bool GeneralSettings::isRequestStoreFeedback |
( |
| ) |
const |
◆ isShowInAppNotifications()
bool GeneralSettings::isShowInAppNotifications |
( |
| ) |
const |
◆ isShowNewUiHint()
bool GeneralSettings::isShowNewUiHint |
( |
| ) |
const |
◆ isShowSetupAssistant()
bool GeneralSettings::isShowSetupAssistant |
( |
| ) |
const |
◆ isShuffleScreenKeyboard()
bool GeneralSettings::isShuffleScreenKeyboard |
( |
| ) |
const |
◆ isSkipRightsOnCanAllowed()
bool GeneralSettings::isSkipRightsOnCanAllowed |
( |
| ) |
const |
◆ isTransportPinReminder()
bool GeneralSettings::isTransportPinReminder |
( |
| ) |
const |
◆ isUseScreenKeyboard()
bool GeneralSettings::isUseScreenKeyboard |
( |
| ) |
const |
◆ isVisualPrivacy()
bool GeneralSettings::isVisualPrivacy |
( |
| ) |
const |
◆ save()
void GeneralSettings::save |
( |
| ) |
|
|
overridevirtual |
◆ setAutoCloseWindowAfterAuthentication()
void GeneralSettings::setAutoCloseWindowAfterAuthentication |
( |
bool |
pAutoClose | ) |
|
◆ setAutoStart()
void GeneralSettings::setAutoStart |
( |
bool |
pAutoStart | ) |
|
◆ setAutoUpdateCheck()
void GeneralSettings::setAutoUpdateCheck |
( |
bool |
pAutoUpdateCheck | ) |
|
◆ setDeveloperMode()
void GeneralSettings::setDeveloperMode |
( |
bool |
pEnabled | ) |
|
◆ setDeveloperOptions()
void GeneralSettings::setDeveloperOptions |
( |
bool |
pEnabled | ) |
|
◆ setDeviceSurveyPending()
void GeneralSettings::setDeviceSurveyPending |
( |
bool |
pDeviceSurveyPending | ) |
|
◆ setEnableCanAllowed()
void GeneralSettings::setEnableCanAllowed |
( |
bool |
pEnableCanAllowed | ) |
|
◆ setLanguage()
void GeneralSettings::setLanguage |
( |
const QLocale::Language |
pLanguage | ) |
|
◆ setLastReaderPluginType()
void GeneralSettings::setLastReaderPluginType |
( |
const QString & |
pLastReaderPluginType | ) |
|
◆ setRemindUserToClose()
void GeneralSettings::setRemindUserToClose |
( |
bool |
pRemindUser | ) |
|
◆ setRequestStoreFeedback()
void GeneralSettings::setRequestStoreFeedback |
( |
bool |
pRequest | ) |
|
◆ setScreenOrientation()
void GeneralSettings::setScreenOrientation |
( |
const QString & |
pScreenOrientation | ) |
|
◆ setSelectedUi()
void GeneralSettings::setSelectedUi |
( |
const QString & |
pSelectedUi | ) |
|
◆ setShowInAppNotifications()
void GeneralSettings::setShowInAppNotifications |
( |
bool |
pShowInAppNotifications | ) |
|
◆ setShowNewUiHint()
void GeneralSettings::setShowNewUiHint |
( |
bool |
pShowNewUiHint | ) |
|
◆ setShowSetupAssistant()
void GeneralSettings::setShowSetupAssistant |
( |
bool |
pShowSetupAssistant | ) |
|
◆ setShuffleScreenKeyboard()
void GeneralSettings::setShuffleScreenKeyboard |
( |
bool |
pShuffleScreenKeyboard | ) |
|
◆ setSkipRightsOnCanAllowed()
void GeneralSettings::setSkipRightsOnCanAllowed |
( |
bool |
pSkipRightsOnCanAllowed | ) |
|
◆ setTransportPinReminder()
void GeneralSettings::setTransportPinReminder |
( |
bool |
pTransportPinReminder | ) |
|
◆ setUseCustomProxy()
void GeneralSettings::setUseCustomProxy |
( |
bool |
pUseCustomProxy | ) |
|
◆ setUseScreenKeyboard()
void GeneralSettings::setUseScreenKeyboard |
( |
bool |
pUseScreenKeyboard | ) |
|
◆ setUseSelfauthenticationTestUri()
void GeneralSettings::setUseSelfauthenticationTestUri |
( |
bool |
pUse | ) |
|
◆ setVisualPrivacy()
void GeneralSettings::setVisualPrivacy |
( |
bool |
pVisualPrivacy | ) |
|
◆ skipVersion()
void GeneralSettings::skipVersion |
( |
const QString & |
pVersion | ) |
|
◆ useCustomProxy()
bool GeneralSettings::useCustomProxy |
( |
| ) |
const |
◆ useSelfAuthTestUri()
bool GeneralSettings::useSelfAuthTestUri |
( |
| ) |
const |
◆ AppSettings
◆ operator==
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: