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

Method getProjectFormatAtIndex

Engine/Project.cpp:1203–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201}
1202
1203bool
1204Project::getProjectFormatAtIndex(int index,
1205 Format* f) const
1206{
1207 assert(f);
1208 QMutexLocker l(&_imp->formatMutex);
1209
1210 return _imp->findFormat(index, f);
1211}
1212
1213bool
1214Project::isOpenGLRenderActivated() const

Callers 1

handleFormatKnobMethod · 0.80

Calls 1

findFormatMethod · 0.80

Tested by

no test coverage detected