|
Darwin Neuroevolution Framework
|
A basic, manually-updated property item. More...
#include <properties_widget.h>
Public Member Functions | |
| template<class T , class... EXTRA> | |
| void | setValue (const T &value, EXTRA &&... extra) |
| Sets the value to a formatted string. More... | |
| void | setValue (const string &value) |
| Updates the value. | |
Public Member Functions inherited from core_ui::PropertyItemBase | |
| 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. | |
A basic, manually-updated property item.
|
inline |
Sets the value to a formatted string.
1.8.14