Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/scheduler/
H A Dscheduler.cpp7135 QVariant canMountPark = mountInterface->property("canPark"); in syncProperties() local
7136 …TEST_PRINT(stderr, " @@@dbus received %s\n", !canMountPark.isValid() ? "invalid" : (canMountPark.… in syncProperties()
7138 unparkMountCheck->setEnabled(canMountPark.toBool()); in syncProperties()
7139 parkMountCheck->setEnabled(canMountPark.toBool()); in syncProperties()
7212 QVariant canMountPark = mountInterface->property("canPark"); in checkInterfaceReady() local
7213 if (canMountPark.isValid()) in checkInterfaceReady()
7215 unparkMountCheck->setEnabled(canMountPark.toBool()); in checkInterfaceReady()
7216 parkMountCheck->setEnabled(canMountPark.toBool()); in checkInterfaceReady()