Searched defs:annObjects (Results 1 – 2 of 2) sorted by relevance
205 const QList<AnnotationTableObject *> annObjects = annotatedDnaView->getAnnotationObjects(true); in findFirstAnnotatedRegionAfterPos() local273 const QList<AnnotationTableObject *> annObjects = annotatedDnaView->getAnnotationObjects(true); in getAllAnnotatedRegionsByStartPos() local
161 …void shiftAnnotations(AnnotationTableObject *newAnnObj, QList<AnnotationTableObject *> annObjects,… in shiftAnnotations()