18#ifndef AUDIOWAVEFORMSCOPEWIDGET_H
19#define AUDIOWAVEFORMSCOPEWIDGET_H
21#include "scopewidget.h"
26class AudioWaveformScopeWidget Q_DECL_FINAL :
public ScopeWidget
31 explicit AudioWaveformScopeWidget();
32 ~AudioWaveformScopeWidget();
37 void refreshScope(const QSize &size,
bool full) Q_DECL_OVERRIDE;
38 void createGrid(const QSize &size);
41 void paintEvent(QPaintEvent *) Q_DECL_OVERRIDE;
42 void mouseMoveEvent(QMouseEvent *event) Q_DECL_OVERRIDE;
43 void leaveEvent(QEvent *event) Q_DECL_OVERRIDE;
47 int m_graphTopPadding;
48 int m_graphLeftPadding;
The SharedFrame provides thread safe access to Mlt::Frame data.
Definition sharedframe.h:50