![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Inheritance diagram for inviwo::PropertyObserver:Public Member Functions | |
| 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) |
| virtual void | onSetReadOnly (Property *property, bool readonly) |
| virtual void | onSetVisible (Property *property, bool visible) |
| virtual void | onSetUsageMode (Property *property, UsageMode usageMode) |
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 () |
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_ |