41 Ogre::ColourValue
getColourValue(Ogre::String
const& key, Ogre::ColourValue
const& defaultValue = Ogre::ColourValue())
46 Ogre::ColourValue
getColourValue(Ogre::String
const& key, Ogre::String
const& section, Ogre::ColourValue
const& defaultValue = Ogre::ColourValue());
48 Ogre::Vector3
getVector3(Ogre::String
const& key, Ogre::String
const& section, Ogre::Vector3
const& defaultValue = Ogre::Vector3::ZERO);
50 float getFloat(Ogre::String
const& key,
float defaultValue = 0.f)
52 return this->
getFloat(key, Ogre::BLANKSTRING, defaultValue);
55 float getFloat(Ogre::String
const& key, Ogre::String
const& section,
float defaultValue = 0.f);
57 bool getBool(Ogre::String
const& key,
bool defaultValue =
false)
59 return this->
getBool(key, Ogre::BLANKSTRING, defaultValue);
62 bool getBool(Ogre::String
const& key, Ogre::String
const& section,
bool defaultValue =
false);
64 int getInt(Ogre::String
const& key,
int defaultValue = 0)
66 return this->
getInt(key, Ogre::BLANKSTRING, defaultValue);
69 int getInt(Ogre::String
const& key, Ogre::String
const& section,
int defaultValue = 0);
71 Ogre::String
getString(Ogre::String
const& key, Ogre::String
const& section, Ogre::String
const& defaultValue =
"");
73 void SetString(Ogre::String key, Ogre::String value, Ogre::String section = Ogre::BLANKSTRING);
85 Ogre::String
getSetting(Ogre::String, Ogre::String);
86 Ogre::String
getSetting(Ogre::String, Ogre::String, Ogre::String);