Mercurial > hg > svcore
diff data/model/SparseModel.h @ 384:6f6ab834449d spectrogram-cache-rejig
* Merge from trunk
author | Chris Cannam |
---|---|
date | Wed, 27 Feb 2008 11:59:42 +0000 |
parents | 1afaf98dbf11 |
children |
line wrap: on
line diff
--- a/data/model/SparseModel.h Thu Nov 15 14:03:56 2007 +0000 +++ b/data/model/SparseModel.h Wed Feb 27 11:59:42 2008 +0000 @@ -132,6 +132,8 @@ virtual bool hasTextLabels() const { return m_hasTextLabels; } + QString getTypeName() const { return tr("Sparse"); } + virtual void toXml(QTextStream &out, QString indent = "", QString extraAttributes = "") const; @@ -462,7 +464,7 @@ QMutexLocker locker(&m_mutex); m_points.insert(point); m_pointCount++; - if (point.label != "") m_hasTextLabels = true; + if (point.getLabel() != "") m_hasTextLabels = true; } // Even though this model is nominally sparse, there may still be