Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ activeView
Method
activeView
kdevplatform/sublime/area.cpp:140–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
Area::~Area() = default;
139
140
View* Area::activeView() const
141
{
142
Q_D(const Area);
143
144
return d->activeView.data();
145
}
146
147
void Area::setActiveView(View* view)
148
{
Callers
7
aboutToRemoveView
Method · 0.45
eventFilter
Method · 0.45
splitViewActiveTabsTest
Method · 0.45
viewActivation
Method · 0.45
activationInMultipleMainWindows
Method · 0.45
activationAfterViewRemoval
Method · 0.45
activationAfterRemovalSimplestCase
Method · 0.45
Calls
1
data
Method · 0.45
Tested by
5
splitViewActiveTabsTest
Method · 0.36
viewActivation
Method · 0.36
activationInMultipleMainWindows
Method · 0.36
activationAfterViewRemoval
Method · 0.36
activationAfterRemovalSimplestCase
Method · 0.36