]> git.sesse.net Git - kdenlive/blobdiff - src/beziercurve/beziersplinewidget.h
Bezier Spline: Allow to link the handles of a point. They will then always remain...
[kdenlive] / src / beziercurve / beziersplinewidget.h
index 761df80d0befff7a71b36cac9ca35f19a91cd1fb..061784488505a08ce1146282ab362e8fb3ba0ee2 100644 (file)
@@ -40,10 +40,15 @@ public:
 
 private slots:
     void slotUpdatePoint(const BPoint &p);
-    void slotUpdateSpline();
+
+    void slotUpdatePointP();
+    void slotUpdatePointH1();
+    void slotUpdatePointH2();
+
     void slotGridChange();
     void slotShowPixmap(bool show = true);
     void slotResetSpline();
+    void slotSetHandlesLinked(bool linked);
 
 private:
     Ui::BezierSpline_UI m_ui;