Mercurial > hg > tony
diff src/MainWindow.h @ 281:2a18f846dd6c
implemented move by one note (replacing big jumps left/right)
author | matthiasm |
---|---|
date | Thu, 22 May 2014 17:49:58 +0100 |
parents | 46d59edfd18a |
children | 604816843bd4 |
line wrap: on
line diff
--- a/src/MainWindow.h Thu May 22 11:21:36 2014 +0100 +++ b/src/MainWindow.h Thu May 22 17:49:58 2014 +0100 @@ -172,6 +172,9 @@ virtual void analyseNewMainModel(); + void moveOneNoteRight(); + void moveOneNoteLeft(); + protected: Analyser *m_analyser; @@ -239,6 +242,8 @@ virtual void updateVisibleRangeDisplay(Pane *p) const; virtual void updatePositionStatusDisplays() const; + + void moveByOneNote(bool right); };