]> git.sesse.net Git - kdenlive/blobdiff - src/geometrywidget.h
Improve update of effect stack when resizing clip, start implementing merge of analys...
[kdenlive] / src / geometrywidget.h
index cdd01cd6427a3cfe482ac7f06aeab6d6d52fcc8e..d8e4b9e1ccf5646d9ee5a5e02fd7d809891cd4f4 100644 (file)
@@ -59,6 +59,7 @@ public:
     void setFrameSize(QPoint size);
     void addParameter(const QDomElement elem);
     void importKeyframes(const QString &data, int maximum);
+    int currentPosition() const;
 
 public slots:
     /** @brief Sets up the rect and the geometry object.
@@ -69,6 +70,7 @@ public slots:
     /** @brief Updates position of the local timeline to @param relTimelinePos.  */
     void slotSyncPosition(int relTimelinePos);
     void slotResetKeyframes();
+    void slotUpdateRange(int inPoint, int outPoint);
 
 private:
     Ui::GeometryWidget_UI m_ui;