Mercurial > hg > tony
diff src/MainWindow.h @ 70:5310637392f6
Revert to using three separate tool modes (more like SV). This is less like the proposed design for Tony but better than the previous situation with two incomprehensible toggle buttons.
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 16:59:31 +0000 |
parents | f4ee3c11eba9 |
children | 081202998535 |
line wrap: on
line diff
--- a/src/MainWindow.h Tue Nov 26 14:54:22 2013 +0000 +++ b/src/MainWindow.h Tue Nov 26 16:59:31 2013 +0000 @@ -44,6 +44,10 @@ virtual void renameCurrentLayer(); + virtual void toolNavigateSelected(); + virtual void toolEditSelected(); + virtual void toolFreeEditSelected(); + virtual void paneAdded(Pane *); virtual void paneHidden(Pane *); virtual void paneAboutToBeDeleted(Pane *); @@ -98,11 +102,6 @@ virtual void about(); virtual void keyReference(); - // GF: function for switching to NoteEditMode (perhaps temporary, as we may want this to be triggered in some other way...) - virtual void selectNoteEditMode(); - virtual void toggleNoteEditIntelligence(); - - protected: Analyser *m_analyser; @@ -126,7 +125,6 @@ QAction *m_toggleIntelligenceAction; bool m_intelligentActionOn; // GF: !!! temporary - KeyReference *m_keyReference; virtual void setupMenus();