]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/parametercontainer.h
Prepare importing of keyframes from clip analysis
[kdenlive] / src / effectstack / parametercontainer.h
index ae286af8ceac48eca096ac494b19cd4923b5e107..178180dcd5c9d97a5aa1d5c220b09c6860cd1e6c 100644 (file)
@@ -66,6 +66,8 @@ public:
     void updateParameter(const QString &key, const QString &value);
     /** @brief Returns true of this effect requires an on monitor adjustable effect scene. */
     bool needsMonitorEffectScene() const;
+    /** @brief Set keyframes for this param. */
+    void setKeyframes(const QString &data);
 
 private slots:
     void slotCollectAllParameters();
@@ -103,7 +105,8 @@ signals:
     void showComments(bool);    
     /** @brief Start an MLT filter job on this clip. */
     void startFilterJob(QString filterName, QString filterParams, QString finalFilterName, QString consumer, QString consumerParams, QStringList extra);
-    
+    /** @brief Request import of keyframes from clip data. */
+    void importClipKeyframes();
 };
 
 #endif