![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| TFPropertyDialog (TransferFunctionProperty *tfProperty) | |
| TFPropertyDialog (IsoValueProperty *isoProperty) | |
| TFPropertyDialog (IsoTFProperty *isotfProperty) | |
| virtual QSize | sizeHint () const override |
| virtual QSize | minimumSizeHint () const override |
| void | updateFromProperty () |
| TFEditorView * | getEditorView () const |
| virtual Property * | getProperty () const override |
| Public Member Functions inherited from inviwo::PropertyEditorWidgetQt | |
| PropertyEditorWidgetQt (Property *property, const std::string &widgetName) | |
| PropertyEditorWidgetQt (Property *property, const std::string &widgetName, const std::string &objName) | |
| virtual bool | isVisible () const override |
| virtual void | setVisible (bool visible) override |
| virtual ivec2 | getPosition () const override |
| virtual void | setPosition (const ivec2 &pos) override |
| virtual ivec2 | getDimensions () const override |
| virtual void | setDimensions (const ivec2 &dimensions) override |
| virtual void | saveState () override |
| virtual void | loadState () override |
| Public Member Functions inherited from inviwo::InviwoDockWidget | |
| InviwoDockWidget (QString title, QWidget *parent) | |
| InviwoDockWidget (QString title, QWidget *parent, QString objname) | |
| virtual void | keyPressEvent (QKeyEvent *keyEvent) override |
| void | setSticky (bool sticky) |
| bool | isSticky () const |
| void | setContents (QWidget *widget) |
| void | setContents (QLayout *layout) |
| Public Member Functions inherited from inviwo::PropertyObserver | |
| virtual void | onSetIdentifier (Property *property, const std::string &identifier) |
| virtual void | onSetSemantics (Property *property, const PropertySemantics &semantics) |
| virtual void | onSetVisible (Property *property, bool visible) |
| Public Member Functions inherited from inviwo::Observer | |
| Observer (const Observer &other) | |
| Observer (Observer &&other) | |
| Observer & | operator= (Observer &&other) |
| Observer & | operator= (const Observer &other) |
| virtual | ~Observer () |
| void | removeObservation (ObservableInterface *observable) |
| void | removeObservations () |
| Public Member Functions inherited from inviwo::TFPropertyObserver | |
| virtual void | onHistogramSelectionChange (HistogramSelection selection) |
Protected Member Functions | |
| virtual void | onTFPrimitiveAdded (const TFPrimitiveSet &set, TFPrimitive &p) override |
| virtual void | onTFPrimitiveRemoved (const TFPrimitiveSet &set, TFPrimitive &p) override |
| virtual void | onTFPrimitiveChanged (const TFPrimitiveSet &set, const TFPrimitive &p) override |
| virtual void | onTFTypeChanged (const TFPrimitiveSet &set, TFPrimitiveSetType type) override |
| virtual void | onTFMaskChanged (const TFPrimitiveSet &set, dvec2 mask) override |
| void | onTFTypeChangedInternal () |
| virtual void | onZoomHChange (const dvec2 &zoomH) override |
| virtual void | onZoomVChange (const dvec2 &zoomV) override |
| virtual void | onHistogramModeChange (HistogramMode mode) override |
| virtual void | setReadOnly (bool readonly) override |
| void | changeVerticalZoom (int zoomMin, int zoomMax) |
| void | changeHorizontalZoom (int zoomMin, int zoomMax) |
| virtual void | resizeEvent (QResizeEvent *) override |
| virtual void | showEvent (QShowEvent *) override |
| void | updateTitleFromProperty () |
| virtual void | onSetDisplayName (Property *property, const std::string &displayName) override |
| Protected Member Functions inherited from inviwo::PropertyEditorWidgetQt | |
| virtual void | closeEvent (QCloseEvent *) override |
| virtual void | moveEvent (QMoveEvent *event) override |
| virtual void | onSetReadOnly (Property *property, bool readonly) override |
| Protected Member Functions inherited from inviwo::Observer | |
| void | addObservation (ObservableInterface *observable) |
Additional Inherited Members | |
| Signals inherited from inviwo::InviwoDockWidget | |
| void | stickyFlagChanged (bool sticky) |
| Protected Attributes inherited from inviwo::Observer | |
| std::unordered_set< ObservableInterface * > | observables_ |
| Static Protected Attributes inherited from inviwo::PropertyEditorWidgetQt | |
| static constexpr std::string_view | visibleKey {"PropertyEditorWidgetVisible"} |
| static constexpr std::string_view | floatingKey {"PropertyEditorWidgetFloating"} |
| static constexpr std::string_view | stickyKey {"PropertyEditorWidgetSticky"} |
| static constexpr std::string_view | sizeKey {"PropertyEditorWidgetSize"} |
| static constexpr std::string_view | positionKey {"PropertyEditorWidgetPosition"} |
| static constexpr std::string_view | dockareaKey {"PropertyEditorWidgetDockStatus"} |
|
overridevirtual |
Implements inviwo::PropertyEditorWidgetQt.
|
overrideprotectedvirtual |
Reimplemented from inviwo::TFPropertyObserver.
|
overrideprotectedvirtual |
Reimplemented from inviwo::PropertyObserver.
|
overrideprotectedvirtual |
Reimplemented from inviwo::TFPrimitiveSetObserver.
|
overrideprotectedvirtual |
Reimplemented from inviwo::TFPrimitiveSetObserver.
|
overrideprotectedvirtual |
Reimplemented from inviwo::TFPrimitiveSetObserver.
|
overrideprotectedvirtual |
Reimplemented from inviwo::TFPrimitiveSetObserver.
|
overrideprotectedvirtual |
Reimplemented from inviwo::TFPrimitiveSetObserver.
|
overrideprotectedvirtual |
Reimplemented from inviwo::TFPropertyObserver.
|
overrideprotectedvirtual |
Reimplemented from inviwo::TFPropertyObserver.
|
overrideprotectedvirtual |
Reimplemented from inviwo::PropertyEditorWidgetQt.
|
overrideprotectedvirtual |
Reimplemented from inviwo::PropertyEditorWidgetQt.
|
overrideprotectedvirtual |
Reimplemented from inviwo::PropertyEditorWidgetQt.