comparison src/MainWindow.h @ 356:0b08d860081b

changed the way the cursor works
author matthiasm
date Wed, 18 Jun 2014 10:13:12 +0100
parents f3a9e4abec1b
children 0f72797ecdef
comparison
equal deleted inserted replaced
354:11ba706b1e7a 356:0b08d860081b
184 184
185 void moveOneNoteRight(); 185 void moveOneNoteRight();
186 void moveOneNoteLeft(); 186 void moveOneNoteLeft();
187 void selectOneNoteRight(); 187 void selectOneNoteRight();
188 void selectOneNoteLeft(); 188 void selectOneNoteLeft();
189
190 void ffwd();
191 void rewind();
189 192
190 protected: 193 protected:
191 Analyser *m_analyser; 194 Analyser *m_analyser;
192 195
193 Overview *m_overview; 196 Overview *m_overview;