OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Fallback::Map Class Reference

contains settings imported from the Morrowind INI file. More...

#include <fallback.hpp>

Collaboration diagram for Fallback::Map:

Public Member Functions

 Map (const std::map< std::string, std::string > &fallback)
 
 Map ()
 
std::string getFallbackString (const std::string &fall) const
 
float getFallbackFloat (const std::string &fall) const
 
int getFallbackInt (const std::string &fall) const
 
bool getFallbackBool (const std::string &fall) const
 
osg::Vec4f getFallbackColour (const std::string &fall) const
 

Private Attributes

std::map< std::string,
std::string > 
mFallbackMap
 

Detailed Description

contains settings imported from the Morrowind INI file.

Constructor & Destructor Documentation

Fallback::Map::Map ( const std::map< std::string, std::string > &  fallback)
Fallback::Map::Map ( )
inline

Member Function Documentation

bool Fallback::Map::getFallbackBool ( const std::string &  fall) const

Here is the call graph for this function:

Here is the caller graph for this function:

osg::Vec4f Fallback::Map::getFallbackColour ( const std::string &  fall) const

Here is the call graph for this function:

Here is the caller graph for this function:

float Fallback::Map::getFallbackFloat ( const std::string &  fall) const

Here is the call graph for this function:

Here is the caller graph for this function:

int Fallback::Map::getFallbackInt ( const std::string &  fall) const

Here is the call graph for this function:

Here is the caller graph for this function:

std::string Fallback::Map::getFallbackString ( const std::string &  fall) const

Here is the caller graph for this function:

Member Data Documentation

std::map<std::string,std::string> Fallback::Map::mFallbackMap
private

The documentation for this class was generated from the following files: