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