Home
last modified time | relevance | path

Searched refs:parentCategoryId (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanagerengine.h77 virtual QString parentCategoryId(const QString &categoryId) const;
100 void categoryAdded(const QPlaceCategory &category, const QString &parentCategoryId);
101 void categoryUpdated(const QPlaceCategory &category, const QString &parentCategoryId);
102 void categoryRemoved(const QString &categoryId, const QString &parentCategoryId);
H A Dqplacemanager.cpp291 QString QPlaceManager::parentCategoryId(const QString &categoryId) const in parentCategoryId() function in QPlaceManager
293 return d->parentCategoryId(categoryId); in parentCategoryId()
H A Dqplacemanager.h87 QString parentCategoryId(const QString &categoryId) const;
H A Dqplacemanagerengine.cpp239 QString QPlaceManagerEngine::parentCategoryId(const QString &categoryId) const in parentCategoryId() function in QPlaceManagerEngine
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacemanagerengine_esri.cpp189 …aceManagerEngineEsri::parseCategories(const QJsonArray &jsonArray, const QString &parentCategoryId) in parseCategories() argument
207 m_subcategories[parentCategoryId].append(key); in parseCategories()
208 m_parentCategory.insert(key, parentCategoryId); in parseCategories()
209 emit categoryAdded(category, parentCategoryId); in parseCategories()
219 QString PlaceManagerEngineEsri::parentCategoryId(const QString &categoryId) const in parentCategoryId() function in PlaceManagerEngineEsri
H A Dplacemanagerengine_esri.h63 QString parentCategoryId(const QString &categoryId) const override;
89 void parseCategories(const QJsonArray &jsonArray, const QString &parentCategoryId);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacemanagerenginemapbox.h64 QString parentCategoryId(const QString &categoryId) const override;
H A Dqplacemanagerenginemapbox.cpp265 QString QPlaceManagerEngineMapbox::parentCategoryId(const QString &categoryId) const in parentCategoryId() function in QPlaceManagerEngineMapbox
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacemanagerengineosm.h64 QString parentCategoryId(const QString &categoryId) const override;
H A Dqplacemanagerengineosm.cpp221 QString QPlaceManagerEngineOsm::parentCategoryId(const QString &categoryId) const in parentCategoryId() function in QPlaceManagerEngineOsm
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.cpp606 const QString parentCategoryId = id.left(subCatDivider); in initializeCategories() local
608 if (m_tempTree.contains(parentCategoryId)) { in initializeCategories()
611 node.parentId = parentCategoryId; in initializeCategories()
614 PlaceCategoryNode &parent = m_tempTree[parentCategoryId]; in initializeCategories()
655 QString QPlaceManagerEngineNokiaV2::parentCategoryId(const QString &categoryId) const in parentCategoryId() function in QPlaceManagerEngineNokiaV2
H A Dqplacemanagerengine_nokiav2.h89 QString parentCategoryId(const QString &categoryId) const override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupportedcategoriesmodel.cpp675 QString parentCategoryId = categoryNode->parentId; in index() local
677 PlaceCategoryNode *parentNode = m_categoriesTree.value(parentCategoryId); in index()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp200 QVERIFY(m_manager->parentCategoryId(QString()).isEmpty()); in testCategories()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp437 QVERIFY(placeManager->parentCategoryId(category.categoryId()).isEmpty()); in categories()
444 … QVERIFY(placeManager->parentCategoryId(child.categoryId()) == category.categoryId()); in categories()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h632 QString parentCategoryId(const QString &categoryId) const override in parentCategoryId() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplaces.qdoc355 \li QPlaceManager::parentCategoryId()