|
| | LocalStorage (std::string filename, const std::string §ion_name, const std::string &rg_name) |
| |
| virtual | ~LocalStorage () override |
| |
| void | copyFrom (LocalStoragePtr other) |
| |
| void | changeSection (const std::string §ion) |
| |
| std::string | get (std::string key) |
| |
| void | set (std::string key, const std::string &value) |
| |
| int | getInt (std::string key) |
| |
| void | set (std::string key, const int value) |
| |
| float | getFloat (std::string key) |
| |
| void | set (std::string key, const float value) |
| |
| bool | getBool (std::string key) |
| |
| void | set (std::string key, const bool value) |
| |
| Ogre::Vector3 | getVector3 (std::string key) |
| |
| void | set (std::string key, const Ogre::Vector3 &value) |
| |
| Ogre::Quaternion | getQuaternion (std::string key) |
| |
| void | set (std::string key, const Ogre::Quaternion &value) |
| |
| Ogre::Radian | getRadian (std::string key) |
| |
| void | set (std::string key, const Ogre::Radian &value) |
| |
| Ogre::Degree | getDegree (std::string key) |
| |
| void | set (std::string key, const Ogre::Degree &value) |
| |
| void | saveDict () |
| |
| bool | loadDict () |
| |
| void | eraseKey (std::string key) |
| |
| bool | exists (std::string key) |
| |
| void | deleteAll () |
| |
| void | parseKey (std::string &inout_key, std::string &out_section) |
| |
| SettingsBySection | getSettings () |
| |
| std::string | getFilename () |
| |
| std::string | getSection () |
| |
| | ImprovedConfigFile () |
| |
| | ~ImprovedConfigFile () |
| |
| void | loadImprovedCfg (std::string const &filename, std::string const &resource_group_name) |
| |
| bool | hasSetting (Ogre::String key, Ogre::String section="") |
| |
| bool | saveImprovedCfg (std::string const &filename, std::string const &resource_group_name) |
| |
| void | setSetting (Ogre::String key, Ogre::String value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| Ogre::Radian | getSettingRadian (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, Ogre::Radian value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| bool | getSettingBool (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, bool value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| Ogre::Real | getSettingReal (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, Ogre::Real value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| int | getSettingInt (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, int value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| unsigned int | getSettingUnsignedInt (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, unsigned int value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| long | getSettingLong (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, long value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| unsigned long | getSettingUnsignedLong (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, unsigned long value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| Ogre::Vector3 | getSettingVector3 (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, Ogre::Vector3 value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| Ogre::Matrix3 | getSettingMatrix3 (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, Ogre::Matrix3 value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| Ogre::Matrix4 | getSettingMatrix4 (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, Ogre::Matrix4 value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| Ogre::Quaternion | getSettingQuaternion (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, Ogre::Quaternion value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| Ogre::ColourValue | getSettingColorValue (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, Ogre::ColourValue value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| Ogre::StringVector | getSettingStringVector (Ogre::String key, Ogre::String section=Ogre::BLANKSTRING) |
| |
| void | setSetting (Ogre::String key, Ogre::StringVector value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| Ogre::ColourValue | getColourValue (Ogre::String const &key, Ogre::ColourValue const &defaultValue=Ogre::ColourValue()) |
| |
| Ogre::ColourValue | getColourValue (Ogre::String const &key, Ogre::String const §ion, Ogre::ColourValue const &defaultValue=Ogre::ColourValue()) |
| |
| Ogre::Vector3 | getVector3 (Ogre::String const &key, Ogre::String const §ion, Ogre::Vector3 const &defaultValue=Ogre::Vector3::ZERO) |
| |
| float | getFloat (Ogre::String const &key, float defaultValue=0.f) |
| |
| float | getFloat (Ogre::String const &key, Ogre::String const §ion, float defaultValue=0.f) |
| |
| bool | getBool (Ogre::String const &key, bool defaultValue=false) |
| |
| bool | getBool (Ogre::String const &key, Ogre::String const §ion, bool defaultValue=false) |
| |
| int | getInt (Ogre::String const &key, int defaultValue=0) |
| |
| int | getInt (Ogre::String const &key, Ogre::String const §ion, int defaultValue=0) |
| |
| Ogre::String | getString (Ogre::String const &key, Ogre::String const §ion, Ogre::String const &defaultValue="") |
| |
| void | SetString (Ogre::String key, Ogre::String value, Ogre::String section=Ogre::BLANKSTRING) |
| |
| bool | HasSection (std::string const &name) |
| |
| bool | HasSetting (std::string const §ion, std::string const &key) |
| |
| void | setLoggingInfo (std::string const &filename, Console::MessageArea area) |
| |
| | RefCountingObject () |
| |
| virtual | ~RefCountingObject () |
| |
| void | AddRef () |
| |
| void | Release () |
| |