summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/TimelineGraphicsView/KeyframeManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/TimelineGraphicsView/KeyframeManager.h')
-rw-r--r--src/Authoring/Studio/Palettes/TimelineGraphicsView/KeyframeManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Authoring/Studio/Palettes/TimelineGraphicsView/KeyframeManager.h b/src/Authoring/Studio/Palettes/TimelineGraphicsView/KeyframeManager.h
index 0e3f8aaa..4b6d8f80 100644
--- a/src/Authoring/Studio/Palettes/TimelineGraphicsView/KeyframeManager.h
+++ b/src/Authoring/Studio/Palettes/TimelineGraphicsView/KeyframeManager.h
@@ -64,6 +64,7 @@ public:
void copySelectedKeyframes();
void pasteKeyframes();
void moveSelectedKeyframes(double dx);
+ void moveSelectedKeyframesTo(Keyframe *pressedKeyframe, double newX);
void commitMoveSelectedKeyframes();
bool deleteSelectedKeyframes();
bool oneMasterRowSelected() const;