Classes | |
class | SettingsInterface |
Namespaces | |
maxon | |
maxon::APPSETTINGS | |
Enumerations | |
enum class | ACCESSLEVEL { UNDEFINED , USERINSTALLATION , ACCOUNT , USER , MACHINE , DEFAULTS , ALL } |
Functions | |
enum maxon::ACCESSLEVEL | MAXON_ENUM_LIST (ACCESSLEVEL) |
Variables | |
UNDEFINED | |
USERINSTALLATION | |
ACCOUNT | |
USER | |
MACHINE | |
DEFAULTS | |
ALL | |
UNDEFINED |
not defined, invalid setting.
USERINSTALLATION |
settings for this users local installation.
ACCOUNT |
settings for the currently logged-in user.
USER |
settings for the current local user.
MACHINE |
settings for all users of the current machine.
DEFAULTS |
settings of the default value (needs to be initialized on startup)
ALL |
start level of the search through all instances USERINSTALLATION -> ACCOUNT -> USER -> MACHINE -> DEFAULT