Inviwo  0.9.10.1
Inviwo documentation
inviwo::PropertyWidget Class Referenceabstract

#include <propertywidget.h>

+ Inheritance diagram for inviwo::PropertyWidget:

Public Member Functions

 PropertyWidget (Property *property)
 
virtual ~PropertyWidget ()
 
virtual void updateFromProperty ()=0
 
virtual PropertyEditorWidgetgetEditorWidget () const
 
virtual bool hasEditorWidget () const
 
virtual PropertygetProperty ()
 

Protected Attributes

Propertyproperty_ = nullptr
 

Detailed Description

A PropertyWidget is a graphical representation of a Property. A widget will get updateFromProperty call to update its representation when ever the property changes and should update the property when ever the user modifies the widget.

Constructor & Destructor Documentation

◆ PropertyWidget()

inviwo::PropertyWidget::PropertyWidget ( Property property)

The PropertyWidget will register it self with the property.

◆ ~PropertyWidget()

inviwo::PropertyWidget::~PropertyWidget ( )
virtual

The PropertyWidget will deregister it self with the property.

Member Function Documentation

◆ updateFromProperty()


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