]> git.sesse.net Git - kdenlive/blobdiff - src/vectorscope.h
Allow to add image sequence through the usual "add clip" dialog
[kdenlive] / src / vectorscope.h
index de552524d836697bd585e8c62ef88ec633821da5..dda0e40238a3dcd2d2204f2f959bab2268c79a6b 100644 (file)
@@ -35,16 +35,21 @@ public:
 
 protected:
     void mouseMoveEvent(QMouseEvent *);
+    void leaveEvent(QEvent *);
 
 
     ///// Implemented methods /////
     QRect scopeRect();
     QImage renderHUD(uint accelerationFactor);
-    QImage renderScope(uint accelerationFactor);
+    QImage renderScope(uint accelerationFactor, QImage);
     QImage renderBackground(uint accelerationFactor);
     bool isHUDDependingOnInput() const;
     bool isScopeDependingOnInput() const;
     bool isBackgroundDependingOnInput() const;
+    virtual void readConfig();
+
+    ///// Other /////
+    void writeConfig();
 
 private:
     Ui::Vectorscope_UI *ui;