]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackview.h
Improvements to the clip jobs framework
[kdenlive] / src / effectstackview.h
index 89055a2360374e03a9e691fa12cbe4c4903e6cb2..e3412bd45fcee53996366f622c243a380dae5ed8 100644 (file)
@@ -141,6 +141,9 @@ private slots:
 
     /** @brief Shows/Hides the comment box and emits showComments to notify the parameter widgets to do the same. */
     void slotShowComments();
+    
+    /** @brief Triggers a filter job on this clip. */
+    void slotStartFilterJob(const QString&filterName, const QString&filterParams, const QString&consumer, const QString&consumerParams, const QString&properties);
 
 signals:
     void removeEffect(ClipItem*, int, QDomElement);
@@ -161,6 +164,7 @@ signals:
     void updateClipRegion(ClipItem*, int, QString);
     void displayMessage(const QString&, int);
     void showComments(bool show);
+    void startFilterJob(const QString &clipId, const QString &filterName, const QString &filterParams, const QString &consumer, const QString &consumerParams, const QString &properties);
 };
 
 #endif