Darwin Neuroevolution Framework
|
Grouping section for a set of related sub-items. More...
#include <properties_widget.h>
Public Member Functions | |
PropertyItem * | addProperty (const string &name) |
Creates a new property item. | |
BoundPropertyItem * | addProperty (core::Property *property) |
Creates a property item bound to a core::Property. | |
![]() | |
PropertiesWidget * | parentWidget () const |
Parent widget. | |
PropertyItemBase * | parent () const |
Parent item (or nullptr for top level items) | |
virtual bool | isModified () const |
Returns true if the item's value has changed, or if there are any modified sub-items. | |
virtual void | valueChanged () |
Notify the item that it's value (or a sub-item) have been changed. | |
Grouping section for a set of related sub-items.