![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Inheritance diagram for inviwo::animation::KeyframeObservable:Protected Member Functions | |
| void | notifyKeyframeEasingChanged (Keyframe *key) |
| void | notifyKeyframeSelectionChanged (Keyframe *key) |
| void | notifyKeyframeTimeChanged (Keyframe *key, Seconds oldTime) |
Protected Member Functions inherited from inviwo::Observable< KeyframeObserver > | |
| void | forEachObserver (C callback) |
Protected Member Functions inherited from inviwo::ObservableInterface | |
| void | addObservationHelper (Observer *observer) |
| void | removeObservationHelper (Observer *observer) |
Additional Inherited Members | |
Public Member Functions inherited from inviwo::Observable< KeyframeObserver > | |
| void | addObserver (KeyframeObserver *observer) |
| bool | isObservedBy (KeyframeObserver *observer) const |
| Observable (const Observable< KeyframeObserver > &other) | |
| Observable (Observable< KeyframeObserver > &&other) noexcept | |
| Observable< KeyframeObserver > & | operator= (const Observable< KeyframeObserver > &other) |
| Observable< KeyframeObserver > & | operator= (Observable< KeyframeObserver > &&other) noexcept |
| void | removeObserver (KeyframeObserver *observer) |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |