Go to the source code of this file.
|
| STRINGS_API BlamResult | BlamStrings::Settings::Config::LoadConfiguration (std::string filename, std::string comment_delimeter, OUT BlamConfigurationFile **file) |
| | Loads a new configuration file from disk. More...
|
| |
| STRINGS_API BlamResult | BlamStrings::Settings::Config::LoadConfiguration (std::string filename, std::string comment_delimeter, HMODULE dll_handle, int defaults_resource_id, OUT BlamConfigurationFile **file) |
| | Loads a new configuration file from disk. More...
|
| |
| STRINGS_API BlamResult | BlamStrings::Settings::Config::LoadConfiguration (std::string filename, std::string comment_delimeter, HMODULE dll_handle, int defaults_resource_id, std::string defaults_resource_type, OUT BlamConfigurationFile **file) |
| | Loads a new configuration file from disk. More...
|
| |
◆ CONFIG_DUMMY_SECTION_NAME
| #define CONFIG_DUMMY_SECTION_NAME "#___default" |
◆ EDITOR_CONFIG_DEFAULT_NAME
| #define EDITOR_CONFIG_DEFAULT_NAME "editor_common.cfg" |
The default filename for the common editor configuration file.
◆ STRINGS_API
| #define STRINGS_API __declspec(dllimport) |
◆ BlamConfigurationSettingType
Enumerator defining all possible configuration setting types.
| Enumerator |
|---|
| String | Indicates the setting stores a string.
|
| Boolean | Indicates the setting stores a bool.
|
| Float | Indicates the setting stores a float.
|
| Int | Indicates the setting stores an integer.
|
| Color | Indicates the setting stores a color.
|
| Comment | Used to indicate a comment within the file.
|
| Invalid | Indicates the setting type was invalid.
|