|
| ConfigBool (Configuration *tree, QString name, bool value=false, std::string description="") |
|
bool | value () |
|
void | setValue (bool val) |
|
| operator bool () |
|
bool | operator= (bool x) |
|
virtual QString | toString () override |
|
virtual void | setValueString (const QString &str) override |
|
const QStringList & | path () const |
|
const std::string | name () const |
| Returns the same name that was passed to the constructor.
|
|
|
virtual void | setupItem () override |
|
| ConfigItem (Configuration *tree, const QString &name, std::string description="") |
|
void | addItem () |
|
void | valueChanged (const QString &str) |
|
|
bool | _value |
|
QStringList | _path |
|
Configuration * | _config |
|
QTreeWidgetItem * | _treeItem |
|
std::string | _description |
|
The documentation for this class was generated from the following files: