Mercurial > hg > svcore
comparison data/model/DenseTimeValueModel.h @ 150:4b2ea82fd0ed
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | 3a13b0d4934e |
children | 0ed2b2e26b44 |
comparison
equal
deleted
inserted
replaced
149:3e4c384f518e | 150:4b2ea82fd0ed |
---|---|
16 #ifndef _DENSE_TIME_VALUE_MODEL_H_ | 16 #ifndef _DENSE_TIME_VALUE_MODEL_H_ |
17 #define _DENSE_TIME_VALUE_MODEL_H_ | 17 #define _DENSE_TIME_VALUE_MODEL_H_ |
18 | 18 |
19 #include <QObject> | 19 #include <QObject> |
20 | 20 |
21 #include "base/Model.h" | 21 #include "Model.h" |
22 | 22 |
23 /** | 23 /** |
24 * Base class for models containing dense two-dimensional data (value | 24 * Base class for models containing dense two-dimensional data (value |
25 * against time). For example, audio waveform data. | 25 * against time). For example, audio waveform data. |
26 */ | 26 */ |