Open Search
    Configuration Member List

    This is the complete list of members for Configuration, including all inherited members.

    AddHelpForBool(const String &key, Bool defaultValue, CONFIGURATION_CATEGORY category, const Char *help)Configurationstatic
    AddHelpForFloat(const String &key, Float defaultValue, Float minValue, Float maxValue, CONFIGURATION_CATEGORY category, const Char *help)Configurationstatic
    AddHelpForInt(const String &key, Int defaultValue, Int minValue, Int maxValue, CONFIGURATION_CATEGORY category, const Char *help)Configurationstatic
    AddHelpForOption(const String &key, const String &option, Bool isDefaultValue, Bool caseSensitive, CONFIGURATION_CATEGORY category, const Char *help)Configurationstatic
    AddHelpForString(const String &key, const String &defaultValue, CONFIGURATION_CATEGORY category, const Char *help)Configurationstatic
    BroadcastBool(const String &key, Bool value)Configurationstatic
    BroadcastFloat(const String &key, Float value)Configurationstatic
    BroadcastInt(const String &key, Int value)Configurationstatic
    BroadcastString(const String &key, const String &value)Configurationstatic
    MAXON_INTERFACE_NONVIRTUAL(Configuration, MAXON_REFERENCE_STATIC, "net.maxon.interface.configuration")Configurationprivate
    QueryBool(const String &key, Bool &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state)Configurationstatic
    QueryFloat(const String &key, Float &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state)Configurationstatic
    QueryInt(const String &key, Int &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state)Configurationstatic
    QueryString(const String &key, String &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state)Configurationstatic