Home
last modified time | relevance | path

Searched defs:si_selectionChanged (Results 1 – 6 of 6) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/selection/
H A DAnnotationSelection.cpp56 emit si_selectionChanged(this, emptyAnnotations, tmpRemoved); in clear() local
71 emit si_selectionChanged(this, emptyAnnotations, removed); in removeObjectAnnotations() local
80 emit si_selectionChanged(this, QList<Annotation *>() << a, emptyAnnotations); in add() local
86 emit si_selectionChanged(this, annotationList, oldSelection); in setAnnotations() local
99 emit si_selectionChanged(this, emptyAnnotations, QList<Annotation *>() << a); in remove() local
151 emit si_selectionChanged(this, emptyGroups, tmpRemoved); in clear() local
161 emit si_selectionChanged(this, tmpAdded, emptyGroups); in addToSelection() local
169 emit si_selectionChanged(this, emptyGroups, tmpRemoved); in removeFromSelection() local
H A DDocumentSelection.cpp50 emit si_selectionChanged(this, emptyDocs, tmpRemoved); in clear() local
84 emit si_selectionChanged(this, addedDocuments, removedDocuments); in setSelection() local
98 emit si_selectionChanged(this, addedDocuments, emptyDocs); in addToSelection() local
111 emit si_selectionChanged(this, emptyDocs, removedDocuments); in removeFromSelection() local
H A DGObjectSelection.cpp36 emit si_selectionChanged(this, emptyObjs, tmpRemoved); in clear() local
68 emit si_selectionChanged(this, tmpAdded, tmpRemoved); in setSelection() local
87 emit si_selectionChanged(this, tmpAdded, emptyObjs); in addToSelection() local
106 emit si_selectionChanged(this, emptyObjs, tmpRemoved); in removeFromSelection() local
H A DLRegionsSelection.cpp48 emit si_selectionChanged(this, addedRegions, removedRegions); in clear() local
71 emit si_selectionChanged(this, addedRegions, removedRegions); in addRegion() local
82 emit si_selectionChanged(this, addedRegions, removedRegions); in removeRegion() local
99 emit si_selectionChanged(this, newSelection, removedRegions); in setSelectedRegions() local
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/view_rendering/
H A DMaEditorSelection.cpp198 emit si_selectionChanged(selection, oldSelection); in setSelection() local
H A DMaEditorSequenceArea.cpp239 emit si_selectionChanged(selectedRowNames); in sl_onSelectionChanged() local