]> git.sesse.net Git - kdenlive/blobdiff - src/scopes/colorscopes/vectorscope.h
Merging of scopes manager by Granjow (final merge)
[kdenlive] / src / scopes / colorscopes / vectorscope.h
index de54440d5c5e5cde29d804aaf01446ab299afc98..adeba60ab5b2943da3efc1ea6aef7db02ff7d16d 100644 (file)
 
 class ColorPlaneExport;
 class ColorTools;
-class Render;
-class Monitor;
+
 class Vectorscope_UI;
 class VectorscopeGenerator;
 
 enum BACKGROUND_MODE { BG_NONE = 0, BG_YUV = 1, BG_CHROMA = 2, BG_YPbPr = 3 };
 
+/**
+   \brief Displays the vectorscope of a frame.
+
+   \see VectorscopeGenerator for more details about the vectorscope.
+   */
 class Vectorscope : public AbstractGfxScopeWidget {
     Q_OBJECT
 
 public:
-    Vectorscope(MonitorManager *manager, QWidget *parent = 0);
+    Vectorscope(QWidget *parent = 0);
     ~Vectorscope();
 
     QString widgetName() const;