Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguidetargetplot.h23 void setLatestGuidePoint(bool isChecked) {graphOnLatestPt = isChecked;} in setLatestGuidePoint() function
H A Dguidedriftgraph.h43 void setLatestGuidePoint(bool isChecked) {graphOnLatestPt = isChecked;} in setLatestGuidePoint() function
H A Dguide.h401 void setLatestGuidePoint(bool isChecked);
H A Dguide.cpp276 void Guide::setLatestGuidePoint(bool isChecked) in setLatestGuidePoint() function in Ekos::Guide
279 driftGraph->setLatestGuidePoint(isChecked); in setLatestGuidePoint()
280 targetPlot->setLatestGuidePoint(isChecked); in setLatestGuidePoint()
3184 connect(latestCheck, &QCheckBox::toggled, this, &Ekos::Guide::setLatestGuidePoint); in initConnections()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/manager/
H A Dguidemanager.cpp74 …guideProcess->latestCheck, &QCheckBox::toggled, targetPlot, &GuideTargetPlot::setLatestGuidePoint); in init()