Home
last modified time | relevance | path

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

/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/
H A Dmodelinvariantrowmapper.cpp78 if (d->mRowShiftList) { in ~ModelInvariantRowMapper()
94 mRowShiftList->removeAt(0); in killFirstRowShift()
97 delete mRowShiftList; in killFirstRowShift()
113 if (!mRowShiftList) { in indexDead()
173 if (!mRowShiftList) { in modelIndexRowToModelInvariantIndexInternal()
347 if (!d->mRowShiftList) { in modelIndexRowRangeToModelInvariantIndexList()
383 if (!d->mRowShiftList) { in modelRowsInserted()
399 shift = d->mRowShiftList->at(d->mRowShiftList->count() - 1); in modelRowsInserted()
446 if (!d->mRowShiftList) { in modelRowsRemoved()
556 if (d->mRowShiftList) { in modelReset()
[all …]
H A Dmodelinvariantrowmapper_p.h56 …QList<RowShift *> *mRowShiftList = nullptr; ///< The ordered list of RowShifts, most recent at the… variable