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