comparison layer/TimeInstantLayer.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
82 82
83 virtual bool isLayerScrollable(const View *v) const; 83 virtual bool isLayerScrollable(const View *v) const;
84 84
85 virtual bool isLayerEditable() const { return true; } 85 virtual bool isLayerEditable() const { return true; }
86 86
87 virtual int getCompletion() const { return m_model->getCompletion(); } 87 virtual int getCompletion(View *) const { return m_model->getCompletion(); }
88 88
89 virtual bool needsTextLabelHeight() const { return m_model->hasTextLabels(); } 89 virtual bool needsTextLabelHeight() const { return m_model->hasTextLabels(); }
90 90
91 virtual bool getValueExtents(float &min, float &max, 91 virtual bool getValueExtents(float &min, float &max,
92 bool &log, QString &unit) const { 92 bool &log, QString &unit) const {