Mercurial > hg > svgui
comparison layer/SpectrogramLayer.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 | 241929c5d57c |
children |
comparison
equal
deleted
inserted
replaced
593:aaa3be825207 | 594:5fa210337bee |
---|---|
224 virtual int getCurrentVerticalZoomStep() const; | 224 virtual int getCurrentVerticalZoomStep() const; |
225 virtual void setVerticalZoomStep(int); | 225 virtual void setVerticalZoomStep(int); |
226 virtual RangeMapper *getNewVerticalZoomRangeMapper() const; | 226 virtual RangeMapper *getNewVerticalZoomRangeMapper() const; |
227 | 227 |
228 virtual const Model *getSliceableModel() const; | 228 virtual const Model *getSliceableModel() const; |
229 | |
230 virtual bool scaleClicked(const View *, QMouseEvent *); | |
229 | 231 |
230 protected slots: | 232 protected slots: |
231 void cacheInvalid(); | 233 void cacheInvalid(); |
232 void cacheInvalid(size_t startFrame, size_t endFrame); | 234 void cacheInvalid(size_t startFrame, size_t endFrame); |
233 | 235 |