Searched refs:m_contentCollections (Results 1 – 2 of 2) sorted by relevance
283 return d_ptr->m_contentCollections.value(type); in content()291 d_ptr->m_contentCollections.insert(type, content); in setContent()301 d_ptr->m_contentCollections[type].insert(iter.key(), iter.value()); in insertContent()603 m_contentCollections(other.m_contentCollections), in QPlacePrivate()616 && m_contentCollections == other.m_contentCollections in operator ==()635 && m_contentCollections.isEmpty() in isEmpty()
109 QMap<QPlaceContent::Type, QPlaceContent::Collection> m_contentCollections; variable