![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Inheritance diagram for inviwo::PropertyOwnerObserver:Public Member Functions | |
| virtual void | onWillAddProperty (Property *property, size_t index) |
| virtual void | onDidAddProperty (Property *property, size_t index) |
| virtual void | onWillRemoveProperty (Property *property, size_t index) |
| virtual void | onDidRemoveProperty (Property *property, size_t index) |
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 Attributes | |
| friend | PropertyOwnerObservable |
Additional Inherited Members | |
Protected Types inherited from inviwo::Observer | |
| using | ObservableSet = std::unordered_set< ObservableInterface * > |
Protected Member Functions inherited from inviwo::Observer | |
| void | addObservation (ObservableInterface *observable) |
Protected Attributes inherited from inviwo::Observer | |
| ObservableSet | observables_ |
|
virtual |
This methods will be called when observed object changes. Override it to add behavior.
Reimplemented in inviwo::glui::GLUIProcessor.