]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/parametercontainer.h
Improve update of effect stack when resizing clip, start implementing merge of analys...
[kdenlive] / src / effectstack / parametercontainer.h
index 86bc2cd0bef12ecdca0d3049e4a3189161379f13..593d391e8ffb7ae5cc5c8b241709fb1c3bbc6470 100644 (file)
@@ -68,6 +68,8 @@ public:
     bool needsMonitorEffectScene() const;
     /** @brief Set keyframes for this param. */
     void setKeyframes(const QString &data, int maximum);
+    /** @brief Update the in / out for the clip. */
+    void setRange(int inPoint, int outPoint);
 
 private slots:
     void slotCollectAllParameters();
@@ -107,6 +109,8 @@ signals:
     void startFilterJob(QString filterName, QString filterParams, QString consumer, QString consumerParams, const QMap <QString, QString>extra);
     /** @brief Request import of keyframes from clip data. */
     void importClipKeyframes();
+    /** @brief Master clip was resized, update effect. */
+    void updateRange(int inPoint, int outPoint);
 };
 
 #endif