]> git.sesse.net Git - kdenlive/blobdiff - src/effectstack/collapsibleeffect.h
Disable effect when trying to pick a color from the monitor:
[kdenlive] / src / effectstack / collapsibleeffect.h
index 138e8c331f4c5c80bc2daf4997794d0368e12431..9a6f9d85bce97c8efb19d66d37ec73c19a363c75 100644 (file)
@@ -76,7 +76,7 @@ public:
 
 public slots:
     void slotSyncEffectsPos(int pos);
-    void slotEnable(bool enable, bool emitInfo = true);
+    void slotDisable(bool disable, bool emitInfo = true);
     void slotResetEffect();
 
 private slots:
@@ -91,6 +91,8 @@ private slots:
     void slotUnGroup();
     /** @brief A sub effect parameter was changed */
     void slotUpdateRegionEffectParams(const QDomElement /*old*/, const QDomElement /*e*/, int /*ix*/);
+    /** @brief Dis/enable effect before processing an operation (color picker) */
+    void slotDisableEffect(bool disable);
 
 private:
     ParameterContainer *m_paramWidget;