![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| virtual void | onSetDisplayName (Property *property, const std::string &displayName) override |
| virtual void | onSetIdentifier (Property *property, const std::string &identifier) override |
| virtual void | onSetReadOnly (Property *property, bool readonly) override |
| virtual void | onSetSemantics (Property *property, const PropertySemantics &semantics) override |
| virtual void | onSetVisible (Property *property, bool visible) override |
| 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 () |
Public Attributes | |
| std::function< void(Property *, const std::string &)> | onDisplayNameChange |
| std::function< void(Property *, const std::string &)> | onIdentifierChange |
| std::function< void(Property *, bool)> | onReadOnlyChange |
| std::function< void(Property *, const PropertySemantics &)> | onSemanticsChange |
| std::function< void(Property *, bool)> | onVisibleChange |
Additional Inherited Members | |
| Protected Member Functions inherited from inviwo::Observer | |
| void | addObservation (ObservableInterface *observable) |
| Protected Attributes inherited from inviwo::Observer | |
| std::unordered_set< ObservableInterface * > | observables_ |
|
inlineoverridevirtual |
Reimplemented from inviwo::PropertyObserver.
|
inlineoverridevirtual |
Reimplemented from inviwo::PropertyObserver.
|
inlineoverridevirtual |
Reimplemented from inviwo::PropertyObserver.
|
inlineoverridevirtual |
Reimplemented from inviwo::PropertyObserver.
|
inlineoverridevirtual |
Reimplemented from inviwo::PropertyObserver.