![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Inheritance diagram for inviwo::animation::AnimationControllerObservable:Protected Member Functions | |
| void | notifyAnimationChanged (AnimationController *controller, Animation *oldAnimation, Animation *newAnimation) |
| void | notifyStateChanged (AnimationController *controller, AnimationState prevState, AnimationState newState) |
| void | notifyTimeChanged (AnimationController *controller, Seconds oldTime, Seconds newTime) |
Protected Member Functions inherited from inviwo::Observable< AnimationControllerObserver > | |
| 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< AnimationControllerObserver > | |
| void | addObserver (AnimationControllerObserver *observer) |
| bool | isObservedBy (AnimationControllerObserver *observer) const |
| Observable (const Observable< AnimationControllerObserver > &other) | |
| Observable (Observable< AnimationControllerObserver > &&other) noexcept | |
| Observable< AnimationControllerObserver > & | operator= (const Observable< AnimationControllerObserver > &other) |
| Observable< AnimationControllerObserver > & | operator= (Observable< AnimationControllerObserver > &&other) noexcept |
| void | removeObserver (AnimationControllerObserver *observer) |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |