![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Inheritance diagram for inviwo::animation::AnimationObservable:Protected Member Functions | |
| void | notifyFirstMoved () |
| void | notifyLastMoved () |
| void | notifyNameChanged (Animation *anim) |
| void | notifyTrackAdded (Track *track) |
| void | notifyTrackRemoved (Track *track) |
Protected Member Functions inherited from inviwo::Observable< AnimationObserver > | |
| 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< AnimationObserver > | |
| void | addObserver (AnimationObserver *observer) |
| bool | isObservedBy (AnimationObserver *observer) const |
| Observable (const Observable< AnimationObserver > &other) | |
| Observable (Observable< AnimationObserver > &&other) noexcept | |
| Observable< AnimationObserver > & | operator= (const Observable< AnimationObserver > &other) |
| Observable< AnimationObserver > & | operator= (Observable< AnimationObserver > &&other) noexcept |
| void | removeObserver (AnimationObserver *observer) |
| virtual void | startBlockingNotifications () override final |
| virtual void | stopBlockingNotifications () override final |