Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp83 int PIER_SIDE_GRAPH = -1; variable
657 statsPlot->graph(PIER_SIDE_GRAPH)->addData(time, double(pierSide)); in addMountCoords()
1490 updateStat(time, pierSideOut, statsPlot->graph(PIER_SIDE_GRAPH), pierFcn); in updateStatsValues()
1771PIER_SIDE_GRAPH = initGraphAndCB(statsPlot, pierSideAxis, QCPGraph::lsLine, Qt::darkRed, "PierSide… in initStatsPlot()