Home
last modified time | relevance | path

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

/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/
H A Dmodelinvariantrowmapper.h135 …QList<ModelInvariantIndex *> *modelIndexRowRangeToModelInvariantIndexList(int startIndexRow, int c…
H A Dmodelinvariantrowmapper.cpp345 …*ModelInvariantRowMapper::modelIndexRowRangeToModelInvariantIndexList(int startIndexRow, int count) in modelIndexRowRangeToModelInvariantIndexList() argument
358 const int end = startIndexRow + count; in modelIndexRowRangeToModelInvariantIndexList()
359 for (int idx = startIndexRow; idx < end; idx++) { in modelIndexRowRangeToModelInvariantIndexList()