Home
last modified time | relevance | path

Searched refs:autoAnnotationsMap (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_sequence/
H A DAnnotatedDNAView.cpp422 QList<AutoAnnotationObject *> aaList = autoAnnotationsMap.values(); in onCloseEvent()
1027 autoAnnotationsMap.insert(seqCtx, aa); in addAutoAnnotations()
1038 AutoAnnotationObject *aa = autoAnnotationsMap.take(seqCtx); in removeAutoAnnotations()
1328 foreach (AutoAnnotationObject *aa, autoAnnotationsMap.values()) { in getAnnotationObjects()
1336 QList<AutoAnnotationObject *> autoAnnotations = autoAnnotationsMap.values(); in updateAutoAnnotations()
1448 QList<AutoAnnotationObject *> autoAnnotations = autoAnnotationsMap.values(); in sl_aminoTranslationChanged()
H A DAnnotatedDNAView.h288 QMap<ADVSequenceObjectContext *, AutoAnnotationObject *> autoAnnotationsMap; variable