comparison view/View.h @ 591:0946feb81b79 sonification

Add playExampleNote route through view manager out to the audio play source
author Chris Cannam
date Fri, 24 Jun 2011 16:42:48 +0100
parents 4c484636d5ec
children
comparison
equal deleted inserted replaced
590:241929c5d57c 591:0946feb81b79
305 virtual void overlayModeChanged(); 305 virtual void overlayModeChanged();
306 virtual void zoomWheelsEnabledChanged(); 306 virtual void zoomWheelsEnabledChanged();
307 307
308 virtual void progressCheckStalledTimerElapsed(); 308 virtual void progressCheckStalledTimerElapsed();
309 309
310 virtual void playExampleNote(int midiPitch) const;
311
310 protected: 312 protected:
311 View(QWidget *, bool showProgress); 313 View(QWidget *, bool showProgress);
312 virtual void paintEvent(QPaintEvent *e); 314 virtual void paintEvent(QPaintEvent *e);
313 virtual void drawSelections(QPainter &); 315 virtual void drawSelections(QPainter &);
314 virtual bool shouldLabelSelections() const { return true; } 316 virtual bool shouldLabelSelections() const { return true; }