]> git.sesse.net Git - kdenlive/blobdiff - src/colorscopes/vectorscope.h
Color scopes now using the common abstract scope as well. --> Common functions, more...
[kdenlive] / src / colorscopes / vectorscope.h
similarity index 79%
rename from src/vectorscope.h
rename to src/colorscopes/vectorscope.h
index 66c660194ca6a322f3481a7f2ee146a5e0452562..38fa5a94698004b80ebd42a6c6582ecaf2c16fbc 100644 (file)
@@ -37,7 +37,7 @@ protected:
     ///// Implemented methods /////
     QRect scopeRect();
     QImage renderHUD(uint accelerationFactor);
-    QImage renderScope(uint accelerationFactor, const QImage);
+    QImage renderGfxScope(uint accelerationFactor, const QImage);
     QImage renderBackground(uint accelerationFactor);
     bool isHUDDependingOnInput() const;
     bool isScopeDependingOnInput() const;
@@ -79,18 +79,6 @@ private:
     void updateDimensions();
     int cw;
 
-    /** Counts the number of frames that have been rendered in one of the monitors.
-      The frame number will be reset when the vectorscope starts calculating the
-      current frame. */
-//    QAtomicInt newFrames;
-    /** Counts the number of other changes that should cause the vectorscope to be
-      recalculated. This is for example a resizeEvent. In this case, no new frames
-      are generated, but the scope has to be updated in any case (also if auto-update
-      is not enabled). */
-//    QAtomicInt newChanges;
-    /** Counts the number of changes concerning the background wheel */
-//    QAtomicInt newWheelChanges;
-
 
 private slots:
     void slotGainChanged(int);