Open Search
    settingsinterface.h File Reference

    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
     

    Variable Documentation

    ◆ UNDEFINED

    UNDEFINED

    not defined, invalid setting.

    ◆ USERINSTALLATION

    USERINSTALLATION

    settings for this users local installation.

    ◆ ACCOUNT

    ACCOUNT

    settings for the currently logged-in user.

    ◆ USER

    USER

    settings for the current local user.

    ◆ MACHINE

    MACHINE

    settings for all users of the current machine.

    ◆ DEFAULTS

    DEFAULTS

    settings of the default value (needs to be initialized on startup)

    ◆ ALL

    ALL

    start level of the search through all instances USERINSTALLATION -> ACCOUNT -> USER -> MACHINE -> DEFAULT