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);
39 void newFrame(
const SharedFrame &frame);
42 template<
typename ScopeTYPE>
43 void createScopeDock(QMainWindow *mainWindow, QMenu *menu);