OpenMW
|
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) |
State & | get () |
CSMPrefs::State & CSMPrefs::get | ( | ) |
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 | ||
) |
bool CSMPrefs::operator== | ( | const std::string & | fullKey, |
const Setting & | setting | ||
) |