Searched refs:EditorialType (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/ |
| H A D | tst_qplace.cpp | 127 QTest::newRow("Editoral content") << QPlaceContent::EditorialType; in totalContentCountTest_data() 264 QVERIFY2(place.content(QPlaceContent::EditorialType).count() == 0, "Wrong default value"); in editorialContentTest() 280 place.setContent(QPlaceContent::EditorialType, editorialCollection); in editorialContentTest() 281 QPlaceContent::Collection retrievedCollection = place.content(QPlaceContent::EditorialType); in editorialContentTest() 299 place.insertContent(QPlaceContent::EditorialType, editorialCollection); in editorialContentTest() 301 retrievedCollection = place.content(QPlaceContent::EditorialType); in editorialContentTest() 640 place.insertContent(QPlaceContent::EditorialType, contentCollection); in isEmptyTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | qplacedetailsreplyimpl.cpp | 294 parseCollection(QPlaceContent::EditorialType, in replyFinished() 298 place.setTotalContentCount(QPlaceContent::EditorialType, totalCount); in replyFinished() 299 place.setContent(QPlaceContent::EditorialType, collection); in replyFinished()
|
| H A D | jsonparserhelpers.cpp | 232 case QPlaceContent::EditorialType: in parseCollection()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplaceeditorial_p.h | 68 Q_DEFINE_CONTENT_PRIVATE_HELPER(QPlaceEditorial, QPlaceContent::EditorialType)
|
| H A D | qplacecontent.h | 67 EditorialType, enumerator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplaceeditorialmodel.cpp | 127 : QDeclarativePlaceContentModel(QPlaceContent::EditorialType, parent) in QDeclarativePlaceEditorialModel()
|
| H A D | qdeclarativeplace.cpp | 383 if (m_editorialModel && m_src.totalContentCount(QPlaceContent::EditorialType) >= 0) { in setPlace() 384 … m_editorialModel->initializeCollection(m_src.totalContentCount(QPlaceContent::EditorialType), in setPlace() 385 m_src.content(QPlaceContent::EditorialType)); in setPlace()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceeditorial/ |
| H A D | tst_qplaceeditorial.cpp | 90 return content.type() == QPlaceContent::EditorialType; in checkType()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 410 case QPlaceContent::EditorialType: in getPlaceContent() 430 case QPlaceContent::EditorialType: in getPlaceContent()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/ |
| H A D | tst_places.cpp | 628 } case (QPlaceContent::EditorialType): { in content() 662 QTest::newRow("editorials") << QPlaceContent::EditorialType; in content_data()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qplacemanagerengine_nokiav2.cpp | 304 case QPlaceContent::EditorialType: in getPlaceContent()
|