| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacemanagerengine.cpp | 72 QPlaceManagerEngine::QPlaceManagerEngine(const QVariantMap ¶meters, in QPlaceManagerEngine() function in QPlaceManagerEngine 84 QPlaceManagerEngine::~QPlaceManagerEngine() in ~QPlaceManagerEngine() 98 void QPlaceManagerEngine::setManagerName(const QString &managerName) in setManagerName() 110 QString QPlaceManagerEngine::managerName() const in managerName() 122 void QPlaceManagerEngine::setManagerVersion(int managerVersion) in setManagerVersion() 133 int QPlaceManagerEngine::managerVersion() const in managerVersion() 141 QPlaceDetailsReply *QPlaceManagerEngine::getPlaceDetails(const QString &placeId) in getPlaceDetails() 151 QPlaceContentReply *QPlaceManagerEngine::getPlaceContent(const QPlaceContentRequest &request) in getPlaceContent() 161 QPlaceSearchReply *QPlaceManagerEngine::search(const QPlaceSearchRequest &request) in search() 172 QPlaceSearchSuggestionReply *QPlaceManagerEngine::searchSuggestions( in searchSuggestions() [all …]
|
| H A D | unsupportedreplies_p.h | 66 QPlaceDetailsReplyUnsupported(QPlaceManagerEngine *parent) in QPlaceDetailsReplyUnsupported() 90 QPlaceContentReplyUnsupported(QPlaceManagerEngine *parent) in QPlaceContentReplyUnsupported() 115 QPlaceManagerEngine *parent) in QPlaceSearchReplyUnsupported() 138 QPlaceSearchSuggestionReplyUnsupported(QPlaceManagerEngine *parent) in QPlaceSearchSuggestionReplyUnsupported() 163 QPlaceManagerEngine *parent) in QPlaceIdReplyUnsupported() 186 QPlaceReplyUnsupported(const QString &message, QPlaceManagerEngine *parent) in QPlaceReplyUnsupported() 209 QPlaceMatchReplyUnsupported(QPlaceManagerEngine *parent) in QPlaceMatchReplyUnsupported()
|
| H A D | qplacemanagerengine.h | 51 class Q_LOCATION_EXPORT QPlaceManagerEngine : public QObject 56 explicit QPlaceManagerEngine(const QVariantMap ¶meters, QObject *parent = nullptr); 57 virtual ~QPlaceManagerEngine(); 113 Q_DISABLE_COPY(QPlaceManagerEngine)
|
| H A D | qplacemanager.h | 59 class QPlaceManagerEngine; variable 115 explicit QPlaceManager(QPlaceManagerEngine *engine, QObject *parent = nullptr); 118 QPlaceManagerEngine *d;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placesplugin_unsupported/ |
| H A D | qgeoserviceproviderplugin_test.cpp | 42 QPlaceManagerEngine *QGeoServiceProviderFactoryTest::createPlaceManagerEngine( in createPlaceManagerEngine() 49 return new QPlaceManagerEngine(parameters); in createPlaceManagerEngine()
|
| H A D | qgeoserviceproviderplugin_test.h | 47 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap ¶meters,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | places-backend.qdoc | 38 depends directly on an implementation of QPlaceManagerEngine. The engine provides 41 A places backend implementer needs to derive from QPlaceManagerEngine and provide implementations 45 when a request is complete and hold the results of that request. QPlaceManagerEngine provides a 56 The implementation of a QPlaceManagerEngine must ensure that any signals emitted by the reply 75 to emit the QPlaceManagerEngine::finished() and QPlaceManagerEngine::error() signals. This is 79 Icon URLs are provided through the QPlaceManagerEngine::constructIconUrl() function. 92 querying a server every time QPlaceManagerEngine::initializeCategories() is called. 99 the QPlaceManagerEngine::compatiblePlace() function. This function returns a copy of the input pla…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeoserviceproviderpluginosm.h | 65 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap ¶meters,
|
| H A D | qgeoserviceproviderpluginosm.cpp | 66 QPlaceManagerEngine *QGeoServiceProviderFactoryOsm::createPlaceManagerEngine( in createPlaceManagerEngine()
|
| H A D | qplacemanagerengineosm.h | 52 class QPlaceManagerEngineOsm : public QPlaceManagerEngine
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/ |
| H A D | qgeoserviceproviderpluginitemsoverlay.h | 62 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap ¶meters,
|
| H A D | qgeoserviceproviderpluginitemsoverlay.cpp | 68 QPlaceManagerEngine *QGeoServiceProviderFactoryItemsOverlay::createPlaceManagerEngine( in createPlaceManagerEngine()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeoserviceproviderpluginmapbox.h | 62 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap ¶meters,
|
| H A D | qplacemanagerenginemapbox.h | 50 class QPlaceManagerEngineMapbox : public QPlaceManagerEngine
|
| H A D | qgeoserviceproviderpluginmapbox.cpp | 95 QPlaceManagerEngine *QGeoServiceProviderFactoryMapbox::createPlaceManagerEngine( in createPlaceManagerEngine()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qgeoserviceproviderpluginmapboxgl.h | 65 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap ¶meters,
|
| H A D | qgeoserviceproviderpluginmapboxgl.cpp | 75 QPlaceManagerEngine *QGeoServiceProviderFactoryMapboxGL::createPlaceManagerEngine( in createPlaceManagerEngine()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeoserviceproviderplugin_test.h | 57 QPlaceManagerEngine* createPlaceManagerEngine(
|
| H A D | qgeoserviceproviderplugin_test.cpp | 86 QPlaceManagerEngine* QGeoServiceProviderFactoryTest::createPlaceManagerEngine( in createPlaceManagerEngine()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeoserviceproviderplugin_nokia.h | 66 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap ¶meters,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geoserviceproviderfactory_esri.h | 65 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap ¶meters,
|
| H A D | geoserviceproviderfactory_esri.cpp | 77 QPlaceManagerEngine *GeoServiceProviderFactoryEsri::createPlaceManagerEngine( in createPlaceManagerEngine()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoserviceprovider.cpp | 359 template <> QPlaceManagerEngine *createEngine<QPlaceManagerEngine>(QGeoServiceProviderPrivate *d_pt… in createEngine() 539 QPlaceManager *mgr = d_ptr->manager<QPlaceManager, QPlaceManagerEngine>( in placeManager()
|
| H A D | qgeoserviceproviderfactory.h | 63 virtual QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap ¶meters,
|
| H A D | qgeoserviceproviderfactory.cpp | 154 QPlaceManagerEngine *QGeoServiceProviderFactory::createPlaceManagerEngine(const QVariantMap ¶me… in createPlaceManagerEngine()
|