18 #ifndef VIDEOWAVEFORMSCOPEWIDGET_H
19 #define VIDEOWAVEFORMSCOPEWIDGET_H
21 #include "scopewidget.h"
26 class VideoWaveformScopeWidget Q_DECL_FINAL :
public ScopeWidget
31 explicit VideoWaveformScopeWidget();
35 void refreshScope(const QSize &size,
bool full) Q_DECL_OVERRIDE;
36 void paintEvent(QPaintEvent *) Q_DECL_OVERRIDE;
37 void mouseMoveEvent(QMouseEvent *event) Q_DECL_OVERRIDE;
The SharedFrame provides thread safe access to Mlt::Frame data.
Definition: sharedframe.h:50