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

Method getProjectFormatEntries

Engine/Project.cpp:1191–1197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189}
1190
1191void
1192Project::getProjectFormatEntries(std::vector<ChoiceOption>* formatStrings,
1193 int* currentValue) const
1194{
1195 *formatStrings = _imp->formatKnob->getEntries_mt_safe();
1196 *currentValue = _imp->formatKnob->getValue();
1197}
1198
1199bool
1200Project::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