Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp68 int NUMSTARS_GRAPH = -1; variable
608 statsPlot->graph(NUMSTARS_GRAPH)->addData(time, numStars); in addGuideStatsInternal()
1479 updateStat(time, numStarsOut, statsPlot->graph(NUMSTARS_GRAPH), intFcn); in updateStatsValues()
1697NUMSTARS_GRAPH = initGraphAndCB(statsPlot, numStarsAxis, QCPGraph::lsStepRight, Qt::magenta, "#Sta… in initStatsPlot()