#include <PropaneUI.h>
Public Member Functions | |
| ~Config () | |
| Destructor. | |
| float | getConfig (const std::string &key) |
| Return a floating point value for a key. | |
| void | setConfig (const std::string &key, const float &value) |
| Assign a floating point value to a key. | |
| void | loadConfig (const std::string &xmlFile) |
| Initialize the load from disk. | |
| void | printConfigTable () |
| Print to stdout what has been loaded from this configuration file. | |
Static Public Member Functions | |
| static Config * | S () |
| Singleton obtainer. | |
Protected Member Functions | |
| Config () | |
| Private constructor for singleton. | |
| Config (const Config &) | |
| Copy constructor for singleton. | |
| Config & | operator= (const Config &) |
| Equality operator for singleton. | |
1.4.7