]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Minor improvements to keyframe widget, allow resetting keyframes
[kdenlive] / src / customtrackview.h
index 5515c7e8185b33dbf86033e677f87187ca16e5d6..344a01a25565a91df13512c9eb0a641fc19978b9 100644 (file)
@@ -205,6 +205,9 @@ public:
     int getFrameWidth();
     /** @brief Returns last requested seeking pos (or SEEK_INACTIVE if no seek). */
     int seekPosition() const;
+
+    /** @brief Trigger a monitor refresh. */
+    void monitorRefresh();
     
 public slots:
     /** @brief Send seek request to MLT. */
@@ -527,7 +530,7 @@ signals:
     /** @brief Cursor position changed, repaint ruler.*/
     void updateRuler();
     /** @brief Send data from a clip to be imported as keyframes for effect / transition.*/
-    void importKeyframes(GRAPHICSRECTITEM type, const QString&);
+    void importKeyframes(GRAPHICSRECTITEM type, const QString&, int maximum);
 };
 
 #endif