Mercurial > hg > svgui
comparison layer/Layer.h @ 226:2ccd02015530
* Add basics of an Export Image File function
author | Chris Cannam |
---|---|
date | Mon, 12 Mar 2007 15:36:31 +0000 |
parents | 9465b5375235 |
children | 28c8e8e3c537 |
comparison
equal
deleted
inserted
replaced
225:6f46179086c0 | 226:2ccd02015530 |
---|---|
224 | 224 |
225 /** | 225 /** |
226 * Return the proportion of background work complete in drawing | 226 * Return the proportion of background work complete in drawing |
227 * this view, as a percentage -- in most cases this will be the | 227 * this view, as a percentage -- in most cases this will be the |
228 * value returned by pointer from a call to the underlying model's | 228 * value returned by pointer from a call to the underlying model's |
229 * isReady(int *) call. The widget may choose to show a progress | 229 * isReady(int *) call. The view may choose to show a progress |
230 * meter if it finds that this returns < 100 at any given moment. | 230 * meter if it finds that this returns < 100 at any given moment. |
231 */ | 231 */ |
232 virtual int getCompletion(View *) const { return 100; } | 232 virtual int getCompletion(View *) const { return 100; } |
233 | 233 |
234 virtual void setObjectName(const QString &name); | 234 virtual void setObjectName(const QString &name); |