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

Public Member Functions

 TrackWidgetQt (Track &track)
virtual void paint (QPainter *painter, const QStyleOptionGraphicsItem *options, QWidget *widget) override
TrackgetTrack ()
const TrackgetTrack () const
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 *)
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 QRectF boundingRect () const override
virtual void onKeyframeSequenceAdded (Track *t, KeyframeSequence *s) override
virtual void onKeyframeSequenceRemoved (Track *t, KeyframeSequence *s) override
Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)

Protected Attributes

Tracktrack_
std::unordered_map< KeyframeSequence *, std::unique_ptr< KeyframeSequenceWidgetQt > > sequences_
Protected Attributes inherited from inviwo::Observer
std::unordered_set< ObservableInterface * > observables_

Member Function Documentation

◆ onKeyframeSequenceAdded()

virtual void inviwo::animation::TrackWidgetQt::onKeyframeSequenceAdded ( Track * t,
KeyframeSequence * s )
overrideprotectedvirtual

Reimplemented from inviwo::animation::TrackObserver.

◆ onKeyframeSequenceRemoved()

virtual void inviwo::animation::TrackWidgetQt::onKeyframeSequenceRemoved ( Track * t,
KeyframeSequence * s )
overrideprotectedvirtual

Reimplemented from inviwo::animation::TrackObserver.


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