diff main/MainWindow.h @ 164:75cafe7a9246

* Make it possible to "measure" a feature on the spectrogram by double- clicking in measure mode * Make shift-click-drag (for zoom to region) work in measure mode as well as navigate mode. It would be nice to be able to shift-doubleclick to zoom on a feature directly using a combination of these last two features, but that isn't possible yet. * Make Del delete the measurement under the mouse pointer.
author Chris Cannam
date Thu, 05 Jul 2007 15:36:37 +0000
parents 9c9bce6440f5
children ca825d1a4a6b
line wrap: on
line diff
--- a/main/MainWindow.h	Thu Jul 05 11:07:01 2007 +0000
+++ b/main/MainWindow.h	Thu Jul 05 15:36:37 2007 +0000
@@ -100,6 +100,7 @@
     void canSelect(bool);
     void canClearSelection(bool);
     void canEditSelection(bool);
+    void canDeleteSelection(bool);
     void canPaste(bool);
     void canInsertInstant(bool);
     void canInsertInstantsAtBoundaries(bool);
@@ -284,6 +285,7 @@
     QMenu                   *m_rightButtonTransformsMenu;
     QMenu                   *m_rightButtonPlaybackMenu;
 
+    QAction                 *m_deleteSelectedAction;
     QAction                 *m_ffwdAction;
     QAction                 *m_rwdAction;