MCPcopy 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
642bool Container::hasWidget(QWidget* w) const
643{
644 Q_D(const Container);
645
646 return d->stack->indexOf(w) != -1;
647}
648
649View *Container::viewForWidget(QWidget *w) const
650{

Callers 4

testsplitViewBuddiesMethod · 0.80
operator()Method · 0.80
testSplitViewBuddiesMethod · 0.80

Calls 1

indexOfMethod · 0.45

Tested by 3

testsplitViewBuddiesMethod · 0.64
testSplitViewBuddiesMethod · 0.64