![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| virtual void | onKeyframeAdded (Keyframe *, KeyframeSequence *) |
| virtual void | onKeyframeRemoved (Keyframe *, KeyframeSequence *) |
| virtual void | onKeyframeSequenceMoved (KeyframeSequence *) |
| virtual void | onKeyframeSequenceSelectionChanged (KeyframeSequence *) |
| 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 Member Functions inherited from inviwo::Observer | |
| void | addObservation (ObservableInterface *observable) |
| Protected Attributes inherited from inviwo::Observer | |
| std::unordered_set< ObservableInterface * > | observables_ |