#include <setting.hpp>
CSMPrefs::Setting::Setting |
( |
Category * |
parent, |
|
|
Settings::Manager * |
values, |
|
|
QMutex * |
mutex, |
|
|
const std::string & |
key, |
|
|
const std::string & |
label |
|
) |
| |
CSMPrefs::Setting::~Setting |
( |
| ) |
|
|
virtual |
const std::string & CSMPrefs::Setting::getKey |
( |
| ) |
const |
const std::string & CSMPrefs::Setting::getLabel |
( |
| ) |
const |
QMutex * CSMPrefs::Setting::getMutex |
( |
| ) |
|
|
protected |
bool CSMPrefs::Setting::isTrue |
( |
| ) |
const |
QColor CSMPrefs::Setting::toColor |
( |
| ) |
const |
double CSMPrefs::Setting::toDouble |
( |
| ) |
const |
int CSMPrefs::Setting::toInt |
( |
| ) |
const |
std::string CSMPrefs::Setting::toString |
( |
| ) |
const |
std::string CSMPrefs::Setting::mKey |
|
private |
std::string CSMPrefs::Setting::mLabel |
|
private |
QMutex* CSMPrefs::Setting::mMutex |
|
private |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/opencs/model/prefs/setting.hpp
- /home/travis/build/OpenMW/openmw/apps/opencs/model/prefs/setting.cpp