![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Inheritance diagram for inviwo::animation::AnimationLabelViewQt:Public Member Functions | |
| AnimationLabelViewQt (AnimationController &controller) | |
| virtual void | onTrackAdded (Track *track) override |
| virtual void | onTrackRemoved (Track *track) override |
Public Member Functions inherited from inviwo::animation::AnimationObserver | |
| virtual void | onFirstMoved () |
| virtual void | onLastMoved () |
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 Attributes | |
| AnimationController & | controller_ |
| QStandardItemModel * | model_ |
Additional Inherited Members | |
Protected Types inherited from inviwo::Observer | |
| using | ObservableSet = std::unordered_set< ObservableInterface * > |
Protected Member Functions inherited from inviwo::Observer | |
| void | addObservation (ObservableInterface *observable) |
Protected Attributes inherited from inviwo::Observer | |
| ObservableSet | observables_ |