Home
last modified time | relevance | path

Searched refs:QPlaceSearchReply (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacesearchreply.cpp71 QPlaceSearchReply::QPlaceSearchReply(QObject *parent) in QPlaceSearchReply() function in QPlaceSearchReply
79 QPlaceSearchReply::~QPlaceSearchReply() in ~QPlaceSearchReply()
86 QPlaceReply::Type QPlaceSearchReply::type() const in type()
94 QList<QPlaceSearchResult> QPlaceSearchReply::results() const in results()
96 Q_D(const QPlaceSearchReply); in results()
103 void QPlaceSearchReply::setResults(const QList<QPlaceSearchResult> &results) in setResults()
105 Q_D(QPlaceSearchReply); in setResults()
112 QPlaceSearchRequest QPlaceSearchReply::request() const in request()
114 Q_D(const QPlaceSearchReply); in request()
124 QPlaceSearchRequest QPlaceSearchReply::previousPageRequest() const in previousPageRequest()
[all …]
H A Dqplacesearchreply.h48 class Q_LOCATION_EXPORT QPlaceSearchReply : public QPlaceReply
52 explicit QPlaceSearchReply(QObject *parent = nullptr);
53 ~QPlaceSearchReply();
70 Q_DISABLE_COPY(QPlaceSearchReply)
71 Q_DECLARE_PRIVATE(QPlaceSearchReply)
H A Dqplacemanager.h61 class QPlaceSearchReply; variable
76 QPlaceSearchReply *search(const QPlaceSearchRequest &query) const;
H A Dqplacemanagerengine.h47 class QPlaceSearchReply; variable
66 virtual QPlaceSearchReply *search(const QPlaceSearchRequest &request);
H A Dunsupportedreplies_p.h109 class Q_LOCATION_PRIVATE_EXPORT QPlaceSearchReplyUnsupported : public QPlaceSearchReply
116 : QPlaceSearchReply(parent) in QPlaceSearchReplyUnsupported()
H A Dqplacemanagerengine.cpp161 QPlaceSearchReply *QPlaceManagerEngine::search(const QPlaceSearchRequest &request) in search()
H A Dqplacemanager.cpp220 QPlaceSearchReply *QPlaceManager::search(const QPlaceSearchRequest &request) const in search()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchreply/
H A Dtst_qplacesearchreply.cpp40 class TestSearchReply : public QPlaceSearchReply
44 TestSearchReply(QObject *parent) : QPlaceSearchReply(parent) {} in TestSearchReply()
48 QPlaceSearchReply::setResults(results); in setResults()
52 QPlaceSearchReply::setRequest(request); in setRequest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/
H A Drequesthandler.h84 QPlaceSearchReply * searchReply = manager->search(searchRequest); in simpleSearch()
522 QPlaceSearchReply *searchReply;
541 class SearchReply : public QPlaceSearchReply
545 : QPlaceSearchReply(engine), m_engine(engine){} in SearchReply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp762 QPlaceSearchReply *searchReply = qobject_cast<QPlaceSearchReply *>(reply); in queryFinished()
844 QPlaceSearchReply *searchReply = qobject_cast<QPlaceSearchReply *>(reply); in onContentUpdated()
H A Dqdeclarativesearchmodelbase_p.h63 class QPlaceSearchReply; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacesearchreplymapbox.h52 class QPlaceSearchReplyMapbox : public QPlaceSearchReply
H A Dqplacemanagerenginemapbox.cpp113 QPlaceSearchReply *QPlaceManagerEngineMapbox::search(const QPlaceSearchRequest &request) in search()
115 return qobject_cast<QPlaceSearchReply *>(doSearch(request, PlaceSearchType::CompleteSearch)); in search()
H A Dqplacemanagerenginemapbox.h59 QPlaceSearchReply *search(const QPlaceSearchRequest &) override;
H A Dqplacesearchreplymapbox.cpp135 : QPlaceSearchReply(parent) in QPlaceSearchReplyMapbox()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacesearchreplyosm.h52 class QPlaceSearchReplyOsm : public QPlaceSearchReply
H A Dqplacemanagerengineosm.h61 QPlaceSearchReply *search(const QPlaceSearchRequest &request) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Dqplacesearchreplyhere.h49 class QPlaceSearchReplyHere : public QPlaceSearchReply
H A Dqplacesearchreplyhere.cpp58 : QPlaceSearchReply(parent), m_engine(parent) in QPlaceSearchReplyHere()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacesearchreply_esri.h52 class PlaceSearchReplyEsri : public QPlaceSearchReply
H A Dplacemanagerengine_esri.h60 QPlaceSearchReply *search(const QPlaceSearchRequest &request) override;
H A Dplacesearchreply_esri.cpp80 QPlaceSearchReply(parent), m_candidateFields(candidateFields), m_countries(countries) in PlaceSearchReplyEsri()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqplacemanagerengine_nokiav2.h78 QPlaceSearchReply *search(const QPlaceSearchRequest &query) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h182 class PlaceSearchReply : public QPlaceSearchReply
188 : QPlaceSearchReply(parent) in QPlaceSearchReply() function
461 QPlaceSearchReply *search(const QPlaceSearchRequest &query) override in search()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacemanager_unsupported/
H A Dtst_qplacemanager_unsupported.cpp153 QPlaceSearchReply *reply = m_manager->search(QPlaceSearchRequest()); in testSearch()

12