Darwin Neuroevolution Framework
|
Base class for all the items in a PropertiesWidget. More...
#include <properties_widget.h>
Public Member Functions | |
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. | |
Base class for all the items in a PropertiesWidget.