Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::animation::SequenceEditorWidget Class Referenceabstract
Inheritance diagram for inviwo::animation::SequenceEditorWidget:

Public Member Functions

 SequenceEditorWidget (KeyframeSequence &sequence, Track &track, AnimationManager &manager)
void updateVisibility ()
virtual void onKeyframeSequenceSelectionChanged (KeyframeSequence *seq) override
virtual void onKeyframeAdded (Keyframe *key, KeyframeSequence *seq) override
virtual void onKeyframeRemoved (Keyframe *key, KeyframeSequence *seq) override
TrackgetTrack ()
void setReorderNeeded ()
Public Member Functions inherited from inviwo::animation::KeyframeSequenceObserver
virtual void onKeyframeSequenceMoved (KeyframeSequence *)
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 ()

Protected Member Functions

virtual QWidget * create (Keyframe *key)=0
void reorderKeyframes ()
virtual void paintEvent (QPaintEvent *event) override
Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)

Protected Attributes

KeyframeSequencesequence_
Tracktrack_
std::unordered_map< Keyframe *, QWidget * > keyframeEditorWidgets_
QVBoxLayout * keyframesLayout_ {nullptr}
bool reorderNeeded_ {true}
Protected Attributes inherited from inviwo::Observer
std::unordered_set< ObservableInterface * > observables_

Member Function Documentation

◆ onKeyframeAdded()

virtual void inviwo::animation::SequenceEditorWidget::onKeyframeAdded ( Keyframe * key,
KeyframeSequence * seq )
overridevirtual

◆ onKeyframeRemoved()

virtual void inviwo::animation::SequenceEditorWidget::onKeyframeRemoved ( Keyframe * key,
KeyframeSequence * seq )
overridevirtual

◆ onKeyframeSequenceSelectionChanged()

virtual void inviwo::animation::SequenceEditorWidget::onKeyframeSequenceSelectionChanged ( KeyframeSequence * seq)
overridevirtual

The documentation for this class was generated from the following file:
  • sequenceeditorwidget.h