Mercurial > hg > tony
diff src/MainWindow.h @ 296:d4530fab80bd
very simple, probably too simple implementation of select by move note
author | matthiasm |
---|---|
date | Thu, 12 Jun 2014 09:54:05 +0100 |
parents | 2895ca89b024 |
children | 1e9c4549107a |
line wrap: on
line diff
--- a/src/MainWindow.h Wed Jun 11 21:43:38 2014 +0100 +++ b/src/MainWindow.h Thu Jun 12 09:54:05 2014 +0100 @@ -223,6 +223,8 @@ KeyReference *m_keyReference; VersionTester *m_versionTester; + int m_selectionAnchor; + Analyser::FrequencyRange m_pendingConstraint; QString exportToSVL(QString path, Layer *layer); @@ -245,7 +247,7 @@ virtual void updateVisibleRangeDisplay(Pane *p) const; virtual void updatePositionStatusDisplays() const; - void moveByOneNote(bool right); + void moveByOneNote(bool right, bool doSelect); };