Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/Tests/kstars_ui/
H A Dtest_ekos_mount.cpp92 haValue = mountControl->findChild<QObject*>("haValueObject"); in initTestCase()
93 QVERIFY(haValue != nullptr); in initTestCase()
347 … QTRY_VERIFY_WITH_TIMEOUT(fabs(HA.Hours() - dms::fromString(haValue->property("text").toString(),
456 … QTRY_VERIFY_WITH_TIMEOUT(fabs(HA.Hours() - dms::fromString(haValue->property("text").toString(),
H A Dtest_ekos_mount.h125 *raValue, *deValue, *azValue, *altValue, *haValue, *zaValue, variable
/dports/astro/kstars/kstars-3.5.6/kstars/data/qml/mount/
H A Dmountbox.qml520 targetRAText.text = haValue.text
606 id: haValue
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.h170 … void mountCoords(const SkyPoint &position, ISD::Telescope::PierSide pierSide, const dms &haValue);
H A Danalyze.cpp2647 …alyze::mountCoords(const SkyPoint &position, ISD::Telescope::PierSide pierSide, const dms &haValue) in mountCoords() argument
2651 double ha = haValue.Degrees(); in mountCoords()