18 #ifndef VIDEORGBPARADESCOPEWIDGET_H
19 #define VIDEORGBPARADESCOPEWIDGET_H
21 #include "scopewidget.h"
25 class VideoRgbParadeScopeWidget Q_DECL_FINAL :
public ScopeWidget
30 explicit VideoRgbParadeScopeWidget();
34 void refreshScope(const QSize& size,
bool full) Q_DECL_OVERRIDE;
35 void paintEvent(QPaintEvent*) Q_DECL_OVERRIDE;
36 void mouseMoveEvent(QMouseEvent *event) Q_DECL_OVERRIDE;
46 #endif // VIDEORGBPARADESCOPEWIDGET_H