|
Krita Source Code Documentation
|
#include <KoProgressProxy.h>
Inheritance diagram for KoProgressProxy:Public Member Functions | |
| virtual int | maximum () const =0 |
| virtual void | setAutoNestedName (const QString &name) |
| virtual void | setFormat (const QString &format)=0 |
| virtual void | setRange (int minimum, int maximum)=0 |
| virtual void | setValue (int value)=0 |
| virtual | ~KoProgressProxy () |
A proxy interface for a real progress status reporting thing, either a widget such as a KoProgressProxy childclass that also inherits this interface, or something that prints progress to stdout.
Definition at line 19 of file KoProgressProxy.h.
|
inlinevirtual |
Definition at line 24 of file KoProgressProxy.h.
|
pure virtual |
Implemented in KisCompositeProgressProxy, KisNodeProgressProxy, KoFakeProgressProxy, KoProgressBar, and KoUpdater.
|
virtual |
Reimplemented in KisCompositeProgressProxy, KoFakeProgressProxy, and KoUpdater.
Definition at line 11 of file KoProgressProxy.cpp.
References maximum(), and setFormat().
|
pure virtual |
Implemented in KisCompositeProgressProxy, KisNodeProgressProxy, KoFakeProgressProxy, KoProgressBar, and KoUpdater.
|
pure virtual |
Implemented in KisCompositeProgressProxy, KisNodeProgressProxy, KoFakeProgressProxy, KoProgressBar, and KoUpdater.
|
pure virtual |
Implemented in KisCompositeProgressProxy, KisNodeProgressProxy, KoFakeProgressProxy, KoProgressBar, and KoUpdater.