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