Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dobslistpopupmenu.cpp52 SLOT(slotEyepieceView())); // Insert item for showing eyepiece view in initPopupMenu()
H A Dobservinglist.h337 void slotEyepieceView();
H A Dobservinglist.cpp825 void ObservingList::slotEyepieceView() in slotEyepieceView() function in ObservingList
827 KStars::Instance()->slotEyepieceView(currentObject(), getCurrentImagePath()); in slotEyepieceView()
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dskymap.h520 void slotEyepieceView();
H A Dkstars.h555 void slotEyepieceView(SkyPoint *sp, const QString &imagePath = QString());
H A Dskymap.cpp583 void SkyMap::slotEyepieceView() in slotEyepieceView() function in SkyMap
585 KStars::Instance()->slotEyepieceView((clickedObject() ? clickedObject() : clickedPoint())); in slotEyepieceView()
H A Dkspopupmenu.cpp429 SLOT(slotEyepieceView())); in initPopupMenu()
H A Dkstarsactions.cpp1779 void KStars::slotEyepieceView(SkyPoint *sp, const QString &imagePath) in slotEyepieceView() function in KStars