Mercurial > hg > svcore
comparison base/Layer.h @ 134:53dfcd7db419
* Restore progress updates to spectrogram
author | Chris Cannam |
---|---|
date | Wed, 05 Jul 2006 16:15:22 +0000 |
parents | c30728d5625c |
children | 8ce30801f39a |
comparison
equal
deleted
inserted
replaced
133:b18b07474e11 | 134:53dfcd7db419 |
---|---|
184 * this view, as a percentage -- in most cases this will be the | 184 * this view, as a percentage -- in most cases this will be the |
185 * value returned by pointer from a call to the underlying model's | 185 * value returned by pointer from a call to the underlying model's |
186 * isReady(int *) call. The widget may choose to show a progress | 186 * isReady(int *) call. The widget may choose to show a progress |
187 * meter if it finds that this returns < 100 at any given moment. | 187 * meter if it finds that this returns < 100 at any given moment. |
188 */ | 188 */ |
189 virtual int getCompletion() const { return 100; } | 189 virtual int getCompletion(View *) const { return 100; } |
190 | 190 |
191 virtual void setObjectName(const QString &name); | 191 virtual void setObjectName(const QString &name); |
192 | 192 |
193 /** | 193 /** |
194 * Convert the layer's data (though not those of the model it | 194 * Convert the layer's data (though not those of the model it |