|  | Inviwo 0.9.12-pre
    Inviwo documentation | 
| Public Member Functions | |
| AnimationLabelViewQt (AnimationController &controller) | |
| virtual void | onTrackAdded (Track *track) override | 
| virtual void | onTrackRemoved (Track *track) override | 
| void | onAnimationChanged (AnimationController *, Animation *oldAnim, Animation *newAnim) override | 
| Public Member Functions inherited from inviwo::animation::AnimationObserver | |
| virtual void | onFirstMoved () | 
| virtual void | onLastMoved () | 
| virtual void | onNameChanged (Animation *) | 
| Public Member Functions inherited from inviwo::Observer | |
| Observer (const Observer &other) | |
| Observer (Observer &&other) | |
| Observer & | operator= (Observer &&other) | 
| Observer & | operator= (const Observer &other) | 
| virtual | ~Observer () | 
| void | removeObservation (ObservableInterface *observable) | 
| void | removeObservations () | 
| Public Member Functions inherited from inviwo::animation::AnimationControllerObserver | |
| virtual void | onStateChanged (AnimationController *, AnimationState, AnimationState) | 
| virtual void | onTimeChanged (AnimationController *, Seconds, Seconds) | 
| Public Attributes | |
| AnimationController & | controller_ | 
| QStandardItemModel * | model_ | 
| Additional Inherited Members | |
| Protected Member Functions inherited from inviwo::Observer | |
| void | addObservation (ObservableInterface *observable) | 
| Protected Attributes inherited from inviwo::Observer | |
| std::unordered_set< ObservableInterface * > | observables_ | 
| 
 | overridevirtual | 
Reimplemented from inviwo::animation::AnimationControllerObserver.
| 
 | overridevirtual | 
Reimplemented from inviwo::animation::AnimationObserver.
| 
 | overridevirtual | 
Reimplemented from inviwo::animation::AnimationObserver.