comparison layer/Colour3DPlotLayer.h @ 115:47cb32bb35ab

* Restore progress updates to spectrogram
author Chris Cannam
date Wed, 05 Jul 2006 16:15:22 +0000
parents 0f36cdf407a6
children 999ae0f7d10c
comparison
equal deleted inserted replaced
114:991de8783cf5 115:47cb32bb35ab
60 60
61 virtual bool isLayerScrollable(const View *v) const; 61 virtual bool isLayerScrollable(const View *v) const;
62 62
63 void setModel(const DenseThreeDimensionalModel *model); 63 void setModel(const DenseThreeDimensionalModel *model);
64 64
65 virtual int getCompletion() const { return m_model->getCompletion(); } 65 virtual int getCompletion(View *) const { return m_model->getCompletion(); }
66 66
67 virtual bool getValueExtents(float &, float &, bool &, QString &) const { return false; } 67 virtual bool getValueExtents(float &, float &, bool &, QString &) const { return false; }
68 68
69 virtual QString getPropertyLabel(const PropertyName &) const { return ""; } 69 virtual QString getPropertyLabel(const PropertyName &) const { return ""; }
70 /* 70 /*