Searched refs:totalContentCount (Results 1 – 4 of 4) sorted by relevance
375 if (m_reviewModel && m_src.totalContentCount(QPlaceContent::ReviewType) >= 0) { in setPlace()376 m_reviewModel->initializeCollection(m_src.totalContentCount(QPlaceContent::ReviewType), in setPlace()379 if (m_imageModel && m_src.totalContentCount(QPlaceContent::ImageType) >= 0) { in setPlace()380 m_imageModel->initializeCollection(m_src.totalContentCount(QPlaceContent::ImageType), in setPlace()383 if (m_editorialModel && m_src.totalContentCount(QPlaceContent::EditorialType) >= 0) { in setPlace()384 … m_editorialModel->initializeCollection(m_src.totalContentCount(QPlaceContent::EditorialType), in setPlace()
90 int totalContentCount(QPlaceContent::Type type) const;
312 int QPlace::totalContentCount(QPlaceContent::Type type) const in totalContentCount() function in QPlace
115 QVERIFY2(testObj.totalContentCount(contentType) == 0, "Wrong default value"); in totalContentCountTest()117 QVERIFY2(testObj.totalContentCount(contentType) == 50, "Wrong value returned"); in totalContentCountTest()120 QVERIFY2(testObj.totalContentCount(contentType) == 0, "Wrong value returned"); in totalContentCountTest()