|
Krita Source Code Documentation
|
#include <kis_spontaneous_job.h>
Inheritance diagram for KisSpontaneousJob:Public Member Functions | |
| bool | isExclusive () const |
| virtual int | levelOfDetail () const =0 |
| virtual bool | overrides (const KisSpontaneousJob *otherJob)=0 |
Public Member Functions inherited from KisRunnableWithDebugName | |
| virtual QString | debugName () const =0 |
Public Member Functions inherited from KisRunnable | |
| virtual void | run ()=0 |
| virtual | ~KisRunnable () |
Protected Member Functions | |
| void | setExclusive (bool value) |
Private Attributes | |
| bool | m_isExclusive = false |
This class represents a simple update just that should be executed by the updates system from time to time, without any undo support. Just some useful update that can be run concurrently with other types updates.
Definition at line 18 of file kis_spontaneous_job.h.
|
inline |
Definition at line 23 of file kis_spontaneous_job.h.
|
pure virtual |
|
pure virtual |
|
inlineprotected |
|
private |
Definition at line 33 of file kis_spontaneous_job.h.