diff 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
line wrap: on
line diff
--- a/data/model/RangeSummarisableTimeValueModel.h	Wed Nov 28 13:20:40 2007 +0000
+++ b/data/model/RangeSummarisableTimeValueModel.h	Wed Nov 28 17:45:37 2007 +0000
@@ -71,6 +71,8 @@
      * block size equal to the distance between start and end frames.
      */
     virtual Range getSummary(size_t channel, size_t start, size_t count) const = 0;
+
+    QString getTypeName() const { return tr("Range-Summarisable Time-Value"); }
 };
 
 #endif