83 [[
nodiscard]]
bool isDeveloperOptions()
const;
84 void setDeveloperOptions(
bool pEnabled)
const;
86 [[
nodiscard]]
bool isDeveloperMode()
const;
87 void setDeveloperMode(
bool pEnabled)
const;
90 void setUseSelfauthenticationTestUri(
bool pUse)
const;
100 [[
nodiscard]]
bool getShowAccessRights()
const;
103 [[
nodiscard]]
bool isUseScreenKeyboard()
const;
106 [[
nodiscard]]
bool isVisualPrivacy()
const;
109 [[
nodiscard]]
bool isShuffleScreenKeyboard()
const;
112 [[
nodiscard]]
bool isEnableCanAllowed()
const;
115 [[
nodiscard]]
bool isSkipRightsOnCanAllowed()
const;
118 [[
nodiscard]]
bool isSimulatorEnabled()
const;
119 void setSimulatorEnabled(
bool pEnabled)
const;
124 [[
nodiscard]]
bool isAutoStartAvailable()
const;
126 [[
nodiscard]]
bool autoStartIsSetByAdmin()
const;
129 [[
nodiscard]]
bool isAutoCloseWindowAfterAuthentication()
const;
130 void setAutoCloseWindowAfterAuthentication(
bool pEnabled);
132 [[
nodiscard]]
bool isAutoUpdateAvailable()
const;
133 [[
nodiscard]]
bool isAutoUpdateCheck()
const;
134 [[
nodiscard]]
bool autoUpdateCheckIsSetByAdmin()
const;
138 [[
nodiscard]]
bool isRemindUserToClose()
const;
141 [[
nodiscard]]
bool isTransportPinReminder()
const;
144 [[
nodiscard]]
bool isShowInAppNotifications()
const;
152 [[
nodiscard]]
bool isUseSystemFont()
const;
155 bool isUseAnimations()
const;
173 void onTranslationChanged();
176 void fireLanguageChanged();
178 void fireDeveloperOptionsChanged();
190 void fireAppUpdateDataChanged();
191 void fireShowInAppNotificationsChanged();
193 void fireUseSystemFontChanged();
194 void fireUseAnimationsChanged();
195 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