Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstars.h585 void slotToggleWIView();
H A Dkstarsactions.cpp528 slotToggleWIView(); in slotWISettings()
530 slotToggleWIView(); in slotWISettings()
553 void KStars::slotToggleWIView() in slotToggleWIView() function in KStars
H A Dkstarsinit.cpp432 actionCollection()->addAction("whats_interesting", this, SLOT(slotToggleWIView())) in initActions()
597 actionCollection()->add<KToggleAction>("show_whatsinteresting", this, SLOT(slotToggleWIView())) in initActions()
H A Dkspopupmenu.cpp801 KStars::Instance()->slotToggleWIView(); in slotViewInWI()