Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
PropertyWidgetDelegate (Property *p, std::function< void()> func) | |
virtual void | updateFromProperty () override |
Public Member Functions inherited from inviwo::PropertyWidget | |
PropertyWidget (Property *property) | |
PropertyWidget (const PropertyWidget &) | |
PropertyWidget (PropertyWidget &&) | |
PropertyWidget & | operator= (const PropertyWidget &) |
PropertyWidget & | operator= (PropertyWidget &&) |
virtual | ~PropertyWidget () |
virtual PropertyEditorWidget * | getEditorWidget () const |
virtual bool | hasEditorWidget () const |
virtual Property * | getProperty () |
Public Attributes | |
std::function< void()> | func |
Additional Inherited Members | |
Protected Attributes inherited from inviwo::PropertyWidget | |
Property * | property_ = nullptr |
|
inlineoverridevirtual |
Implement this function to update the widget after the property has been modified.
Implements inviwo::PropertyWidget.