Configuration Member List
This is the complete list of members for 配置 , including all inherited members.
AddHelpForBool (const String &key, Bool defaultValue, CONFIGURATION_CATEGORY category, const Char *help) | 配置 | static |
AddHelpForFloat (const String &key, Float defaultValue, Float minValue, Float maxValue, CONFIGURATION_CATEGORY category, const Char *help) | 配置 | static |
AddHelpForInt (const String &key, Int defaultValue, Int minValue, Int maxValue, CONFIGURATION_CATEGORY category, const Char *help) | 配置 | static |
AddHelpForOption (const String &key, const String &option, Bool isDefaultValue, Bool caseSensitive, CONFIGURATION_CATEGORY category, const Char *help) | 配置 | static |
AddHelpForString (const String &key, const String &defaultValue, CONFIGURATION_CATEGORY category, const Char *help) | 配置 | static |
BroadcastBool (const String &key, Bool value) | 配置 | static |
BroadcastFloat (const String &key, Float value) | 配置 | static |
BroadcastInt (const String &key, Int value) | 配置 | static |
BroadcastString (const String &key, const String &value) | 配置 | static |
MAXON_INTERFACE_NONVIRTUAL (Configuration, MAXON_REFERENCE_NONE, "net.maxon.interface.configuration") | 配置 | private |
QueryBool (const String &key, Bool &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state) | 配置 | static |
QueryFloat (const String &key, Float &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state) | 配置 | static |
QueryInt (const String &key, Int &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state) | 配置 | static |
QueryString (const String &key, String &result, CONFIGURATIONENTRY_ORIGIN &origin, CONFIGURATIONENTRY_STATE &state) | 配置 | static |