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

Method raiseToolView

kdevplatform/shell/uicontroller.cpp:333–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void UiController::raiseToolView(const QString& documentSpecifier)
334{
335 raiseToolView([&documentSpecifier](const Sublime::View* view) {
336 return view->document()->documentSpecifier() == documentSpecifier;
337 });
338}
339
340void UiController::raiseToolView(QWidget* toolViewWidget)
341{

Callers 3

showToolViewMethod · 0.45
debuggerStateChangedMethod · 0.45
findToolViewMethod · 0.45

Calls 4

documentSpecifierMethod · 0.45
documentMethod · 0.45
widgetMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected