18#ifndef SCOPECONTROLLER_H
19#define SCOPECONTROLLER_H
21#include "sharedframe.h"
30class ScopeController Q_DECL_FINAL :
public QObject
35 ScopeController(QMainWindow *mainWindow, QMenu *menu);
38 void newFrame(
const SharedFrame &frame);
41 template<
typename ScopeTYPE>
42 void createScopeDock(QMainWindow *mainWindow, QMenu *menu);