MCPcopy Create free account
hub / github.com/KDE/konsole / controllerChanged

Method controllerChanged

src/ViewManager.cpp:937–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935}
936
937void ViewManager::controllerChanged(SessionController *controller)
938{
939 if (controller == _pluggedController) {
940 return;
941 }
942
943 _viewContainer->setFocusProxy(controller->view());
944 updateTerminalDisplayHistory(controller->view());
945
946 _pluggedController = controller;
947 Q_EMIT activeViewChanged(controller);
948}
949
950SessionController *ViewManager::activeViewController() const
951{

Callers

nothing calls this directly

Calls 1

viewMethod · 0.80

Tested by

no test coverage detected