82 [[
nodiscard]]
bool isDeveloperOptions()
const;
83 void setDeveloperOptions(
bool pEnabled)
const;
85 [[
nodiscard]]
bool isDeveloperMode()
const;
86 void setDeveloperMode(
bool pEnabled)
const;
89 void setUseSelfauthenticationTestUri(
bool pUse)
const;
99 [[
nodiscard]]
bool getShowAccessRights()
const;
102 [[
nodiscard]]
bool isUseScreenKeyboard()
const;
105 [[
nodiscard]]
bool isVisualPrivacy()
const;
108 [[
nodiscard]]
bool isShuffleScreenKeyboard()
const;
111 [[
nodiscard]]
bool isEnableCanAllowed()
const;
114 [[
nodiscard]]
bool isSkipRightsOnCanAllowed()
const;
117 [[
nodiscard]]
bool isSimulatorEnabled()
const;
118 void setSimulatorEnabled(
bool pEnabled)
const;
123 [[
nodiscard]]
bool isAutoStartAvailable()
const;
125 [[
nodiscard]]
bool autoStartIsSetByAdmin()
const;
128 [[
nodiscard]]
bool isAutoCloseWindowAfterAuthentication()
const;
129 void setAutoCloseWindowAfterAuthentication(
bool pEnabled);
131 [[
nodiscard]]
bool isAutoUpdateAvailable()
const;
132 [[
nodiscard]]
bool isAutoUpdateCheck()
const;
133 [[
nodiscard]]
bool autoUpdateCheckIsSetByAdmin()
const;
137 [[
nodiscard]]
bool isRemindUserToClose()
const;
140 [[
nodiscard]]
bool isTransportPinReminder()
const;
143 [[
nodiscard]]
bool isShowInAppNotifications()
const;
151 [[
nodiscard]]
bool isUseSystemFont()
const;
169 void onTranslationChanged();
172 void fireLanguageChanged();
174 void fireDeveloperOptionsChanged();
186 void fireAppUpdateDataChanged();
187 void fireShowInAppNotificationsChanged();
189 void fireUseSystemFontChanged();
190 void fireDarkModeChanged();
#define defineEnumType(enumName,...)
Definition EnumHelper.h:90
const char * name
Definition http_parser.cpp:473
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114