Mercurial > hg > svgui
comparison layer/Layer.cpp @ 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 |
---|---|
270 | 270 |
271 m_haveDraggingRect = false; | 271 m_haveDraggingRect = false; |
272 } | 272 } |
273 | 273 |
274 void | 274 void |
275 Layer::measureDoubleClick(View *v, QMouseEvent *e) | |
276 { | |
277 // nothing | |
278 } | |
279 | |
280 void | |
275 Layer::paintMeasurementRects(View *v, QPainter &paint, | 281 Layer::paintMeasurementRects(View *v, QPainter &paint, |
276 bool showFocus, QPoint focusPoint) const | 282 bool showFocus, QPoint focusPoint) const |
277 { | 283 { |
278 updateMeasurePixrects(v); | 284 updateMeasurePixrects(v); |
279 | 285 |