Mercurial > hg > svgui
diff view/Overview.h @ 274:b9380f679f70
* Fix centre line position
* Fix failure to update overview when generating peaks from wav file
* Provide y-coordinate scale values and differences for spectrum measurement
  mode, and fix values for waveform (inc dB for both)
* Add Printer colour scheme (may be futile)
| author | Chris Cannam | 
|---|---|
| date | Mon, 02 Jul 2007 13:04:17 +0000 | 
| parents | cd81066ac7ad | 
| children | 4c8ca536b54f | 
line wrap: on
 line diff
--- a/view/Overview.h Fri Jun 29 16:50:59 2007 +0000 +++ b/view/Overview.h Mon Jul 02 13:04:17 2007 +0000 @@ -19,6 +19,7 @@ #include "View.h" #include <QPoint> +#include <QTime> class QWidget; class QPaintEvent; @@ -62,6 +63,7 @@ QPoint m_mousePos; bool m_clickedInRange; size_t m_dragCentreFrame; + QTime m_modelTestTime; typedef std::set<View *> ViewSet; ViewSet m_views;
