Home
last modified time | relevance | path

Searched refs:allowPartialTypeMapping (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/models/
H A DDocumentModel.h266 minDataCheckResult(FormatDetection_VeryLowSimilarity), allowPartialTypeMapping(false) { in DocumentFormatConstraints()
275 allowPartialTypeMapping = false; in clear()
293 bool allowPartialTypeMapping; variable
H A DDocumentModel.cpp171 bool areTypesSatisfied = !c.allowPartialTypeMapping; in checkConstraints()
173 …if (c.allowPartialTypeMapping && supportedObjectTypes.contains(objType)) { // at least one type i… in checkConstraints()
176 …} else if (!c.allowPartialTypeMapping && !supportedObjectTypes.contains(objType)) { // the object… in checkConstraints()
/dports/biology/ugene/ugene-40.1/src/plugins/dna_export/src/
H A DDNASequenceGeneratorDialog.cpp125 formatConstraints.allowPartialTypeMapping = true; in initSaveController()