MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / onAutoRepeatTick

Method onAutoRepeatTick

pj_widgets/src/ScrubberBase.cpp:444–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void ScrubberBase::onAutoRepeatTick() {
445 if (autorepeat_direction_ == 0) {
446 return;
447 }
448 stepBy(autorepeat_direction_);
449 autorepeat_timer_->setInterval(kAutorepeatIntervalMs);
450 autorepeat_timer_->start();
451}
452
453void ScrubberBase::setHoverAlphaInternal(qreal alpha) {
454 hover_alpha_ = alpha;

Callers

nothing calls this directly

Calls 2

setIntervalMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected