comparison src/MainWindow.h @ 164:62ceae757fe0

Re-analyse frames when selection changes (this only pulls up a set of new candidates for now, can't do anything with them and the old ones are never removed)
author Chris Cannam
date Thu, 30 Jan 2014 17:33:55 +0000
parents 106fdf38c6c9
children 6b6906017536
comparison
equal deleted inserted replaced
163:ec196bd2f068 164:62ceae757fe0
146 146
147 virtual void website(); 147 virtual void website();
148 virtual void help(); 148 virtual void help();
149 virtual void about(); 149 virtual void about();
150 virtual void keyReference(); 150 virtual void keyReference();
151
152 virtual void selectionChanged();
151 153
152 protected: 154 protected:
153 Analyser *m_analyser; 155 Analyser *m_analyser;
154 156
155 Overview *m_overview; 157 Overview *m_overview;