Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ currentWidget
Method
currentWidget
kdevplatform/sublime/container.cpp:568–573 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
566
}
567
568
QWidget* Container::currentWidget() const
569
{
570
Q_D(const Container);
571
572
return d->stack->currentWidget();
573
}
574
575
void Container::setCurrentWidget(QWidget* w)
576
{
Callers
9
selectionChanged
Method · 0.45
saveConfig
Method · 0.45
aboutToRemoveView
Method · 0.45
topViews
Method · 0.45
viewForPosition
Method · 0.45
addWidget
Method · 0.45
setCurrentWidget
Method · 0.45
removeViewBar
Method · 0.45
splitViewActiveTabsTest
Method · 0.45
Calls
no outgoing calls
Tested by
1
splitViewActiveTabsTest
Method · 0.36