]> git.sesse.net Git - kdenlive/blobdiff - src/cornerswidget.h
If exporting to script: Use variables for the location of the playlist and the destin...
[kdenlive] / src / cornerswidget.h
index add06ae6f3cfe62ca393a793ed159db7af99f40e..de322943bb7de585e18a27c2833c096daed11921 100644 (file)
@@ -86,6 +86,19 @@ private slots:
      * @param changed (default = true) Whether to emit parameterChanged */
     void slotUpdateProperties(bool changed = true);
 
+    /** @brief Shows/Hides the lines connecting the corners in the on-monitor item according to @param show. */
+    void slotShowLines(bool show = true);
+
+    /*
+     * These functions reset the positions of the corners.
+     * The default values in the effect XML file are not considered, but
+     * the position the corner would have without this effect applied. 
+     */
+    void slotResetCorner1();
+    void slotResetCorner2();
+    void slotResetCorner3();
+    void slotResetCorner4();
+
 signals:
     void parameterChanged();
     void checkMonitorPosition(int);