comparison data/model/RangeSummarisableTimeValueModel.h @ 383:94fc0591ea43 1.2-stable

* merge from trunk (1.2 ended up being tracked from trunk, but we may want this branch for fixes later)
author Chris Cannam
date Wed, 27 Feb 2008 10:32:45 +0000
parents 700cd3350391
children 9c7ebf2cd956
comparison
equal deleted inserted replaced
349:f39d33b0b265 383:94fc0591ea43
70 * the given number of underlying sample frames, summarised at a 70 * the given number of underlying sample frames, summarised at a
71 * block size equal to the distance between start and end frames. 71 * block size equal to the distance between start and end frames.
72 */ 72 */
73 virtual Range getSummary(size_t channel, size_t start, size_t count) const = 0; 73 virtual Range getSummary(size_t channel, size_t start, size_t count) const = 0;
74 74
75 virtual size_t getSummaryBlockSize(size_t desired) const = 0;
76
75 QString getTypeName() const { return tr("Range-Summarisable Time-Value"); } 77 QString getTypeName() const { return tr("Range-Summarisable Time-Value"); }
76 }; 78 };
77 79
78 #endif 80 #endif
79 81