comparison data/model/DenseTimeValueModel.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 5877d68815c7
children 0e30c8ec15a0
comparison
equal deleted inserted replaced
344:277006c62fea 345:700cd3350391
68 * If the channel is given as -1, mix all available channels and 68 * If the channel is given as -1, mix all available channels and
69 * return the result. 69 * return the result.
70 */ 70 */
71 virtual size_t getData(int channel, size_t start, size_t count, 71 virtual size_t getData(int channel, size_t start, size_t count,
72 double *buffer) const = 0; 72 double *buffer) const = 0;
73
74 QString getTypeName() const { return tr("Dense Time-Value"); }
73 }; 75 };
74 76
75 #endif 77 #endif