]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Fix clip and transition move / resize through the double click move / resize widget
[kdenlive] / src / customtrackview.h
index 951abb536016fb4e8e7ffadb4ea398a674b6d3ce..3b25d901d933f6e3bebdec58e84da367e79d030b 100644 (file)
@@ -223,6 +223,11 @@ private:
     bool insertPossible(AbstractGroupItem *group, const QPoint &pos) const;
     void resetSelectionGroup(bool selectItems = true);
     void groupSelectedItems(bool force = false);
+    /** Get available space for clip move (min and max free positions) */
+    void getClipAvailableSpace(AbstractClipItem *item, GenTime &minimum, GenTime &maximum);
+    /** Get available space for transition move (min and max free positions) */
+    void getTransitionAvailableSpace(AbstractClipItem *item, GenTime &minimum, GenTime &maximum);
+
 
 private slots:
     void slotRefreshGuides();