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

Method getProjectFormatEntries

Engine/Project.cpp:1291–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289}
1290
1291void
1292Project::getProjectFormatEntries(std::vector<ChoiceOption>* formatStrings,
1293 int* currentValue) const
1294{
1295 *formatStrings = _imp->formatKnob->getEntries_mt_safe();
1296 *currentValue = _imp->formatKnob->getValue();
1297}
1298
1299bool
1300Project::getFormatNameFromRect(const RectI& rect, double par, std::string* name) const

Callers 1

findPluginFormatKnobsMethod · 0.80

Calls 2

getEntries_mt_safeMethod · 0.80
getValueMethod · 0.45

Tested by

no test coverage detected