![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| virtual ivec2 | getDimensions () const override |
| virtual ivec2 | getPosition () const override |
| virtual Property * | getProperty () const override=0 |
| virtual bool | isVisible () const override |
| virtual void | loadState () override |
| PropertyEditorWidgetQt (Property *property, const std::string &widgetName) | |
| PropertyEditorWidgetQt (Property *property, const std::string &widgetName, const std::string &objName) | |
| virtual void | saveState () override |
| virtual void | setDimensions (const ivec2 &dimensions) override |
| virtual void | setPosition (const ivec2 &pos) override |
| virtual void | setVisible (bool visible) override |
| Public Member Functions inherited from inviwo::InviwoDockWidget | |
| InviwoDockWidget (QString title, QWidget *parent) | |
| InviwoDockWidget (QString title, QWidget *parent, QString objname) | |
| bool | isSticky () const |
| virtual void | keyPressEvent (QKeyEvent *keyEvent) override |
| void | setContents (QLayout *layout) |
| void | setContents (QWidget *widget) |
| void | setSticky (bool sticky) |
| Public Member Functions inherited from inviwo::PropertyObserver | |
| virtual void | onSetDisplayName (Property *property, const std::string &displayName) |
| 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= (const Observer &other) |
| Observer & | operator= (Observer &&other) |
| void | removeObservation (ObservableInterface *observable) |
| void | removeObservations () |
| virtual | ~Observer () |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *) override |
| virtual void | moveEvent (QMoveEvent *event) override |
| virtual void | onSetReadOnly (Property *property, bool readonly) override |
| virtual void | resizeEvent (QResizeEvent *event) override |
| virtual void | setReadOnly (bool readonly) |
| virtual void | showEvent (QShowEvent *) 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_ |
|
overrideprotectedvirtual |
Reimplemented from inviwo::InviwoDockWidget.
|
overridevirtual |
Implements inviwo::PropertyEditorWidget.
|
overridevirtual |
Implements inviwo::PropertyEditorWidget.
|
overridepure virtual |
Implements inviwo::PropertyEditorWidget.
|
overridevirtual |
Implements inviwo::PropertyEditorWidget.
|
overridevirtual |
Load state related to the dock widget, called in the constructor. If you overload this function you must also call it in your constructor. Uses the objectName as settings group
Reimplemented from inviwo::InviwoDockWidget.
|
overrideprotectedvirtual |
Reimplemented from inviwo::PropertyObserver.
|
overridevirtual |
Save state related to the dock widget, called in the close event. Uses the objectName as settings group
Reimplemented from inviwo::InviwoDockWidget.
|
overridevirtual |
Implements inviwo::PropertyEditorWidget.
|
overridevirtual |
Implements inviwo::PropertyEditorWidget.
|
overridevirtual |
Implements inviwo::PropertyEditorWidget.
|
overrideprotectedvirtual |
Reimplemented from inviwo::InviwoDockWidget.