Searched refs:m_fixCount (Results 1 – 2 of 2) sorted by relevance
147 m_fixCount =0; in setData()205 return m_fixCount< m_list.size(); in canFetchMore()211 int remainder = m_list.size() - m_fixCount; in fetchMore()213 beginInsertRows(QModelIndex(), m_fixCount, m_fixCount+itemsToFetch-1); in fetchMore()214 m_fixCount += itemsToFetch; in fetchMore()
38 int m_fixCount; variable