| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacesearchreply.cpp | 71 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 D | qplacesearchreply.h | 48 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 D | qplacemanager.h | 61 class QPlaceSearchReply; variable 76 QPlaceSearchReply *search(const QPlaceSearchRequest &query) const;
|
| H A D | qplacemanagerengine.h | 47 class QPlaceSearchReply; variable 66 virtual QPlaceSearchReply *search(const QPlaceSearchRequest &request);
|
| H A D | unsupportedreplies_p.h | 109 class Q_LOCATION_PRIVATE_EXPORT QPlaceSearchReplyUnsupported : public QPlaceSearchReply 116 : QPlaceSearchReply(parent) in QPlaceSearchReplyUnsupported()
|
| H A D | qplacemanagerengine.cpp | 161 QPlaceSearchReply *QPlaceManagerEngine::search(const QPlaceSearchRequest &request) in search()
|
| H A D | qplacemanager.cpp | 220 QPlaceSearchReply *QPlaceManager::search(const QPlaceSearchRequest &request) const in search()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchreply/ |
| H A D | tst_qplacesearchreply.cpp | 40 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 D | requesthandler.h | 84 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 D | qdeclarativesearchresultmodel.cpp | 762 QPlaceSearchReply *searchReply = qobject_cast<QPlaceSearchReply *>(reply); in queryFinished() 844 QPlaceSearchReply *searchReply = qobject_cast<QPlaceSearchReply *>(reply); in onContentUpdated()
|
| H A D | qdeclarativesearchmodelbase_p.h | 63 class QPlaceSearchReply; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qplacesearchreplymapbox.h | 52 class QPlaceSearchReplyMapbox : public QPlaceSearchReply
|
| H A D | qplacemanagerenginemapbox.cpp | 113 QPlaceSearchReply *QPlaceManagerEngineMapbox::search(const QPlaceSearchRequest &request) in search() 115 return qobject_cast<QPlaceSearchReply *>(doSearch(request, PlaceSearchType::CompleteSearch)); in search()
|
| H A D | qplacemanagerenginemapbox.h | 59 QPlaceSearchReply *search(const QPlaceSearchRequest &) override;
|
| H A D | qplacesearchreplymapbox.cpp | 135 : QPlaceSearchReply(parent) in QPlaceSearchReplyMapbox()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qplacesearchreplyosm.h | 52 class QPlaceSearchReplyOsm : public QPlaceSearchReply
|
| H A D | qplacemanagerengineosm.h | 61 QPlaceSearchReply *search(const QPlaceSearchRequest &request) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | qplacesearchreplyhere.h | 49 class QPlaceSearchReplyHere : public QPlaceSearchReply
|
| H A D | qplacesearchreplyhere.cpp | 58 : QPlaceSearchReply(parent), m_engine(parent) in QPlaceSearchReplyHere()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | placesearchreply_esri.h | 52 class PlaceSearchReplyEsri : public QPlaceSearchReply
|
| H A D | placemanagerengine_esri.h | 60 QPlaceSearchReply *search(const QPlaceSearchRequest &request) override;
|
| H A D | placesearchreply_esri.cpp | 80 QPlaceSearchReply(parent), m_candidateFields(candidateFields), m_countries(countries) in PlaceSearchReplyEsri()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qplacemanagerengine_nokiav2.h | 78 QPlaceSearchReply *search(const QPlaceSearchRequest &query) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 182 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 D | tst_qplacemanager_unsupported.cpp | 153 QPlaceSearchReply *reply = m_manager->search(QPlaceSearchRequest()); in testSearch()
|