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

Function mainWindow

kdevplatform/shell/workingsets/workingsethelpers.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace KDevelop {
20
21MainWindow* mainWindow() {
22 auto* window = qobject_cast<MainWindow*>(Core::self()->uiController()->activeMainWindow());
23 Q_ASSERT(window);
24 return window;
25}
26
27void filterViews(const QSet< QString >& keepFiles)
28{

Callers 9

intersectSetMethod · 0.85
subtractSetMethod · 0.85
mergeSetMethod · 0.85
duplicateSetMethod · 0.85
loadSetMethod · 0.85
closeSetMethod · 0.85
buttonTriggeredMethod · 0.85
filterViewsFunction · 0.85

Calls 2

uiControllerMethod · 0.80
activeMainWindowMethod · 0.45

Tested by

no test coverage detected