Home
last modified time | relevance | path

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

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/gobjects/
H A DMultipleAlignmentObject.cpp224 QList<qint64> removedRowIds; in removeRow() local
225 removedRowIds << rowId; in removeRow()
234 QList<qint64> removedRowIds; in removeRowsById() local
239 removedRowIds << rowId; in removeRowsById()
408 if (!removedRowIds.isEmpty()) { in updateCachedMultipleAlignment()
436 if (!removedRowIds.isEmpty()) { in updateCachedMultipleAlignment()
437 emit si_rowsRemoved(removedRowIds); in updateCachedMultipleAlignment()
551 QList<qint64> removedRowIds; in removeRegion() local
555 if (!removedRowIds.isEmpty()) { in removeRegion()
569 if (!removedRowIds.isEmpty()) { in removeRegion()
[all …]
H A DMultipleAlignmentObject.h130 …t MaModificationInfo &mi = MaModificationInfo(), const QList<qint64> &removedRowIds = QList<qint64…