comparison data/model/RangeSummarisableTimeValueModel.h @ 345:700cd3350391

* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename. It's still rather unstable though.
author Chris Cannam
date Wed, 28 Nov 2007 17:45:37 +0000
parents 3ff8f571da09
children 166c22eff678
comparison
equal deleted inserted replaced
344:277006c62fea 345:700cd3350391
69 * Return the range from the given start frame, corresponding to 69 * Return the range from the given start frame, corresponding to
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
75 QString getTypeName() const { return tr("Range-Summarisable Time-Value"); }
74 }; 76 };
75 77
76 #endif 78 #endif
77 79