18 #ifndef VIDEOWAVEFORMSCOPEWIDGET_H
19 #define VIDEOWAVEFORMSCOPEWIDGET_H
21 #include "scopewidget.h"
25 class VideoWaveformScopeWidget Q_DECL_FINAL :
public ScopeWidget
30 explicit VideoWaveformScopeWidget();
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