![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Public Member Functions | |
virtual void | onStateChanged (AnimationController *, AnimationState, AnimationState) |
virtual void | onPlaybackSettingsChanged (AnimationController *, AnimationPlaySettings, AnimationPlaySettings) |
virtual void | onTimeChanged (AnimationController *, Seconds, Seconds) |
virtual void | onAnimationChanged (AnimationController *, Animation *, Animation *) |
![]() | |
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 | |
![]() | |
using | ObservableSet = std::unordered_set< ObservableInterface * > |
![]() | |
void | addObservation (ObservableInterface *observable) |
![]() | |
ObservableSet | observables_ |