comparison src/MainWindow.h @ 27:551e14d04eaa

added NoteEdit tool mode
author gyorgyf
date Sat, 15 Jun 2013 16:16:24 +0100
parents bf342201e4f6
children 7e17d5d38c83
comparison
equal deleted inserted replaced
25:6479a92f1e0c 27:551e14d04eaa
95 virtual void website(); 95 virtual void website();
96 virtual void help(); 96 virtual void help();
97 virtual void about(); 97 virtual void about();
98 virtual void keyReference(); 98 virtual void keyReference();
99 99
100 // GF: temporary function for switching to edit mode 100 // GF: function for switching to NoteEditMode (perhaps temporary, as we may want this to be triggered in some other way...)
101 virtual void selectEditMode(); 101 virtual void selectNoteEditMode();
102 102
103 103
104 protected: 104 protected:
105 Analyser *m_analyser; 105 Analyser *m_analyser;
106 106