]> git.sesse.net Git - kdenlive/blobdiff - src/abstractclipitem.h
For now use previous and next keyframe as border when moving keyframe in timeline...
[kdenlive] / src / abstractclipitem.h
index f36c71f59aa8c0f4cd04b778e8310d0fc6620224..5aad8941cb76bd321aca1114efc62cb0542e995f 100644 (file)
@@ -45,6 +45,10 @@ public:
     AbstractClipItem(const ItemInfo info, const QRectF& rect, double fps);
     virtual ~ AbstractClipItem();
     void updateSelectedKeyFrame();
+
+    /** @brief Move the selected keyframe (does not influence the effect, only the display in timeline).
+    * @param pos new Position
+    * @param value new Value */
     void updateKeyFramePos(const GenTime pos, const double value);
     int addKeyFrame(const GenTime pos, const double value);
     bool hasKeyFrames() const;