comparison 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
comparison
equal deleted inserted replaced
163:652b22dcd4ed 164:75cafe7a9246
98 void canRenameLayer(bool); 98 void canRenameLayer(bool);
99 void canEditLayer(bool); 99 void canEditLayer(bool);
100 void canSelect(bool); 100 void canSelect(bool);
101 void canClearSelection(bool); 101 void canClearSelection(bool);
102 void canEditSelection(bool); 102 void canEditSelection(bool);
103 void canDeleteSelection(bool);
103 void canPaste(bool); 104 void canPaste(bool);
104 void canInsertInstant(bool); 105 void canInsertInstant(bool);
105 void canInsertInstantsAtBoundaries(bool); 106 void canInsertInstantsAtBoundaries(bool);
106 void canDeleteCurrentLayer(bool); 107 void canDeleteCurrentLayer(bool);
107 void canZoom(bool); 108 void canZoom(bool);
282 QMenu *m_rightButtonMenu; 283 QMenu *m_rightButtonMenu;
283 QMenu *m_rightButtonLayerMenu; 284 QMenu *m_rightButtonLayerMenu;
284 QMenu *m_rightButtonTransformsMenu; 285 QMenu *m_rightButtonTransformsMenu;
285 QMenu *m_rightButtonPlaybackMenu; 286 QMenu *m_rightButtonPlaybackMenu;
286 287
288 QAction *m_deleteSelectedAction;
287 QAction *m_ffwdAction; 289 QAction *m_ffwdAction;
288 QAction *m_rwdAction; 290 QAction *m_rwdAction;
289 291
290 bool m_documentModified; 292 bool m_documentModified;
291 bool m_openingAudioFile; 293 bool m_openingAudioFile;