MCPcopy Create free account
hub / github.com/KDE/kdevelop / selectPrevItem

Method selectPrevItem

kdevplatform/shell/mainwindow_actions.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void MainWindowPrivate::selectPrevItem()
73{
74 auto actionListener = qobject_cast<IToolViewActionListener*>(
75 Core::self()->uiControllerInternal()->activeToolViewActionListener());
76 if (actionListener) {
77 actionListener->selectPreviousItem();
78 }
79}
80
81void MainWindowPrivate::selectNextItem()
82{

Callers

nothing calls this directly

Calls 3

uiControllerInternalMethod · 0.80
selectPreviousItemMethod · 0.45

Tested by

no test coverage detected