|
Krita Source Code Documentation
|
#include <kis_update_scheduler.h>
Inheritance diagram for KisTestableUpdateScheduler:Additional Inherited Members | |
Public Attributes inherited from KisUpdateScheduler | |
| qreal | defaultBalancingRatio = 1.0 |
| bool | processingBlocked = false |
| KisQueuesProgressUpdater * | progressUpdater = 0 |
| KisProjectionUpdateListener * | projectionUpdateListener |
| KisUpdateScheduler * | q |
| KisStrokesQueue | strokesQueue |
| KisUpdaterContext | updaterContext |
| KisLazyWaitCondition | updatesFinishedCondition |
| QAtomicInt | updatesLockCounter |
| KisSimpleUpdateQueue | updatesQueue |
| QReadWriteLock | updatesStartLock |
Public Attributes inherited from Private | |
| KisCanvas2 * | canvas |
| int | displayedFrame |
| int | intendedFrame |
Protected Slots inherited from KisUpdateScheduler | |
| void | updateSettings () |
Protected Member Functions inherited from KisUpdateScheduler | |
| void | connectSignals () |
| KisUpdateScheduler () | |
| void | processQueues () |
Protected Attributes inherited from KisUpdateScheduler | |
| Private *const | m_d |
Definition at line 252 of file kis_update_scheduler.h.
| KisTestableUpdateScheduler::KisTestableUpdateScheduler | ( | KisProjectionUpdateListener * | projectionUpdateListener, |
| qint32 | threadCount ) |
Definition at line 447 of file kis_update_scheduler.cpp.
References KisUpdateScheduler::connectSignals(), KisUpdateScheduler::m_d, KisUpdateScheduler::projectionUpdateListener, KisUpdateScheduler::setThreadsLimit(), and KisUpdateScheduler::updateSettings().
| void KisUpdateScheduler::processQueues | ( | ) |
Definition at line 227 of file kis_update_scheduler.cpp.
| KisUpdaterContext * KisTestableUpdateScheduler::updaterContext | ( | ) |
Definition at line 459 of file kis_update_scheduler.cpp.
References KisUpdateScheduler::m_d.