Mercurial > hg > svgui
diff 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 |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h Mon Jul 25 18:55:57 2011 +0100 +++ b/layer/SpectrogramLayer.h Mon Jul 25 18:56:28 2011 +0100 @@ -227,6 +227,8 @@ virtual const Model *getSliceableModel() const; + virtual bool scaleClicked(const View *, QMouseEvent *); + protected slots: void cacheInvalid(); void cacheInvalid(size_t startFrame, size_t endFrame);