]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.h
Fix manually turning off the monitor scene causes the button to do so to be hidden...
[kdenlive] / src / monitor.h
index 0fe6d50ae7ddcfc07be0c67117dcb3935d7e4424..1ae380f8b1b9534c28f3159cee5e1b00ea19e6c2 100644 (file)
@@ -89,6 +89,8 @@ public:
     QWidget *container();
     void reloadProducer(const QString &id);
     QFrame *m_volumePopup;
+    /** @brief Reimplemented from QWidget, updates the palette colors. */
+    void setPalette ( const QPalette & p);
 
 protected:
     virtual void mousePressEvent(QMouseEvent * event);
@@ -198,7 +200,8 @@ public slots:
     void adjustRulerSize(int length);
     void setTimePos(const QString &pos);
     QStringList getZoneInfo() const;
-    void slotEffectScene(bool show = true);
+    /** @brief Display the on monitor effect scene (to adjust geometry over monitor). */
+    void slotShowEffectScene(bool show = true, bool manuallyTriggered = false);
     bool effectSceneDisplayed();
 
     /** @brief Sets m_selectedClip to @param item. Used for looping it. */