comparison layer/WaveformLayer.h @ 115:47cb32bb35ab

* Restore progress updates to spectrogram
author Chris Cannam
date Wed, 05 Jul 2006 16:15:22 +0000
parents 0f36cdf407a6
children 33929e0c3c6b
comparison
equal deleted inserted replaced
114:991de8783cf5 115:47cb32bb35ab
169 void setAggressiveCacheing(bool); 169 void setAggressiveCacheing(bool);
170 bool getAggressiveCacheing() const { return m_aggressive; } 170 bool getAggressiveCacheing() const { return m_aggressive; }
171 171
172 virtual bool isLayerScrollable(const View *) const; 172 virtual bool isLayerScrollable(const View *) const;
173 173
174 virtual int getCompletion() const; 174 virtual int getCompletion(View *) const;
175 175
176 virtual bool getValueExtents(float &min, float &max, 176 virtual bool getValueExtents(float &min, float &max,
177 bool &log, QString &unit) const; 177 bool &log, QString &unit) const;
178 178
179 virtual QString toXmlString(QString indent = "", 179 virtual QString toXmlString(QString indent = "",