Searched refs:annotationObjectSet (Results 1 – 3 of 3) sorted by relevance
442 …const QSet<AnnotationTableObject *> annotationObjectSet = sequenceContext->getAnnotationObjects(tr… in findAnnotationsByCoord() local443 for (const AnnotationTableObject *annotationObject : qAsConst(annotationObjectSet)) { in findAnnotationsByCoord()
108 const QSet<AnnotationTableObject *> annotationObjectSet = ctx->getAnnotationObjects(true); in drawAnnotations() local109 for (const AnnotationTableObject *annotationObject : qAsConst(annotationObjectSet)) { in drawAnnotations()
432 …const QSet<AnnotationTableObject *> annotationObjectSet = sequenceView->getSequenceContext()->getA… in clickAnnotationDet() local433 for (const AnnotationTableObject *ao : qAsConst(annotationObjectSet)) { in clickAnnotationDet()