Darwin Neuroevolution Framework
|
A visualizer/editor for a set of properties, grouped into collapsible sections. More...
#include <properties_widget.h>
Inherits QTreeWidget.
Public Member Functions | |
PropertiesWidget (QWidget *parent) | |
Creates a new, empty PropertiesWidget. | |
PropertiesSectionItem * | addSection (const string &name) |
Creates a new properties section. | |
PropertiesSectionItem * | addPropertiesSection (const string &name, core::PropertySet *property_set) |
Creates a new properties section based on a core::PropertySet. | |
void | autoSizeColumns () |
Resets the columns widths to match the current content. | |
bool | isModified () const |
Returns true if any item was modified. | |
A visualizer/editor for a set of properties, grouped into collapsible sections.