Definition: settings.py:1
virtual bool Load(const TiXmlNode *settings)
Load settings from the given XML node.
Definition: ISubSettings.h:29
virtual bool Save(TiXmlNode *settings) const
Save settings to the given XML node.
Definition: ISubSettings.h:36
Interface defining methods to load additional setting values from an XML file being loaded by the set...
Definition: ISubSettings.h:18
virtual void Clear()
Clear any loaded setting values.
Definition: ISubSettings.h:40