Mercurial > hg > svcore
comparison base/View.cpp @ 109:61a2ac1241b3
* Make a single base Thread class for RT and non-RT threads
* Pull ResizeableBitmap out from the MatrixFile's ColumnBitmap
* Reorder SpectrogramLayer::paint somewhat so as to improve cache hit ratio
in the FFT file cache
author | Chris Cannam |
---|---|
date | Mon, 08 May 2006 16:44:47 +0000 |
parents | 0c19e50bad7c |
children | c1188c5a991d |
comparison
equal
deleted
inserted
replaced
108:0c19e50bad7c | 109:61a2ac1241b3 |
---|---|
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) : |