]> git.sesse.net Git - kdenlive/blobdiff - src/keyframeedit.h
If exporting to script: Use variables for the location of the playlist and the destin...
[kdenlive] / src / keyframeedit.h
index 23115b36b090a202d335767a617c77cbe8f9af82..b804da41a1f7b80bd2bab06bc86f28472fc19217 100644 (file)
@@ -90,6 +90,9 @@ public:
     /** @brief Returns true if the parameter @param name should be shown on the clip in timeline. */
     bool isVisibleParam(const QString &name);
 
+    /** @brief Makes the first parameter visible in timeline if no parameter is selected. */
+    void checkVisibleParam();
+
 private:
     QList <QDomElement> m_params;
     int m_min;
@@ -124,7 +127,7 @@ private slots:
     void slotResetKeyframe();
 
     /** @brief Makes the parameter at column @param id the visible (in timeline) one. */
-    void slotUpdateVisibleParameter(int id);
+    void slotUpdateVisibleParameter(int id, bool update = true);
 
 signals:
     void parameterChanged();