Base class for items in configuration: this is constructed through functions in the Configuration class which ensure new items are added to the tree properly.
More...
|
const QStringList & | path () const |
|
const std::string | name () const |
| Returns the same name that was passed to the constructor.
|
|
virtual QString | toString ()=0 |
|
virtual void | setValueString (const QString &str)=0 |
|
|
| ConfigItem (Configuration *tree, const QString &name, std::string description="") |
|
void | addItem () |
|
virtual void | setupItem () |
|
void | valueChanged (const QString &str) |
|
|
QStringList | _path |
|
Configuration * | _config |
|
QTreeWidgetItem * | _treeItem |
|
std::string | _description |
|
Base class for items in configuration: this is constructed through functions in the Configuration class which ensure new items are added to the tree properly.
The documentation for this class was generated from the following files: