Mercurial > hg > tony
comparison 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 |
comparison
equal
deleted
inserted
replaced
295:948e7dcc9e15 | 296:d4530fab80bd |
---|---|
221 | 221 |
222 ActivityLog *m_activityLog; | 222 ActivityLog *m_activityLog; |
223 KeyReference *m_keyReference; | 223 KeyReference *m_keyReference; |
224 VersionTester *m_versionTester; | 224 VersionTester *m_versionTester; |
225 | 225 |
226 int m_selectionAnchor; | |
227 | |
226 Analyser::FrequencyRange m_pendingConstraint; | 228 Analyser::FrequencyRange m_pendingConstraint; |
227 | 229 |
228 QString exportToSVL(QString path, Layer *layer); | 230 QString exportToSVL(QString path, Layer *layer); |
229 FileOpenStatus importPitchLayer(FileSource source); | 231 FileOpenStatus importPitchLayer(FileSource source); |
230 | 232 |
243 bool checkSaveModified(); | 245 bool checkSaveModified(); |
244 | 246 |
245 virtual void updateVisibleRangeDisplay(Pane *p) const; | 247 virtual void updateVisibleRangeDisplay(Pane *p) const; |
246 virtual void updatePositionStatusDisplays() const; | 248 virtual void updatePositionStatusDisplays() const; |
247 | 249 |
248 void moveByOneNote(bool right); | 250 void moveByOneNote(bool right, bool doSelect); |
249 }; | 251 }; |
250 | 252 |
251 | 253 |
252 #endif | 254 #endif |