comparison layer/Layer.h @ 280:3c402c6052f6

* Pull peak-picker out of SpectrumLayer and into FFTModel; use combined peak-picker and frequency estimator for SpectrogramLayer (makes the peak frequency spectrogram a bit quicker) * Add more information to spectrum and spectrogram crosshairs
author Chris Cannam
date Wed, 04 Jul 2007 15:29:16 +0000
parents b9380f679f70
children 86a112b5b319
comparison
equal deleted inserted replaced
279:47fe0352861e 280:3c402c6052f6
168 // these for most situations. 168 // these for most situations.
169 // 169 //
170 virtual void measureStart(View *, QMouseEvent *); 170 virtual void measureStart(View *, QMouseEvent *);
171 virtual void measureDrag(View *, QMouseEvent *); 171 virtual void measureDrag(View *, QMouseEvent *);
172 virtual void measureEnd(View *, QMouseEvent *); 172 virtual void measureEnd(View *, QMouseEvent *);
173 virtual void measureDoubleClick(View *, QMouseEvent *);
173 174
174 /** 175 /**
175 * Open an editor on the item under the mouse (e.g. on 176 * Open an editor on the item under the mouse (e.g. on
176 * double-click). If there is no item or editing is not 177 * double-click). If there is no item or editing is not
177 * supported, return false. 178 * supported, return false.