Home
last modified time | relevance | path

Searched refs:QPlaceManagerEngine (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanagerengine.cpp72 QPlaceManagerEngine::QPlaceManagerEngine(const QVariantMap &parameters, 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 Dunsupportedreplies_p.h66 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 Dqplacemanagerengine.h51 class Q_LOCATION_EXPORT QPlaceManagerEngine : public QObject
56 explicit QPlaceManagerEngine(const QVariantMap &parameters, QObject *parent = nullptr);
57 virtual ~QPlaceManagerEngine();
113 Q_DISABLE_COPY(QPlaceManagerEngine)
H A Dqplacemanager.h59 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 Dqgeoserviceproviderplugin_test.cpp42 QPlaceManagerEngine *QGeoServiceProviderFactoryTest::createPlaceManagerEngine( in createPlaceManagerEngine()
49 return new QPlaceManagerEngine(parameters); in createPlaceManagerEngine()
H A Dqgeoserviceproviderplugin_test.h47 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap &parameters,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dplaces-backend.qdoc38 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 Dqgeoserviceproviderpluginosm.h65 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap &parameters,
H A Dqgeoserviceproviderpluginosm.cpp66 QPlaceManagerEngine *QGeoServiceProviderFactoryOsm::createPlaceManagerEngine( in createPlaceManagerEngine()
H A Dqplacemanagerengineosm.h52 class QPlaceManagerEngineOsm : public QPlaceManagerEngine
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeoserviceproviderpluginitemsoverlay.h62 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap &parameters,
H A Dqgeoserviceproviderpluginitemsoverlay.cpp68 QPlaceManagerEngine *QGeoServiceProviderFactoryItemsOverlay::createPlaceManagerEngine( in createPlaceManagerEngine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoserviceproviderpluginmapbox.h62 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap &parameters,
H A Dqplacemanagerenginemapbox.h50 class QPlaceManagerEngineMapbox : public QPlaceManagerEngine
H A Dqgeoserviceproviderpluginmapbox.cpp95 QPlaceManagerEngine *QGeoServiceProviderFactoryMapbox::createPlaceManagerEngine( in createPlaceManagerEngine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeoserviceproviderpluginmapboxgl.h65 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap &parameters,
H A Dqgeoserviceproviderpluginmapboxgl.cpp75 QPlaceManagerEngine *QGeoServiceProviderFactoryMapboxGL::createPlaceManagerEngine( in createPlaceManagerEngine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeoserviceproviderplugin_test.h57 QPlaceManagerEngine* createPlaceManagerEngine(
H A Dqgeoserviceproviderplugin_test.cpp86 QPlaceManagerEngine* QGeoServiceProviderFactoryTest::createPlaceManagerEngine( in createPlaceManagerEngine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoserviceproviderplugin_nokia.h66 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap &parameters,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoserviceproviderfactory_esri.h65 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap &parameters,
H A Dgeoserviceproviderfactory_esri.cpp77 QPlaceManagerEngine *GeoServiceProviderFactoryEsri::createPlaceManagerEngine( in createPlaceManagerEngine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp359 template <> QPlaceManagerEngine *createEngine<QPlaceManagerEngine>(QGeoServiceProviderPrivate *d_pt… in createEngine()
539 QPlaceManager *mgr = d_ptr->manager<QPlaceManager, QPlaceManagerEngine>( in placeManager()
H A Dqgeoserviceproviderfactory.h63 virtual QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap &parameters,
H A Dqgeoserviceproviderfactory.cpp154 QPlaceManagerEngine *QGeoServiceProviderFactory::createPlaceManagerEngine(const QVariantMap &parame… in createPlaceManagerEngine()

12