]> git.sesse.net Git - kdenlive/blobdiff - src/abstractscopewidget.h
Audio Spectrum: Different Window functions added (Rectangle, Triangle, and Hamming)
[kdenlive] / src / abstractscopewidget.h
index bee68863a02725d13f078122e5fe8d163d756393..030eafbbbf1cfbf347714019c3594b06478e47ff 100644 (file)
@@ -136,7 +136,8 @@ protected:
     ///// Unimplemented Methods /////
 
     /** Where on the widget we can paint in.
-        May also update other variables that depend on the widget's size.  */
+        May also update other variables, like m_scopeRect or custom ones,
+        that have to change together with the widget's size.  */
     virtual QRect scopeRect() = 0;
 
     /** @brief HUD renderer. Must emit signalHUDRenderingFinished(). @see renderScope */