Mercurial > hg > svgui
comparison view/View.h @ 594:5fa210337bee integration_library
Merge from branch "sonification"
author | mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Jul 2011 18:56:28 +0100 |
parents | 0946feb81b79 |
children |
comparison
equal
deleted
inserted
replaced
593:aaa3be825207 | 594:5fa210337bee |
---|---|
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; } |