19 #ifndef SCOPECONTROLLER_H
20 #define SCOPECONTROLLER_H
24 #include "sharedframe.h"
30 class ScopeController Q_DECL_FINAL :
public QObject
35 ScopeController(QMainWindow* mainWindow, QMenu* menu);
41 template<
typename ScopeTYPE>
void createScopeDock(QMainWindow* mainWindow, QMenu* menu);
The SharedFrame provides thread safe access to Mlt::Frame data.
Definition: sharedframe.h:49