comparison layer/NoteLayer.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
84 84
85 virtual bool isLayerScrollable(const View *v) const; 85 virtual bool isLayerScrollable(const View *v) const;
86 86
87 virtual bool isLayerEditable() const { return true; } 87 virtual bool isLayerEditable() const { return true; }
88 88
89 virtual int getCompletion() const { return m_model->getCompletion(); } 89 virtual int getCompletion(View *) const { return m_model->getCompletion(); }
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;
93 93
94 virtual bool getDisplayExtents(float &min, float &max) const; 94 virtual bool getDisplayExtents(float &min, float &max) const;