| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacemanager.cpp | 317 QList<QPlaceCategory> QPlaceManager::childCategories(const QString &parentId) const in childCategories() function in QPlaceManager 319 return d->childCategories(parentId); in childCategories()
|
| H A D | qplacemanager.h | 91 QList<QPlaceCategory> childCategories(const QString &parentId = QString()) const;
|
| H A D | qplacemanagerengine.h | 81 virtual QList<QPlaceCategory> childCategories(const QString &parentId) const;
|
| H A D | qplacemanagerengine.cpp | 271 QList<QPlaceCategory> QPlaceManagerEngine::childCategories(const QString &parentId) const in childCategories() function in QPlaceManagerEngine
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/ |
| H A D | requesthandler.h | 436 QList<QPlaceCategory> topLevelCategories = manager->childCategories(); in categories() 442 QList<QPlaceCategory> childCategories = manager->childCategories(pizza.categoryId()); in categories() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/ |
| H A D | tst_places.cpp | 425 QList<QPlaceCategory> categories = placeManager->childCategories(); in categories() 439 placeManager->childCategories(category.categoryId()); in categories() 443 QVERIFY(placeManager->childCategories(child.categoryId()).isEmpty()); in categories() 565 QList<QPlaceCategory> enCategories = placeManager->childCategories(); in locale() 570 QList<QPlaceCategory> fiCategories = placeManager->childCategories(); in locale()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qplacemanagerenginemapbox.h | 67 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
|
| H A D | qplacemanagerenginemapbox.cpp | 287 QList<QPlaceCategory> QPlaceManagerEngineMapbox::childCategories(const QString &parentId) const in childCategories() function in QPlaceManagerEngineMapbox
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qplacemanagerengineosm.h | 68 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
|
| H A D | qplacemanagerengineosm.cpp | 239 QList<QPlaceCategory> QPlaceManagerEngineOsm::childCategories(const QString &parentId) const in childCategories() function in QPlaceManagerEngineOsm
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | placemanagerengine_esri.h | 67 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
|
| H A D | placemanagerengine_esri.cpp | 234 QList<QPlaceCategory> PlaceManagerEngineEsri::childCategories(const QString &parentId) const in childCategories() function in PlaceManagerEngineEsri
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qplacemanagerengine_nokiav2.h | 92 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
|
| H A D | qplacemanagerengine_nokiav2.cpp | 670 QList<QPlaceCategory> QPlaceManagerEngineNokiaV2::childCategories(const QString &parentId) const in childCategories() function in QPlaceManagerEngineNokiaV2
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesupportedcategoriesmodel.cpp | 639 auto categories = manager->childCategories(parent.categoryId()); in populateCategories()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | places.qdoc | 353 \li QPlaceManager::childCategories() 360 we use the QPlaceManager::childCategories() function but do not provide
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 652 QList<QPlaceCategory> childCategories(const QString &parentId) const override in childCategories() function
|