MCPcopy 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
568QWidget* Container::currentWidget() const
569{
570 Q_D(const Container);
571
572 return d->stack->currentWidget();
573}
574
575void Container::setCurrentWidget(QWidget* w)
576{

Callers 9

selectionChangedMethod · 0.45
saveConfigMethod · 0.45
aboutToRemoveViewMethod · 0.45
topViewsMethod · 0.45
viewForPositionMethod · 0.45
addWidgetMethod · 0.45
setCurrentWidgetMethod · 0.45
removeViewBarMethod · 0.45

Calls

no outgoing calls

Tested by 1