#include <enumsetting.hpp>
|
| | EnumSetting (Category *parent, Settings::Manager *values, QMutex *mutex, const std::string &key, const std::string &label, const EnumValue &default_) |
| |
| EnumSetting & | setTooltip (const std::string &tooltip) |
| |
| EnumSetting & | addValues (const EnumValues &values) |
| |
| EnumSetting & | addValue (const EnumValue &value) |
| |
| EnumSetting & | addValue (const std::string &value, const std::string &tooltip) |
| |
virtual std::pair< QWidget
*, QWidget * > | makeWidgets (QWidget *parent) |
| | Return label, input widget. More...
|
| |
| | Setting (Category *parent, Settings::Manager *values, QMutex *mutex, const std::string &key, const std::string &label) |
| |
| virtual | ~Setting () |
| |
| const Category * | getParent () const |
| |
| const std::string & | getKey () const |
| |
| const std::string & | getLabel () const |
| |
| int | toInt () const |
| |
| double | toDouble () const |
| |
| std::string | toString () const |
| |
| bool | isTrue () const |
| |
| QColor | toColor () const |
| |
| CSMPrefs::EnumSetting::EnumSetting |
( |
Category * |
parent, |
|
|
Settings::Manager * |
values, |
|
|
QMutex * |
mutex, |
|
|
const std::string & |
key, |
|
|
const std::string & |
label, |
|
|
const EnumValue & |
default_ |
|
) |
| |
| CSMPrefs::EnumSetting & CSMPrefs::EnumSetting::addValue |
( |
const std::string & |
value, |
|
|
const std::string & |
tooltip |
|
) |
| |
| void CSMPrefs::EnumSetting::valueChanged |
( |
int |
value | ) |
|
|
privateslot |
| std::string CSMPrefs::EnumSetting::mTooltip |
|
private |
The documentation for this class was generated from the following files: