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

Method getProjectFormatAtIndex

Engine/Project.cpp:1103–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101}
1102
1103bool
1104Project::getProjectFormatAtIndex(int index,
1105 Format* f) const
1106{
1107 assert(f);
1108 QMutexLocker l(&_imp->formatMutex);
1109
1110 return _imp->findFormat(index, f);
1111}
1112
1113bool
1114Project::isOpenGLRenderActivated() const

Callers 1

handleFormatKnobMethod · 0.80

Calls 1

findFormatMethod · 0.80

Tested by

no test coverage detected