Inviwo  0.9.10.1
Inviwo documentation
inviwo::TFPrimitiveSetWidgetQt Class Reference

text-based widget for editing TF primitives More...

#include <tfprimitivesetwidgetqt.h>

+ Inheritance diagram for inviwo::TFPrimitiveSetWidgetQt:

Public Member Functions

 TFPrimitiveSetWidgetQt (IsoValueProperty *property)
 
 TFPrimitiveSetWidgetQt (TransferFunctionProperty *property)
 
virtual void updateFromProperty () override
 
void setPropertyValue ()
 
- Public Member Functions inherited from inviwo::PropertyWidgetQt
 PropertyWidgetQt (Property *property=nullptr)
 
virtual void initState ()
 
void setSpacingAndMargins (QLayout *layout)
 
virtual void onChildVisibilityChange (PropertyWidgetQt *child)
 
virtual void setReadOnly (bool readonly)
 
virtual QSize sizeHint () const override
 
virtual QSize minimumSizeHint () const override
 
void setNestedDepth (int depth)
 
int getNestedDepth () const
 
PropertyWidgetQtgetParentPropertyWidget () const
 
void setParentPropertyWidget (PropertyWidgetQt *parent)
 
virtual std::unique_ptr< QMenu > getContextMenu ()
 
virtual std::unique_ptr< QMimeData > getPropertyMimeData () const
 
- Public Member Functions inherited from inviwo::PropertyWidget
 PropertyWidget (Property *property)
 
virtual ~PropertyWidget ()
 
virtual PropertyEditorWidgetgetEditorWidget () const
 
virtual bool hasEditorWidget () const
 
virtual PropertygetProperty ()
 
- Public Member Functions inherited from inviwo::PropertyObserver
virtual void onSetIdentifier (Property *property, const std::string &identifier)
 
virtual void onSetDisplayName (Property *property, const std::string &displayName)
 
virtual void onSetSemantics (Property *property, const PropertySemantics &semantics)
 
- Public Member Functions inherited from inviwo::Observer
 Observer (const Observer &other)
 
 Observer (Observer &&other)
 
Observeroperator= (Observer &&other)
 
Observeroperator= (const Observer &other)
 
virtual ~Observer ()
 
void removeObservation (ObservableInterface *observable)
 
void removeObservations ()
 

Additional Inherited Members

- Public Types inherited from inviwo::PropertyWidgetQt
using BaseCallBack = std::function< void()>
 
- Static Public Member Functions inherited from inviwo::PropertyWidgetQt
static void setSpacingAndMargins (QWidget *w, QLayout *layout)
 
- Static Public Attributes inherited from inviwo::PropertyWidgetQt
static const double minimumWidthEm
 
static const double spacingEm = utilqt::refSpaceEm()
 
static const double marginEm
 
static const int minimumWidth = 200
 
static const int spacing = 7
 
static const int margin = 0
 
- Protected Types inherited from inviwo::Observer
using ObservableSet = std::unordered_set< ObservableInterface * >
 
- Protected Member Functions inherited from inviwo::PropertyWidgetQt
virtual void mousePressEvent (QMouseEvent *event) override
 
virtual void mouseMoveEvent (QMouseEvent *event) override
 
virtual void onSetReadOnly (Property *property, bool readonly) override
 
virtual void onSetVisible (Property *property, bool visible) override
 
virtual void onSetUsageMode (Property *property, UsageMode usageMode) override
 
virtual void setVisible (bool visible) override
 
UsageMode getApplicationUsageMode ()
 
virtual bool event (QEvent *event) override
 
virtual void paintEvent (QPaintEvent *pe) override
 
int getSpacing () const
 Assigned on mousePressEvent.
 
- Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)
 
- Protected Attributes inherited from inviwo::PropertyWidgetQt
QPoint mousePressedPosition_
 
- Protected Attributes inherited from inviwo::PropertyWidget
Propertyproperty_ = nullptr
 
- Protected Attributes inherited from inviwo::Observer
ObservableSet observables_
 

Detailed Description

text-based widget for editing TF primitives

This is a text-based widget for editing a TFPrimitiveSet, i.e. a TransferFunction or IsoValueCollection. The individual TF primitives are represented by "position alpha #RRGGBB". If the type of the TFPrimitiveSet is relative, the positions are mapped to the value range of the property unless the PropertySemantics are equal to "Text (Normalized)".

Member Function Documentation

◆ updateFromProperty()

void inviwo::TFPrimitiveSetWidgetQt::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: