Home
last modified time | relevance | path

Searched refs:slotStepForward (Results 1 – 11 of 11) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/test/
H A Dtest_notationview_selection.cpp115 m_view->slotStepForward();
141 m_view->slotStepForward();
177 m_view->slotStepForward();
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstarslite.h201 void slotStepForward();
H A Dkstars.h596 void slotStepForward();
H A Dkstarslite.cpp372 void KStarsLite::slotStepForward() in slotStepForward() function in KStarsLite
H A Dkstarsinit.cpp216 actionCollection()->addAction("time_step_forward", this, SLOT(slotStepForward())) in initActions()
H A Dkstarsactions.cpp1439 void KStars::slotStepForward() in slotStepForward() function in KStars
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/matrix/
H A DMatrixView.h217 void slotStepForward(bool force = false);
H A DMatrixView.cpp344 createAction("cursor_forward", SLOT(slotStepForward())); in setupActions()
1577 MatrixView::slotStepForward(bool force) in slotStepForward() function in Rosegarden::MatrixView
2124 else slotStepForward(true); in slotExtendSelectionForward()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationView.h270 void slotStepForward();
H A DNotationView.cpp931 this, &NotationView::slotStepForward); in setupActions()
4294 NotationView::slotStepForward() in slotStepForward() function in Rosegarden::NotationView
4954 slotStepForward(); in extendSelectionHelper()
5056 else slotStepForward(); in slotExtendSelectionForward()
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/qml/modules/
H A DBottomMenu.qml292 KStarsLite.slotStepForward()