Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 485:21d3cf5c8f21 tony-2.0-integration
Add status bar "Recording" message and timer while recording
author | Chris Cannam |
---|---|
date | Wed, 16 Sep 2015 12:04:26 +0100 |
parents | 493f2af85497 |
children | 51befd6165a3 |
comparison
equal
deleted
inserted
replaced
484:01aeda073720 | 485:21d3cf5c8f21 |
---|---|
245 virtual void playbackFrameChanged(sv_frame_t); | 245 virtual void playbackFrameChanged(sv_frame_t); |
246 virtual void globalCentreFrameChanged(sv_frame_t); | 246 virtual void globalCentreFrameChanged(sv_frame_t); |
247 virtual void viewCentreFrameChanged(View *, sv_frame_t); | 247 virtual void viewCentreFrameChanged(View *, sv_frame_t); |
248 virtual void viewZoomLevelChanged(View *, int, bool); | 248 virtual void viewZoomLevelChanged(View *, int, bool); |
249 virtual void outputLevelsChanged(float, float) = 0; | 249 virtual void outputLevelsChanged(float, float) = 0; |
250 virtual void recordDurationChanged(sv_frame_t, sv_samplerate_t); | |
250 | 251 |
251 virtual void currentPaneChanged(Pane *); | 252 virtual void currentPaneChanged(Pane *); |
252 virtual void currentLayerChanged(Pane *, Layer *); | 253 virtual void currentLayerChanged(Pane *, Layer *); |
253 | 254 |
254 virtual void selectAll(); | 255 virtual void selectAll(); |