Searched refs:m_sourceRow (Results 1 – 2 of 2) sorted by relevance
822 for (int i = 0; i < m_sourceRow.count(); ++i) { in mapFromSource()823 if (m_sourceRow.at(i) == sourceModelRow) { in mapFromSource()841 return createIndex(row, column, m_sourceRow[row]); in index()853 m_sourceRow.clear(); in load()860 m_sourceRow.append(sourceModel()->rowCount() - i); in load()879 m_sourceRow.removeAt(realRow); in sourceRowsInserted()885 m_sourceRow.insert(0, sourceModel()->rowCount()); in sourceRowsInserted()909 int start = sourceModel()->rowCount() - m_sourceRow.value(row); in removeRows()910 int end = sourceModel()->rowCount() - m_sourceRow.value(lastRow); in removeRows()
194 mutable QList<int> m_sourceRow; variable