Home
last modified time | relevance | path

Searched refs:MAX_SCROLL_VALUE (Results 1 – 1 of 1) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp54 constexpr int MAX_SCROLL_VALUE = 10000; variable
350 analyzeSB->setRange(0, MAX_SCROLL_VALUE); in Analyze()
1316 double pct = static_cast<double>(value) / MAX_SCROLL_VALUE; in scroll()
1358 std::min(MAX_SCROLL_VALUE, in replot()
1359 static_cast<int>(MAX_SCROLL_VALUE * plotWidth / maxXValue))); in replot()
1363 analyzeSB->setSliderPosition(MAX_SCROLL_VALUE * (sliderCenter / maxXValue)); in replot()