Searched refs:masterSwipe_ (Results 1 – 2 of 2) sorted by relevance
45 masterSwipe_(-1), in QDeclarativePinchGenerator()224 int slaveSwipe = masterSwipe_ ^ 1; in timerEvent()226 int masterCount = swipes_.at(masterSwipe_)->touchPoints.count(); in timerEvent()231 .press(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()236 .move(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()240 .release(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()245 .release(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)); in timerEvent()249 .move(0, swipes_.at(masterSwipe_)->touchPoints.at(replayBookmark_)) in timerEvent()254 if (replayBookmark_ >= swipes_.at(masterSwipe_)->touchPoints.count()) in timerEvent()258 …replayTimer_ = startTimer((swipes_.at(masterSwipe_)->durations.at(replayBookmark_) + 5) / replaySp… in timerEvent()[all …]
131 int masterSwipe_; variable