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

Method activePartChanged

kdevplatform/shell/mainwindow_p.cpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void MainWindowPrivate::activePartChanged(KParts::Part *part)
134{
135 if ( Core::self()->uiController()->activeMainWindow() == m_mainWindow)
136 m_mainWindow->createGUI(part);
137}
138
139void MainWindowPrivate::changeActiveView(Sublime::View *view)
140{

Callers

nothing calls this directly

Calls 3

uiControllerMethod · 0.80
createGUIMethod · 0.80
activeMainWindowMethod · 0.45

Tested by

no test coverage detected