MCPcopy Create free account
hub / github.com/MrKepzie/Natron / getTabScriptNames

Method getTabScriptNames

Gui/TabWidget.cpp:1913–1924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1911}
1912
1913QStringList
1914TabWidget::getTabScriptNames() const
1915{
1916 QMutexLocker l(&_imp->tabWidgetStateMutex);
1917 QStringList ret;
1918
1919 for (U32 i = 0; i < _imp->tabs.size(); ++i) {
1920 ret << QString::fromUtf8( _imp->tabs[i].second->getScriptName().c_str() );
1921 }
1922
1923 return ret;
1924}
1925
1926PanelWidget*
1927TabWidget::currentWidget() const

Callers 1

initializeMethod · 0.80

Calls 2

sizeMethod · 0.45
getScriptNameMethod · 0.45

Tested by

no test coverage detected