Settings for a System. More...
Public Attributes | |
| IAsyncResourceHandler * | ResourceHandler |
| Resource handler for loading assets. | |
| IDataStorageHandler * | DataStorageHandler = nullptr |
| Data storage handler used for saving and loading persistent data. | |
| ILocalizationManager * | LocalizationManagerInstance = nullptr |
| Optional localization manager. This object MUST outlive the System. Any HTML element created with the data-l10n-id attribute will get its text content replaced by the value returned from this object's ILocalizationManager::Translate method. | |
| CachedResourcesWatermarks | CachedImagesSettings |
| Controls the low and high watermarks used when deciding when to prune the image cache. | |
| int | DebuggerPort |
| Sets the port where the Debugger can connect to inspect the active Views. Set it to <= 0 to disable debugging. | |
| bool | EnableDebugger |
| Enable/Disable the Debugger during the lifetime of the program. More... | |
Settings for a System.
| bool cohtml::SystemSettings::EnableDebugger |
Enable/Disable the Debugger during the lifetime of the program.