Settings Generator: Generated Classes

PreviousNext

Settings Class

For every setting you specified in your settings.xml you will have an attribute with the corresponding name, an attribute with the default value of a setting, and a feature to modify the value. There are features to load and save the settings file and a feature to specify the path of the settings file (this is optional, there's a default path) There are also features to create and free widgets, apply their value to the corresponding settings as well as features to reset widgets.

Shared Settings Class

The shared settings class makes available a singleton object of the settings class. The singleton has the same name as the settings class.