Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::OrdinalLikePropertySettingsWidgetQt< Prop > Class Template Reference
+ Inheritance diagram for inviwo::OrdinalLikePropertySettingsWidgetQt< Prop >:

Public Types

using BT = typename util::value_type<T>::type
 
using T = typename Prop::value_type
 

Public Member Functions

bool getVisible () const
 
void hideWidget ()
 hides the widget and deregisters it from the property
 
 OrdinalLikePropertySettingsWidgetQt (Prop *property, QWidget *widget)
 
void showWidget ()
 shows the widget and registers the widget with the property
 
virtual void updateFromProperty () override
 
- Public Member Functions inherited from inviwo::PropertyWidget
virtual PropertyEditorWidgetgetEditorWidget ()
 
virtual PropertygetProperty ()
 
virtual bool hasEditorWidget () const
 
PropertyWidgetoperator= (const PropertyWidget &)
 
PropertyWidgetoperator= (PropertyWidget &&)
 
 PropertyWidget (const PropertyWidget &)
 
 PropertyWidget (Property *property)
 
 PropertyWidget (PropertyWidget &&)
 
virtual ~PropertyWidget ()
 

Protected Member Functions

virtual void closeEvent (QCloseEvent *e) override
 
virtual void keyPressEvent (QKeyEvent *event) override
 

Additional Inherited Members

- Protected Attributes inherited from inviwo::PropertyWidget
Propertyproperty_ = nullptr
 

Member Function Documentation

◆ updateFromProperty()

template<typename Prop >
void inviwo::OrdinalLikePropertySettingsWidgetQt< Prop >::updateFromProperty ( )
overridevirtual

Implement this function to update the widget after the property has been modified.

Implements inviwo::PropertyWidget.


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