|
AusweisApp2
|
#include <GeneralSettings.h>
Öffentliche Methoden | |
| virtual | ~GeneralSettings () override |
| virtual void | save () override |
| bool | isAutoStart () const |
| void | setAutoStart (bool pAutoStart) |
| const QString | getPersistentSettingsVersion () const |
| QString | getSkipVersion () |
| void | skipVersion (const QString &pVersion) |
| bool | isAutoCloseWindowAfterAuthentication () const |
| void | setAutoCloseWindowAfterAuthentication (bool pAutoClose) |
| bool | isShowSetupAssistant () const |
| void | setShowSetupAssistant (bool pShowSetupAssistant) |
| bool | isRemindUserToClose () const |
| void | setRemindUserToClose (bool pRemindUser) |
| bool | isTransportPinReminder () const |
| void | setTransportPinReminder (bool pTransportPinReminder) |
| bool | isDeveloperMode () const |
| void | setDeveloperMode (bool pEnabled) |
| bool | useSelfAuthTestUri () const |
| void | setUseSelfauthenticationTestUri (bool pUse) |
| QLocale::Language | getLanguage () const |
| void | setLanguage (const QLocale::Language pLanguage) |
| bool | isAutoUpdateCheck () const |
| void | setAutoUpdateCheck (bool pAutoUpdateCheck) |
| bool | isUseScreenKeyboard () const |
| void | setUseScreenKeyboard (bool pUseScreenKeyboard) |
| QString | getLastReaderPluginType () const |
| void | setLastReaderPluginType (const QString &pLastReaderPluginType) |
Öffentliche Methoden geerbt von governikus::AbstractSettings | |
| bool | appIsBackgroundService () const |
Freundbeziehungen | |
| class | AppSettings |
| class | ::test_GeneralSettings |
| bool | operator== (const GeneralSettings &pLeft, const GeneralSettings &pRight) |
Weitere Geerbte Elemente | |
Signale geerbt von governikus::AbstractSettings | |
| void | fireSettingsChanged () |
Öffentliche, statische Methoden geerbt von governikus::AbstractSettings | |
| static QSharedPointer< QSettings > | getStore () |
Statische öffentliche Attribute geerbt von governikus::AbstractSettings | |
| static QSharedPointer < QTemporaryDir > | mTestDir |
Geschützte Methoden geerbt von governikus::AbstractSettings | |
| AbstractSettings () | |
| virtual | ~AbstractSettings () |
|
overridevirtual |
| QLocale::Language GeneralSettings::getLanguage | ( | ) | const |
| QString GeneralSettings::getLastReaderPluginType | ( | ) | const |
| const QString GeneralSettings::getPersistentSettingsVersion | ( | ) | const |
| QString GeneralSettings::getSkipVersion | ( | ) |
| bool GeneralSettings::isAutoCloseWindowAfterAuthentication | ( | ) | const |
| bool GeneralSettings::isAutoStart | ( | ) | const |
| bool GeneralSettings::isAutoUpdateCheck | ( | ) | const |
| bool GeneralSettings::isDeveloperMode | ( | ) | const |
| bool GeneralSettings::isRemindUserToClose | ( | ) | const |
| bool GeneralSettings::isShowSetupAssistant | ( | ) | const |
| bool GeneralSettings::isTransportPinReminder | ( | ) | const |
| bool GeneralSettings::isUseScreenKeyboard | ( | ) | const |
|
overridevirtual |
Implementiert governikus::AbstractSettings.
| void GeneralSettings::setAutoCloseWindowAfterAuthentication | ( | bool | pAutoClose | ) |
| void GeneralSettings::setAutoStart | ( | bool | pAutoStart | ) |
| void GeneralSettings::setAutoUpdateCheck | ( | bool | pAutoUpdateCheck | ) |
| void GeneralSettings::setDeveloperMode | ( | bool | pEnabled | ) |
| void GeneralSettings::setLanguage | ( | const QLocale::Language | pLanguage | ) |
| void GeneralSettings::setLastReaderPluginType | ( | const QString & | pLastReaderPluginType | ) |
| void GeneralSettings::setRemindUserToClose | ( | bool | pRemindUser | ) |
| void GeneralSettings::setShowSetupAssistant | ( | bool | pShowSetupAssistant | ) |
| void GeneralSettings::setTransportPinReminder | ( | bool | pTransportPinReminder | ) |
| void GeneralSettings::setUseScreenKeyboard | ( | bool | pUseScreenKeyboard | ) |
| void GeneralSettings::setUseSelfauthenticationTestUri | ( | bool | pUse | ) |
| void GeneralSettings::skipVersion | ( | const QString & | pVersion | ) |
| bool GeneralSettings::useSelfAuthTestUri | ( | ) | const |
|
friend |
|
friend |
|
friend |