Inviwo  0.9.10.1
Inviwo documentation
inviwo::animation::AnimationEditorQt Class Reference
+ Inheritance diagram for inviwo::animation::AnimationEditorQt:

Public Member Functions

 AnimationEditorQt (AnimationController &controller, TrackWidgetQtFactory &widgetFactory, TextLabelOverlay &overlay)
 
- 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

void updateSceneRect ()
 
virtual void onFirstMoved () override
 
virtual void onLastMoved () override
 
virtual void onTrackAdded (Track *track) override
 
virtual void onTrackRemoved (Track *track) override
 
virtual void keyPressEvent (QKeyEvent *event) override
 
void dragEnterEvent (QGraphicsSceneDragDropEvent *event) override
 
void dragLeaveEvent (QGraphicsSceneDragDropEvent *event) override
 
void dragMoveEvent (QGraphicsSceneDragDropEvent *event) override
 
void dropEvent (QGraphicsSceneDragDropEvent *event) override
 
std::unique_ptr< TrackWidgetQtcreateTrackWidget (Track &track) const
 
- Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)
 

Protected Attributes

AnimationControllercontroller_
 
TrackWidgetQtFactorywidgetFactory_
 
std::unordered_map< Track *, std::unique_ptr< TrackWidgetQt > > tracks_
 
QGraphicsLineItem * dropIndicatorLine
 
TextLabelOverlayoverlay_
 
- Protected Attributes inherited from inviwo::Observer
ObservableSet observables_
 

Additional Inherited Members

- Protected Types inherited from inviwo::Observer
using ObservableSet = std::unordered_set< ObservableInterface * >
 

Member Data Documentation

◆ dropIndicatorLine

QGraphicsLineItem* inviwo::animation::AnimationEditorQt::dropIndicatorLine
protected

Indicator line for the drag&drop of properties. Shows a timeline indicating where the item will be dropped. Manipulated in the drag* and drop* functions.


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