![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Inheritance diagram for inviwo::animation::PropertyTrackWidgetQt:Public Types | |
| enum | { Type = UserType + static_cast<int>(ItemTypes::PropertyTrack) } |
Public Member Functions | |
| PropertyTrackWidgetQt (Track &track) | |
| virtual int | type () const override |
Public Member Functions inherited from inviwo::animation::TrackWidgetQt | |
| 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 () |
Static Public Member Functions | |
| static std::string | classIdentifier () |
Additional Inherited Members | |
Protected Types inherited from inviwo::Observer | |
| using | ObservableSet = std::unordered_set< ObservableInterface * > |
Protected Member Functions inherited from inviwo::animation::TrackWidgetQt | |
| 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 inherited from inviwo::animation::TrackWidgetQt | |
| Track & | track_ |
| std::unordered_map< KeyframeSequence *, std::unique_ptr< KeyframeSequenceWidgetQt > > | sequences_ |
Protected Attributes inherited from inviwo::Observer | |
| ObservableSet | observables_ |