18#ifndef VIDEORGBPARADESCOPEWIDGET_H
19#define VIDEORGBPARADESCOPEWIDGET_H
21#include "scopewidget.h"
25class 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;
The SharedFrame provides thread safe access to Mlt::Frame data.
Definition sharedframe.h:49