|
| 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) |
|
void | setLoggingInfo (std::string const &filename, Console::MessageArea area) |
|
Used by AngelScript local storage.
Definition at line 36 of file ImprovedConfigFile.h.