![]() |
Paradox Game Engine
v1.0.0 beta06
|
Classes | |
class | ChangesValidatedEventArgs |
Arguments of the SettingsKey.ChangesValidated event. More... | |
class | FileModifiedEventArgs |
Arguments of the SettingsProfile.FileModified event. More... | |
class | NamespaceDoc |
The SiliconStudio.Presentation.Settings namespace contains types to handle application settings. It supports multiple settings profiles, profile inheritance, profile saving and loading, and it is thread-safe. It uses YAML serialization to write settings files. More... | |
class | SettingsEntry |
An internal object that represent a value for a settings key into a SettingsProfile. | |
class | SettingsEntryList< T > |
An internal object that represent a list of typed values for a settings key into a SettingsProfile. | |
class | SettingsEntryValue |
An internal object that represent a single value for a settings key into a SettingsProfile. | |
class | SettingsFile |
This class represents a set of settings that can be stored in a file. This class is public for serialization purpose only, and should not be used directly. More... | |
class | SettingsFileLoadedEventArgs |
Arguments of the SettingsService.SettingsFileLoaded event. More... | |
class | SettingsKey |
This class represents property to store in the settings that is identified by a key. More... | |
class | SettingsListKey< T > |
This class represents a SettingsKey containing a list of values of the given type T. More... | |
class | SettingsProfile |
This class represents a collection of values for all registered SettingsKey. It may also contains values for settings keys that are not currently registered, if they exist in the file from which the profile was loaded. More... | |
class | SettingsService |
A static class that manages settings loading and saving for an application. More... | |
class | SettingsValueKey< T > |
This class represents a SettingsKey containing a single value of the specified type T. More... | |