comparison src/MainWindow.h @ 283:604816843bd4

basic selection by one note left/right there, but not quite good yet
author matthiasm
date Thu, 22 May 2014 22:21:27 +0100
parents 2a18f846dd6c
children cddada03e222
comparison
equal deleted inserted replaced
282:118775decf28 283:604816843bd4
172 172
173 virtual void analyseNewMainModel(); 173 virtual void analyseNewMainModel();
174 174
175 void moveOneNoteRight(); 175 void moveOneNoteRight();
176 void moveOneNoteLeft(); 176 void moveOneNoteLeft();
177 void selectOneNoteRight();
178 void selectOneNoteLeft();
177 179
178 protected: 180 protected:
179 Analyser *m_analyser; 181 Analyser *m_analyser;
180 182
181 Overview *m_overview; 183 Overview *m_overview;