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) | Configuration | static |
AddHelpForFloat(const String &key, Float defaultValue, Float minValue, Float maxValue, CONFIGURATION_CATEGORY category, const Char *help) | Configuration | static |
AddHelpForInt(const String &key, Int defaultValue, Int minValue, Int maxValue, CONFIGURATION_CATEGORY category, const Char *help) | Configuration | static |
AddHelpForOption(const String &key, const String &option, Bool isDefaultValue, Bool caseSensitive, CONFIGURATION_CATEGORY category, const Char *help) | Configuration | static |
AddHelpForString(const String &key, const String &defaultValue, CONFIGURATION_CATEGORY category, const Char *help) | Configuration | static |
BroadcastBool(const String &key, Bool value) | Configuration | static |
BroadcastFloat(const String &key, Float value) | Configuration | static |
BroadcastInt(const String &key, Int value) | Configuration | static |
BroadcastString(const String &key, const String &value) | Configuration | static |
MAXON_INTERFACE_NONVIRTUAL(Configuration, MAXON_REFERENCE_NONE, "net.maxon.interface.configuration") | Configuration | private |
QueryBool(const String &key, Bool &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state) | Configuration | static |
QueryFloat(const String &key, Float &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state) | Configuration | static |
QueryInt(const String &key, Int &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state) | Configuration | static |
QueryString(const String &key, String &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state) | Configuration | static |