Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.h432 void onEnableDirDEC(bool enable);
H A Dguide.cpp2111 void Guide::onEnableDirDEC(bool enable) in onEnableDirDEC() function in Ekos::Guide
2188 disconnect(checkBox_DirDEC, &QCheckBox::toggled, this, &Ekos::Guide::onEnableDirDEC); in updateDirectionsFromPHD2()
2218 connect(checkBox_DirDEC, &QCheckBox::toggled, this, &Ekos::Guide::onEnableDirDEC); in updateDirectionsFromPHD2()
3097 connect(checkBox_DirDEC, &QCheckBox::toggled, this, &Ekos::Guide::onEnableDirDEC); in initConnections()