MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / currentWidget

Method currentWidget

Gui/TabWidget.cpp:1927–1933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1925}
1926
1927PanelWidget*
1928TabWidget::currentWidget() const
1929{
1930 QMutexLocker l(&_imp->tabWidgetStateMutex);
1931
1932 return _imp->currentWidget;
1933}
1934
1935void
1936TabWidget::currentWidget(PanelWidget** w,

Callers 6

onPrevTabTriggeredMethod · 0.45
onNextTabTriggeredMethod · 0.45
onCloseTabTriggeredMethod · 0.45
isViewerUIVisibleMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected