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

Method aboutToRemoveToolView

kdevplatform/sublime/mainwindow_p.cpp:589–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589void MainWindowPrivate::aboutToRemoveToolView(Sublime::View *toolView, Sublime::Position /*position*/)
590{
591 if (!docks.contains(toolView))
592 return;
593
594 idealController->removeView(toolView);
595 // TODO are Views unique?
596 docks.removeAll(toolView);
597}
598
599Qt::DockWidgetArea MainWindowPrivate::positionToDockArea(Position position)
600{

Callers

nothing calls this directly

Calls 2

containsMethod · 0.45
removeViewMethod · 0.45

Tested by

no test coverage detected