|
Krita Source Code Documentation
|
Public Member Functions | |
| Private (KisBusyProgressIndicator *_q) | |
| void | startProgressReport () |
| void | stopProgressReport () |
Public Attributes | |
| bool | isStarted {false} |
| int | numEmptyTicks {0} |
| QAtomicInt | numUpdates |
| KoProgressProxy * | progressProxy {nullptr} |
| QTimer * | timer {nullptr} |
| QAtomicInt | timerStarted |
Definition at line 15 of file kis_busy_progress_indicator.cpp.
|
inline |
Definition at line 17 of file kis_busy_progress_indicator.cpp.
|
inline |
Definition at line 29 of file kis_busy_progress_indicator.cpp.
References isStarted, progressProxy, and KoProgressProxy::setRange().
|
inline |
Definition at line 38 of file kis_busy_progress_indicator.cpp.
References isStarted, progressProxy, KoProgressProxy::setRange(), and KoProgressProxy::setValue().
| bool KisBusyProgressIndicator::Private::isStarted {false} |
Definition at line 27 of file kis_busy_progress_indicator.cpp.
| int KisBusyProgressIndicator::Private::numEmptyTicks {0} |
Definition at line 22 of file kis_busy_progress_indicator.cpp.
| QAtomicInt KisBusyProgressIndicator::Private::numUpdates |
Definition at line 23 of file kis_busy_progress_indicator.cpp.
| KoProgressProxy* KisBusyProgressIndicator::Private::progressProxy {nullptr} |
Definition at line 25 of file kis_busy_progress_indicator.cpp.
| QTimer* KisBusyProgressIndicator::Private::timer {nullptr} |
Definition at line 21 of file kis_busy_progress_indicator.cpp.
| QAtomicInt KisBusyProgressIndicator::Private::timerStarted |
Definition at line 24 of file kis_busy_progress_indicator.cpp.