Mercurial > hg > svcore
comparison base/View.cpp @ 140:a35098a9c814
* start work on prefs dialog
* some work on highlighting local points in spectrogram
| author | Chris Cannam | 
|---|---|
| date | Thu, 20 Jul 2006 16:51:20 +0000 | 
| parents | 53dfcd7db419 | 
| children | 4f26f623a8bc | 
   comparison
  equal
  deleted
  inserted
  replaced
| 139:8ce30801f39a | 140:a35098a9c814 | 
|---|---|
| 29 | 29 | 
| 30 #include <iostream> | 30 #include <iostream> | 
| 31 #include <cassert> | 31 #include <cassert> | 
| 32 #include <math.h> | 32 #include <math.h> | 
| 33 | 33 | 
| 34 #define DEBUG_VIEW_WIDGET_PAINT 1 | 34 //#define DEBUG_VIEW_WIDGET_PAINT 1 | 
| 35 | 35 | 
| 36 using std::cerr; | 36 using std::cerr; | 
| 37 using std::endl; | 37 using std::endl; | 
| 38 | 38 | 
| 39 View::View(QWidget *w, bool showProgress) : | 39 View::View(QWidget *w, bool showProgress) : | 
