Configuration manager.
More...
|
|
void | configure (const char *filename) |
| | configure all registered modules from XML file
|
| |
|
void | configure (drwnXMLNode &root) |
| | configure all registered modules from XML node
|
| |
|
void | configure (const char *module, const char *name, const char *value) |
| | set a parameter in a specific module
|
| |
|
void | showModuleUsage (const char *module) const |
| | show usage for a specific module
|
| |
|
void | showRegistry (bool bIncludeUsage=true) const |
| | show all registered modules and their usage
|
| |
|
|
class | drwnConfigurableModule |
| |
Configuration manager.
Handles configuration of static members in Darwin libraries and applications from XML configuration files or command line arguments. Also allows projects to register their own configuration code.
- See also
- drwnConfigurableModule
-
Configuration Manager
The documentation for this class was generated from the following files: