12 : elapsedTime(elapsedTime)
13 , paintInfo(paintInfo)
37 for (
int i = 0; i < newPaintInfos.size(); i++) {
39 int offsetTime = (delayedPaintInterval * i) / newPaintInfos.size();
constexpr int fixedPaintTimerInterval
KisStabilizerDelayedPaintHelper()
void update(const QVector< KisPaintInformation > &newPaintInfos)
std::function< void()> m_requestUpdateOutline
std::function< void(const KisPaintInformation &, const KisPaintInformation &) m_paintLine)
QQueue< TimedPaintInfo > m_paintQueue
void stabilizerDelayedPaintTimer()
QElapsedTimer m_elapsedTimer
void start(const KisPaintInformation &firstPaintInfo)
TimedPaintInfo(int elapsedTime, KisPaintInformation paintInfo)
KisPaintInformation paintInfo