diff src/MainWindow.h @ 364:f5a4c4283b93

adding no spectrogram and no sonification options
author matthiasm
date Tue, 15 Jul 2014 15:42:21 +0100
parents 0f72797ecdef
children 09aaceb76251
line wrap: on
line diff
--- a/src/MainWindow.h	Mon Jul 14 19:25:42 2014 +0100
+++ b/src/MainWindow.h	Tue Jul 15 15:42:21 2014 +0100
@@ -27,7 +27,7 @@
     Q_OBJECT
 
 public:
-    MainWindow(bool withAudioOutput = true);
+    MainWindow(bool withAudioOutput = true,  bool withSonification = true, bool withSpectrogram = true);
     virtual ~MainWindow();
 
 signals:
@@ -233,6 +233,9 @@
 
     int m_selectionAnchor;
 
+    bool m_withSonification;
+    bool m_withSpectrogram;
+
     Analyser::FrequencyRange m_pendingConstraint;
 
     QString exportToSVL(QString path, Layer *layer);