X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feffectstackview.h;h=c2a4e2bda28866259ccc36d3fd880f394d498f64;hb=d18eaa998a96b0f8d9dd43e5b7dd2fb9574e71a1;hp=e87b8289284c389f3351a6effff33bae3291e8a8;hpb=4a657678757a8a9347a97b7d4019c1e025e1b3d3;p=kdenlive diff --git a/src/effectstackview.h b/src/effectstackview.h index e87b8289..c2a4e2bd 100644 --- a/src/effectstackview.h +++ b/src/effectstackview.h @@ -94,7 +94,7 @@ public slots: * @param e New effect information * * Connected to a parameter change in the editor */ - void slotUpdateEffectParams(const QDomElement old, const QDomElement e); + void slotUpdateEffectParams(const QDomElement &old, const QDomElement &e); /** @brief Removes the selected effect. */ void slotItemDel(); @@ -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&finalFilterName, 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(ItemInfo info, const QString &clipId, const QString &filterName, const QString &filterParams, const QString&finalFilterName, const QString &consumer, const QString &consumerParams, const QString &properties); }; #endif