Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/mount/
H A Dmount.h592 *m_leftRightCheck = nullptr, *m_upDownCheck = nullptr; variable
H A Dmount.cpp207 m_upDownCheck = m_BaseObj->findChild<QQuickItem *>("upDownCheckObject"); in Mount()
210 m_upDownCheck->setProperty("checked", Options::upDownReversed()); in Mount()