Mercurial > hg > tony
diff src/MainWindow.h @ 45:f4ee3c11eba9
toggle button for boundary constraints and note recalculation
author | gyorgyf |
---|---|
date | Thu, 20 Jun 2013 10:58:40 +0100 |
parents | 7e17d5d38c83 |
children | 5310637392f6 |
line wrap: on
line diff
--- a/src/MainWindow.h Wed Jun 19 23:21:04 2013 +0100 +++ b/src/MainWindow.h Thu Jun 20 10:58:40 2013 +0100 @@ -100,6 +100,7 @@ // 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: @@ -122,6 +123,9 @@ QAction *m_ffwdAction; QAction *m_rwdAction; QAction *m_editSelectAction; + QAction *m_toggleIntelligenceAction; + bool m_intelligentActionOn; // GF: !!! temporary + KeyReference *m_keyReference;