Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguidedriftgraph.h24 void guideHistory(int sliderValue, bool graphOnLatestPt);
H A Dguide.h400 void guideHistory();
H A Dguide.cpp265 void Guide::guideHistory() in guideHistory() function in Ekos::Guide
271 driftGraph->guideHistory(sliderValue, graphOnLatestPt); in guideHistory()
3183 connect(guideSlider, &QSlider::sliderMoved, this, &Ekos::Guide::guideHistory); in initConnections()
H A Dguidedriftgraph.cpp177 void GuideDriftGraph::guideHistory(int sliderValue, bool graphOnLatestPt) in guideHistory() function in GuideDriftGraph