Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ hasWidget
Method
hasWidget
kdevplatform/sublime/container.cpp:642–647 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
640
}
641
642
bool Container::hasWidget(QWidget* w) const
643
{
644
Q_D(const Container);
645
646
return d->stack->indexOf(w) != -1;
647
}
648
649
View *Container::viewForWidget(QWidget *w) const
650
{
Callers
4
testsplitViewBuddies
Method · 0.80
operator()
Method · 0.80
splitViewActiveTabsTest
Method · 0.80
testSplitViewBuddies
Method · 0.80
Calls
1
indexOf
Method · 0.45
Tested by
3
testsplitViewBuddies
Method · 0.64
splitViewActiveTabsTest
Method · 0.64
testSplitViewBuddies
Method · 0.64