![]() |
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 | |
| virtual PropertyEditorWidget * | getEditorWidget () |
| virtual Property * | getProperty () |
| virtual bool | hasEditorWidget () const |
| PropertyWidget & | operator= (const PropertyWidget &) |
| PropertyWidget & | operator= (PropertyWidget &&) |
| PropertyWidget (const PropertyWidget &) | |
| PropertyWidget (Property *property) | |
| PropertyWidget (PropertyWidget &&) | |
| virtual | ~PropertyWidget () |
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.