Mercurial > hg > svcore
comparison data/model/RangeSummarisableTimeValueModel.h @ 1566:f6e7d0e783e8
Merge from branch zoom
author | Chris Cannam |
---|---|
date | Tue, 06 Nov 2018 11:12:58 +0000 |
parents | 2a06e4bc1c41 |
children | c01cbe41aeb5 |
comparison
equal
deleted
inserted
replaced
1563:175ef02c7864 | 1566:f6e7d0e783e8 |
---|---|
17 #define SV_RANGE_SUMMARISABLE_TIME_VALUE_MODEL_H | 17 #define SV_RANGE_SUMMARISABLE_TIME_VALUE_MODEL_H |
18 | 18 |
19 #include <QObject> | 19 #include <QObject> |
20 | 20 |
21 #include "DenseTimeValueModel.h" | 21 #include "DenseTimeValueModel.h" |
22 #include "base/ZoomConstraint.h" | |
23 | 22 |
24 #include <stdint.h> | 23 #include <stdint.h> |
25 | 24 |
26 /** | 25 /** |
27 * Base class for models containing dense two-dimensional data (value | 26 * Base class for models containing dense two-dimensional data (value |