OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
CSMPrefs Namespace Reference

Classes

class  BoolSetting
 
class  Category
 
class  ColourSetting
 
class  DoubleSetting
 
struct  EnumValue
 
struct  EnumValues
 
class  EnumSetting
 
class  IntSetting
 
class  ModifierSetting
 
class  Setting
 
class  Shortcut
 A class similar in purpose to QShortcut, but with the ability to use mouse buttons. More...
 
class  ShortcutEventHandler
 Users of this class should install it as an event handler. More...
 
class  ShortcutManager
 Class used to track and update shortcuts/sequences. More...
 
class  ShortcutSetting
 
class  State
 User settings state. More...
 

Functions

bool operator== (const Setting &setting, const std::string &fullKey)
 
bool operator== (const std::string &fullKey, const Setting &setting)
 
bool operator!= (const Setting &setting, const std::string &fullKey)
 
bool operator!= (const std::string &fullKey, const Setting &setting)
 
Stateget ()
 

Function Documentation

CSMPrefs::State & CSMPrefs::get ( )

Here is the call graph for this function:

Here is the caller graph for this function:

bool CSMPrefs::operator!= ( const Setting &  setting,
const std::string &  fullKey 
)
bool CSMPrefs::operator!= ( const std::string &  fullKey,
const Setting &  setting 
)
bool CSMPrefs::operator== ( const Setting &  setting,
const std::string &  fullKey 
)

Here is the call graph for this function:

bool CSMPrefs::operator== ( const std::string &  fullKey,
const Setting &  setting 
)