Mercurial > hg > svcore
comparison data/model/RangeSummarisableTimeValueModel.h @ 769:8c5b0eec6fe9 qt5
Include for int16_t
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Mar 2013 15:17:53 +0000 |
parents | 9c7ebf2cd956 |
children | f3c98e89cf75 |
comparison
equal
deleted
inserted
replaced
768:81fac6dadb75 | 769:8c5b0eec6fe9 |
---|---|
18 | 18 |
19 #include <QObject> | 19 #include <QObject> |
20 | 20 |
21 #include "DenseTimeValueModel.h" | 21 #include "DenseTimeValueModel.h" |
22 #include "base/ZoomConstraint.h" | 22 #include "base/ZoomConstraint.h" |
23 | |
24 #include <stdint.h> | |
23 | 25 |
24 /** | 26 /** |
25 * Base class for models containing dense two-dimensional data (value | 27 * Base class for models containing dense two-dimensional data (value |
26 * against time) that may be meaningfully represented in a zoomed view | 28 * against time) that may be meaningfully represented in a zoomed view |
27 * using min/max range summaries. Audio waveform data is an obvious | 29 * using min/max range summaries. Audio waveform data is an obvious |