Searched refs:m_sourceRowCache (Results 1 – 2 of 2) sorted by relevance
1069 if (!m_sourceRowCache.isEmpty()) in rowCount()1070 return m_sourceRowCache.count(); in rowCount()1078 m_sourceRowCache.append(i); in rowCount()1083 Q_ASSERT(m_sourceRowCache.count() == rows); in rowCount()1099 if (m_sourceRowCache.isEmpty()) in sourceDateRow()1102 if (row >= m_sourceRowCache.count()) { in sourceDateRow()1107 return m_sourceRowCache.at(row); in sourceDateRow()1204 m_sourceRowCache.clear(); in sourceReset()1214 m_sourceRowCache.clear(); in sourceRowsInserted()1219 m_sourceRowCache.clear(); in sourceRowsInserted()[all …]
304 mutable QList<int> m_sourceRowCache; variable