Mercurial > hg > svcore
comparison data/model/SparseModel.h @ 248:084ae1c213ee
* Add display of selection extents in status bar when dragging a selection
* Some build fixes after that i18n update
author | Chris Cannam |
---|---|
date | Wed, 07 Mar 2007 18:00:49 +0000 |
parents | 21b9b25bff48 |
children | 2b6c99b607f1 |
comparison
equal
deleted
inserted
replaced
247:21b9b25bff48 | 248:084ae1c213ee |
---|---|
33 */ | 33 */ |
34 | 34 |
35 template <typename PointType> | 35 template <typename PointType> |
36 class SparseModel : public Model | 36 class SparseModel : public Model |
37 { | 37 { |
38 Q_OBJECT | |
39 | |
40 public: | 38 public: |
41 SparseModel(size_t sampleRate, size_t resolution, | 39 SparseModel(size_t sampleRate, size_t resolution, |
42 bool notifyOnAdd = true); | 40 bool notifyOnAdd = true); |
43 virtual ~SparseModel() { } | 41 virtual ~SparseModel() { } |
44 | 42 |