Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanager.cpp317 QList<QPlaceCategory> QPlaceManager::childCategories(const QString &parentId) const in childCategories() function in QPlaceManager
319 return d->childCategories(parentId); in childCategories()
H A Dqplacemanager.h91 QList<QPlaceCategory> childCategories(const QString &parentId = QString()) const;
H A Dqplacemanagerengine.h81 virtual QList<QPlaceCategory> childCategories(const QString &parentId) const;
H A Dqplacemanagerengine.cpp271 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 Drequesthandler.h436 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 Dtst_places.cpp425 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 Dqplacemanagerenginemapbox.h67 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
H A Dqplacemanagerenginemapbox.cpp287 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 Dqplacemanagerengineosm.h68 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
H A Dqplacemanagerengineosm.cpp239 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 Dplacemanagerengine_esri.h67 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
H A Dplacemanagerengine_esri.cpp234 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 Dqplacemanagerengine_nokiav2.h92 QList<QPlaceCategory> childCategories(const QString &parentId) const override;
H A Dqplacemanagerengine_nokiav2.cpp670 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 Dqdeclarativesupportedcategoriesmodel.cpp639 auto categories = manager->childCategories(parent.categoryId()); in populateCategories()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplaces.qdoc353 \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 Dqplacemanagerengine_test.h652 QList<QPlaceCategory> childCategories(const QString &parentId) const override in childCategories() function