GT RoboCup SSL
Soccer software, robot firmware
|
static variable for the program, extremely general More...
Public Member Functions | |
void | tree (QTreeWidget *tree) |
QTreeWidget * | tree () const |
ConfigItem * | nameLookup (const std::string name) const |
bool | load (const QString &filename, QString &error) |
bool | save (const QString &filename, QString &error) |
Static Public Member Functions | |
static std::shared_ptr< Configuration > | FromRegisteredConfigurables () |
Initializes a config object and adds all registered configurables to it. | |
Protected Slots | |
void | itemChanged (QTreeWidgetItem *item, int column) |
Protected Member Functions | |
void | addItem (ConfigItem *item) |
void | addToTree (ConfigItem *item) |
ConfigItem * | configItem (QTreeWidgetItem *ti) |
Protected Attributes | |
QList< ConfigItem * > | _allItems |
QTreeWidget * | _tree |
QDomDocument | _doc |
Friends | |
class | ConfigItem |
static variable for the program, extremely general