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

A visualizer/editor for a set of properties, grouped into collapsible sections. More...

#include <properties_widget.h>

Inherits QTreeWidget.

Public Member Functions

 PropertiesWidget (QWidget *parent)
 Creates a new, empty PropertiesWidget.
 
PropertiesSectionItemaddSection (const string &name)
 Creates a new properties section.
 
PropertiesSectionItemaddPropertiesSection (const string &name, core::PropertySet *property_set)
 Creates a new properties section based on a core::PropertySet.
 
void autoSizeColumns ()
 Resets the columns widths to match the current content.
 
bool isModified () const
 Returns true if any item was modified.
 

Detailed Description

A visualizer/editor for a set of properties, grouped into collapsible sections.


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