Mercurial > hg > svgui
comparison layer/TextLayer.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 |
---|---|
74 | 74 |
75 virtual bool isLayerScrollable(const View *v) const; | 75 virtual bool isLayerScrollable(const View *v) const; |
76 | 76 |
77 virtual bool isLayerEditable() const { return true; } | 77 virtual bool isLayerEditable() const { return true; } |
78 | 78 |
79 virtual int getCompletion() const { return m_model->getCompletion(); } | 79 virtual int getCompletion(View *) const { return m_model->getCompletion(); } |
80 | 80 |
81 virtual bool getValueExtents(float &min, float &max, | 81 virtual bool getValueExtents(float &min, float &max, |
82 bool &logarithmic, QString &unit) const; | 82 bool &logarithmic, QString &unit) const; |
83 | 83 |
84 virtual QString toXmlString(QString indent = "", | 84 virtual QString toXmlString(QString indent = "", |