|
Krita Source Code Documentation
|
#include <KoFakeProgressProxy.h>
Inheritance diagram for KoFakeProgressProxy:Public Member Functions | |
| int | maximum () const override |
| void | setAutoNestedName (const QString &name) override |
| void | setFormat (const QString &format) override |
| void | setRange (int minimum, int maximum) override |
| void | setValue (int value) override |
Public Member Functions inherited from KoProgressProxy | |
| virtual | ~KoProgressProxy () |
Static Public Member Functions | |
| static KoProgressProxy * | instance () |
KoFakeProgressProxy is a simple class for using as a default sink of progress for the algorithms for cases when the user is not interested in progress reporting.
Please note that KoFakeProgressProxy::instance() object can be used from the context of multiple threads, so the class should have no state. If you introduce any state, please make sure singleton object is removed from the API.
Definition at line 23 of file KoFakeProgressProxy.h.
|
static |
Definition at line 41 of file KoFakeProgressProxy.cpp.
|
overridevirtual |
Implements KoProgressProxy.
Definition at line 15 of file KoFakeProgressProxy.cpp.
|
overridevirtual |
Reimplemented from KoProgressProxy.
Definition at line 36 of file KoFakeProgressProxy.cpp.
|
overridevirtual |
Implements KoProgressProxy.
Definition at line 31 of file KoFakeProgressProxy.cpp.
|
overridevirtual |
Implements KoProgressProxy.
Definition at line 25 of file KoFakeProgressProxy.cpp.
References maximum().
|
overridevirtual |
Implements KoProgressProxy.
Definition at line 20 of file KoFakeProgressProxy.cpp.
References value().