Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.cpp2156 void Guide::onControlDirectionChanged(bool enable) in onControlDirectionChanged() function in Ekos::Guide
2189 … disconnect(northControlCheck, &QCheckBox::toggled, this, &Ekos::Guide::onControlDirectionChanged); in updateDirectionsFromPHD2()
2190 … disconnect(southControlCheck, &QCheckBox::toggled, this, &Ekos::Guide::onControlDirectionChanged); in updateDirectionsFromPHD2()
2219 connect(northControlCheck, &QCheckBox::toggled, this, &Ekos::Guide::onControlDirectionChanged); in updateDirectionsFromPHD2()
2220 connect(southControlCheck, &QCheckBox::toggled, this, &Ekos::Guide::onControlDirectionChanged); in updateDirectionsFromPHD2()
3100 connect(northControlCheck, &QCheckBox::toggled, this, &Ekos::Guide::onControlDirectionChanged); in initConnections()
3101 connect(southControlCheck, &QCheckBox::toggled, this, &Ekos::Guide::onControlDirectionChanged); in initConnections()
3102 connect(westControlCheck, &QCheckBox::toggled, this, &Ekos::Guide::onControlDirectionChanged); in initConnections()
3103 connect(eastControlCheck, &QCheckBox::toggled, this, &Ekos::Guide::onControlDirectionChanged); in initConnections()
H A Dguide.h445 void onControlDirectionChanged(bool enable);