Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setActiveView
Method
setActiveView
kdevplatform/sublime/area.cpp:147–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
void Area::setActiveView(View* view)
148
{
149
Q_D(Area);
150
151
d->activeView = view;
152
}
153
154
void Area::addView(View *view, AreaIndex *index, View *after)
155
{
Callers
4
loadToAreaPrivate
Function · 0.45
loadToArea
Method · 0.45
clearArea
Method · 0.45
aboutToRemoveView
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected