comparison src/MainWindow.h @ 260:46d59edfd18a

Much fiddling toward getting sessions and individual audio files to load cleanly when they need quite different handling after load
author Chris Cannam
date Wed, 02 Apr 2014 21:25:56 +0100
parents fa329ca6d75e
children 2a18f846dd6c
comparison
equal deleted inserted replaced
259:fa329ca6d75e 260:46d59edfd18a
167 167
168 virtual void newerVersionAvailable(QString); 168 virtual void newerVersionAvailable(QString);
169 169
170 virtual void selectionChangedByUser(); 170 virtual void selectionChangedByUser();
171 virtual void regionOutlined(QRect); 171 virtual void regionOutlined(QRect);
172
173 virtual void analyseNewMainModel();
172 174
173 protected: 175 protected:
174 Analyser *m_analyser; 176 Analyser *m_analyser;
175 177
176 Overview *m_overview; 178 Overview *m_overview;
233 virtual void auxSnapNotes(Selection s); 235 virtual void auxSnapNotes(Selection s);
234 236
235 virtual void closeEvent(QCloseEvent *e); 237 virtual void closeEvent(QCloseEvent *e);
236 bool checkSaveModified(); 238 bool checkSaveModified();
237 239
238 void analyseNewMainModel();
239
240 virtual void updateVisibleRangeDisplay(Pane *p) const; 240 virtual void updateVisibleRangeDisplay(Pane *p) const;
241 virtual void updatePositionStatusDisplays() const; 241 virtual void updatePositionStatusDisplays() const;
242 }; 242 };
243 243
244 244