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

Method tabAt

Gui/TabWidget.cpp:340–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340PanelWidget*
341TabWidget::tabAt(int index) const
342{
343 QMutexLocker l(&_imp->tabWidgetStateMutex);
344
345 if ( (index < 0) || ( index >= (int)_imp->tabs.size() ) ) {
346 return 0;
347 }
348
349 return _imp->tabs[index].first;
350}
351
352void
353TabWidget::tabAt(int index,

Callers 5

makePixmapForDragMethod · 0.80
moveTabMethod · 0.80
maximizeMethod · 0.80
notifyGuiClosingMethod · 0.80
setCurveEditorOnTopMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected