Home
last modified time | relevance | path

Searched defs:annObjects (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_sequence/annot_highlight/
H A DAnnotHighlightWidget.cpp205 const QList<AnnotationTableObject *> annObjects = annotatedDnaView->getAnnotationObjects(true); in findFirstAnnotatedRegionAfterPos() local
273 const QList<AnnotationTableObject *> annObjects = annotatedDnaView->getAnnotationObjects(true); in getAllAnnotatedRegionsByStartPos() local
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/
H A DSequenceUtils.cpp161 …void shiftAnnotations(AnnotationTableObject *newAnnObj, QList<AnnotationTableObject *> annObjects,… in shiftAnnotations()