diff src/MainWindow.h @ 128:06f9caf5928d

Initial hack for switching visibility & audibility of layers on and off. This doesn't work well.
author Chris Cannam
date Thu, 09 Jan 2014 14:05:20 +0000
parents a67f0e5ec654
children 995478fbbe17
line wrap: on
line diff
--- a/src/MainWindow.h	Thu Jan 09 14:00:52 2014 +0000
+++ b/src/MainWindow.h	Thu Jan 09 14:05:20 2014 +0000
@@ -50,6 +50,11 @@
     virtual void toolEditSelected();
     virtual void toolFreeEditSelected();
 
+    virtual void cycleWaveform();
+    virtual void cyclePitch();
+    virtual void cycleNotes();
+    virtual void updateLayerStatuses();
+
     virtual void paneAdded(Pane *);
     virtual void paneHidden(Pane *);
     virtual void paneAboutToBeDeleted(Pane *);
@@ -126,6 +131,10 @@
     QAction       *m_editSelectAction;
     QAction       *m_toggleIntelligenceAction;
     bool           m_intelligentActionOn; // GF: !!! temporary
+
+    QLabel        *m_waveformStatus;
+    QLabel        *m_pitchStatus;
+    QLabel        *m_notesStatus;
     
     KeyReference  *m_keyReference;
     VersionTester *m_versionTester;