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

A basic, manually-updated property item. More...

#include <properties_widget.h>

Inheritance diagram for core_ui::PropertyItem:
core_ui::PropertyItemBase

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
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

A basic, manually-updated property item.

Member Function Documentation

◆ setValue()

template<class T , class... EXTRA>
void core_ui::PropertyItem::setValue ( const T &  value,
EXTRA &&...  extra 
)
inline

Sets the value to a formatted string.


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