Inviwo
0.9.10.1
Inviwo documentation
|
Public Member Functions | |
TrackWidgetQt (Track &track) | |
virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *options, QWidget *widget) override |
Track & | getTrack () |
const Track & | getTrack () const |
Public Member Functions inherited from inviwo::animation::TrackObserver | |
virtual void | onFirstMoved (Track *) |
virtual void | onLastMoved (Track *) |
virtual void | onEnabledChanged (Track *) |
virtual void | onIdentifierChanged (Track *) |
virtual void | onNameChanged (Track *) |
virtual void | onPriorityChanged (Track *) |
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 () |
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 | |
Track & | track_ |
std::unordered_map< KeyframeSequence *, std::unique_ptr< KeyframeSequenceWidgetQt > > | sequences_ |
Protected Attributes inherited from inviwo::Observer | |
ObservableSet | observables_ |
Additional Inherited Members | |
Protected Types inherited from inviwo::Observer | |
using | ObservableSet = std::unordered_set< ObservableInterface * > |