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