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

Function workingSet

kdevplatform/shell/workingsets/closedworkingsetswidget.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23using namespace KDevelop;
24
25WorkingSet* workingSet(const QString& id)
26{
27 return Core::self()->workingSetControllerInternal()->workingSet(id);
28}
29
30ClosedWorkingSetsWidget::ClosedWorkingSetsWidget( MainWindow* window )
31 : QWidget(nullptr), m_mainWindow(window)

Callers 13

initializeMethod · 0.85
newWorkingSetMethod · 0.85
showGlobalToolTipMethod · 0.85
areaCreatedMethod · 0.85
saveAreaMethod · 0.85
changingWorkingSetMethod · 0.85
changedWorkingSetMethod · 0.85
clearWorkingSetMethod · 0.85
changedWorkingSetMethod · 0.85
setVisibleMethod · 0.85
changingWorkingSetMethod · 0.85

Calls 2

workingSetMethod · 0.45

Tested by

no test coverage detected