![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Inheritance diagram for inviwo::TemplateMinMaxPropertySettingsWidgetQt< T >:Public Types | |
| using | BT = typename util::value_type< T >::type |
| using | V = glm::tvec2< T, glm::defaultp > |
Public Member Functions | |
| TemplateMinMaxPropertySettingsWidgetQt (MinMaxProperty< T > *property, QWidget *widget) | |
| virtual void | updateFromProperty () override |
| void | showWidget () |
| shows the widget and registers the widget with the property | |
| void | hideWidget () |
| hides the widget and deregisters it from the property | |
| bool | getVisible () const |
Public Member Functions inherited from inviwo::PropertyWidget | |
| PropertyWidget (Property *property) | |
| virtual | ~PropertyWidget () |
| virtual PropertyEditorWidget * | getEditorWidget () const |
| virtual bool | hasEditorWidget () const |
| virtual Property * | getProperty () |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *event) override |
Additional Inherited Members | |
Protected Attributes inherited from inviwo::PropertyWidget | |
| Property * | property_ = nullptr |
|
overridevirtual |
Implement this function to update the widget after the property has been modified.
Implements inviwo::PropertyWidget.