Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::animation::SequenceEditorPanel Class Reference
+ Inheritance diagram for inviwo::animation::SequenceEditorPanel:

Public Member Functions

 SequenceEditorPanel (AnimationController &controller, AnimationManager &manager, SequenceEditorFactory &editorFactory, QWidget *parent=nullptr)
 
virtual void onAnimationChanged (AnimationController *controller, Animation *oldAnim, Animation *newAnim) override
 
virtual void onTrackAdded (Track *track) override
 
virtual void onTrackRemoved (Track *track) override
 
virtual void onKeyframeSequenceAdded (Track *t, KeyframeSequence *s) override
 
virtual void onKeyframeSequenceRemoved (Track *t, KeyframeSequence *s) override
 
QLayout * getOptionLayout ()
 
- Public Member Functions inherited from inviwo::animation::AnimationControllerObserver
virtual void onStateChanged (AnimationController *, AnimationState, AnimationState)
 
virtual void onTimeChanged (AnimationController *, Seconds, Seconds)
 
- Public Member Functions inherited from inviwo::Observer
 Observer (const Observer &other)
 
 Observer (Observer &&other)
 
Observeroperator= (Observer &&other)
 
Observeroperator= (const Observer &other)
 
virtual ~Observer ()
 
void removeObservation (ObservableInterface *observable)
 
void removeObservations ()
 
- Public Member Functions inherited from inviwo::animation::AnimationObserver
virtual void onFirstMoved ()
 
virtual void onLastMoved ()
 
virtual void onNameChanged (Animation *)
 
- Public Member Functions inherited from inviwo::animation::TrackObserver
virtual void onFirstMoved (Track *)
 
virtual void onLastMoved (Track *)
 
virtual void onEnabledChanged (Track *)
 
virtual void onNameChanged (Track *)
 
virtual void onPriorityChanged (Track *)
 

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_
 

Member Function Documentation

◆ onAnimationChanged()

virtual void inviwo::animation::SequenceEditorPanel::onAnimationChanged ( AnimationController * controller,
Animation * oldAnim,
Animation * newAnim )
overridevirtual

◆ onKeyframeSequenceAdded()

virtual void inviwo::animation::SequenceEditorPanel::onKeyframeSequenceAdded ( Track * t,
KeyframeSequence * s )
overridevirtual

Reimplemented from inviwo::animation::TrackObserver.

◆ onKeyframeSequenceRemoved()

virtual void inviwo::animation::SequenceEditorPanel::onKeyframeSequenceRemoved ( Track * t,
KeyframeSequence * s )
overridevirtual

Reimplemented from inviwo::animation::TrackObserver.

◆ onTrackAdded()

virtual void inviwo::animation::SequenceEditorPanel::onTrackAdded ( Track * track)
overridevirtual

◆ onTrackRemoved()

virtual void inviwo::animation::SequenceEditorPanel::onTrackRemoved ( Track * track)
overridevirtual

The documentation for this class was generated from the following file: