|
|
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< TrackWidgetQt > | createTrackWidget (Track &track) const |
| |
| void | addObservation (ObservableInterface *observable) |
| |
◆ 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:
- animationeditorqt.h
- animationeditorqt.cpp