| 1189 | } |
| 1190 | |
| 1191 | void |
| 1192 | Project::getProjectFormatEntries(std::vector<ChoiceOption>* formatStrings, |
| 1193 | int* currentValue) const |
| 1194 | { |
| 1195 | *formatStrings = _imp->formatKnob->getEntries_mt_safe(); |
| 1196 | *currentValue = _imp->formatKnob->getValue(); |
| 1197 | } |
| 1198 | |
| 1199 | bool |
| 1200 | Project::getFormatNameFromRect(const RectI& rect, double par, std::string* name) const |
no test coverage detected