18 #ifndef AUDIOSURROUNDSCOPEWIDGET_H
19 #define AUDIOSURROUNDSCOPEWIDGET_H
21 #include "scopewidget.h"
26 class AudioSurroundScopeWidget Q_DECL_FINAL :
public ScopeWidget
31 explicit AudioSurroundScopeWidget();
32 virtual ~AudioSurroundScopeWidget();
37 void refreshScope(const QSize &size,
bool full) Q_DECL_OVERRIDE;
38 void drawGraticule(QPainter &p, qreal lineWidth);
41 void paintEvent(QPaintEvent *) Q_DECL_OVERRIDE;
46 QImage m_graticuleImg;
51 bool m_channelsChanged;
The SharedFrame provides thread safe access to Mlt::Frame data.
Definition: sharedframe.h:50