Darwin Neuroevolution Framework
Public Member Functions | List of all members
core_ui::PropertiesSectionItem Class Reference

Grouping section for a set of related sub-items. More...

#include <properties_widget.h>

Inheritance diagram for core_ui::PropertiesSectionItem:
core_ui::PropertyItemBase

Public Member Functions

PropertyItemaddProperty (const string &name)
 Creates a new property item.
 
BoundPropertyItemaddProperty (core::Property *property)
 Creates a property item bound to a core::Property.
 
- Public Member Functions inherited from core_ui::PropertyItemBase
PropertiesWidgetparentWidget () const
 Parent widget.
 
PropertyItemBaseparent () 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.
 

Detailed Description

Grouping section for a set of related sub-items.


The documentation for this class was generated from the following files: