]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/collapsibleeffect.h
Improve update of effect stack when resizing clip, start implementing merge of analys...
[kdenlive] / src / effectstack / collapsibleeffect.h
index 0d0535461cbc3d20a8f2ae160acf6e103cb55725..42d4aab43a64e4c58a204bb44bac2925243d3c6d 100644 (file)
@@ -73,6 +73,8 @@ public:
     void adjustButtons(int ix, int max);
     /** @brief Returns true of this effect requires an on monitor adjustable effect scene. */
     bool needsMonitorEffectScene() const;
+    /** @brief Set clip in / out points. */
+    void setRange(int inPoint , int outPoint);
 
 public slots:
     void slotSyncEffectsPos(int pos);