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