| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacemanagerengine.h | 77 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 D | qplacemanager.cpp | 291 QString QPlaceManager::parentCategoryId(const QString &categoryId) const in parentCategoryId() function in QPlaceManager 293 return d->parentCategoryId(categoryId); in parentCategoryId()
|
| H A D | qplacemanager.h | 87 QString parentCategoryId(const QString &categoryId) const;
|
| H A D | qplacemanagerengine.cpp | 239 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 D | placemanagerengine_esri.cpp | 189 …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 D | placemanagerengine_esri.h | 63 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 D | qplacemanagerenginemapbox.h | 64 QString parentCategoryId(const QString &categoryId) const override;
|
| H A D | qplacemanagerenginemapbox.cpp | 265 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 D | qplacemanagerengineosm.h | 64 QString parentCategoryId(const QString &categoryId) const override;
|
| H A D | qplacemanagerengineosm.cpp | 221 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 D | qplacemanagerengine_nokiav2.cpp | 606 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 D | qplacemanagerengine_nokiav2.h | 89 QString parentCategoryId(const QString &categoryId) const override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesupportedcategoriesmodel.cpp | 675 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 D | tst_qplacemanager_unsupported.cpp | 200 QVERIFY(m_manager->parentCategoryId(QString()).isEmpty()); in testCategories()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/ |
| H A D | tst_places.cpp | 437 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 D | qplacemanagerengine_test.h | 632 QString parentCategoryId(const QString &categoryId) const override in parentCategoryId() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | places.qdoc | 355 \li QPlaceManager::parentCategoryId()
|