Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setWorkingSet
Method
setWorkingSet
kdevplatform/shell/workingsets/workingsettoolbutton.cpp:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void WorkingSetToolButton::setWorkingSet(WorkingSet* set)
50
{
51
m_set = set;
52
53
setIcon(set ? set->icon() : QIcon());
54
}
55
56
void WorkingSetToolButton::contextMenuEvent(QContextMenuEvent* ev)
57
{
Callers
13
addSession
Method · 0.45
debuggerStateChanged
Method · 0.45
backToCode
Method · 0.45
loadAllAreas
Method · 0.45
viewAdded
Method · 0.45
createWorkingSet
Method · 0.45
deleteWorkingSet
Method · 0.45
switchArea
Method · 0.45
restoreSplits
Method · 0.45
duplicateSet
Method · 0.45
loadSet
Method · 0.45
closeSet
Method · 0.45
Calls
2
QIcon
Class · 0.50
icon
Method · 0.45
Tested by
4
createWorkingSet
Method · 0.36
deleteWorkingSet
Method · 0.36
switchArea
Method · 0.36
restoreSplits
Method · 0.36