|
Krita Source Code Documentation
|
#include <KisIdleTasksManager.h>
Public Member Functions | |
| bool | isValid () const |
| TaskGuard & | operator= (const TaskGuard &rhs)=delete |
| TaskGuard & | operator= (TaskGuard &&rhs) |
| TaskGuard () | |
| TaskGuard (const TaskGuard &rhs)=delete | |
| TaskGuard (int _taskId, QPointer< KisIdleTasksManager > _manager) | |
| TaskGuard (TaskGuard &&rhs) | |
| void | trigger () |
| ~TaskGuard () | |
Public Attributes | |
| QPointer< KisIdleTasksManager > | manager |
| int | taskId = -1 |
A simple movable handle that represents a task registered in the manager. When the handle is destroyed, the task it automatically de-registered.
Definition at line 56 of file KisIdleTasksManager.h.
|
inline |
Definition at line 57 of file KisIdleTasksManager.h.
|
inline |
Definition at line 58 of file KisIdleTasksManager.h.
|
delete |
|
inline |
Definition at line 67 of file KisIdleTasksManager.h.
|
inline |
Definition at line 78 of file KisIdleTasksManager.h.
|
inline |
Definition at line 87 of file KisIdleTasksManager.h.
Definition at line 72 of file KisIdleTasksManager.h.
|
inline |
Explicitly request restart of the task, e.g. explicitly restart recalculation of the overview image when the display profile is changed
Definition at line 96 of file KisIdleTasksManager.h.
References KIS_SAFE_ASSERT_RECOVER_RETURN.
| QPointer<KisIdleTasksManager> KisIdleTasksManager::TaskGuard::manager |
Definition at line 102 of file KisIdleTasksManager.h.
| int KisIdleTasksManager::TaskGuard::taskId = -1 |
Definition at line 101 of file KisIdleTasksManager.h.