Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp81 int AZ_GRAPH = -1; variable
655 statsPlot->graph(AZ_GRAPH)->addData(time, az); in addMountCoords()
1448 updateStat(time, azOut, statsPlot->graph(AZ_GRAPH), d2Fcn); in updateStatsValues()
1761AZ_GRAPH = initGraphAndCB(statsPlot, azAxis, QCPGraph::lsLine, Qt::darkGray, "AZ", azCB, Options::… in initStatsPlot()