Searched refs:QPlaceSearchSuggestionReplyMapbox (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qplacesearchsuggestionreplymapbox.cpp | 54 QPlaceSearchSuggestionReplyMapbox::QPlaceSearchSuggestionReplyMapbox(QNetworkReply *reply, QPlaceMa… in QPlaceSearchSuggestionReplyMapbox() function in QPlaceSearchSuggestionReplyMapbox 63 …connect(reply, &QNetworkReply::finished, this, &QPlaceSearchSuggestionReplyMapbox::onReplyFinished… in QPlaceSearchSuggestionReplyMapbox() 64 …connect(reply, &QNetworkReply::errorOccurred, this, &QPlaceSearchSuggestionReplyMapbox::onNetworkE… in QPlaceSearchSuggestionReplyMapbox() 70 QPlaceSearchSuggestionReplyMapbox::~QPlaceSearchSuggestionReplyMapbox() in ~QPlaceSearchSuggestionReplyMapbox() 74 void QPlaceSearchSuggestionReplyMapbox::setError(QPlaceReply::Error errorCode, const QString &error… in setError() 83 void QPlaceSearchSuggestionReplyMapbox::onReplyFinished() in onReplyFinished() 111 void QPlaceSearchSuggestionReplyMapbox::onNetworkError(QNetworkReply::NetworkError error) in onNetworkError()
|
| H A D | qplacesearchsuggestionreplymapbox.h | 52 class QPlaceSearchSuggestionReplyMapbox : public QPlaceSearchSuggestionReply 57 QPlaceSearchSuggestionReplyMapbox(QNetworkReply *reply, QPlaceManagerEngineMapbox *parent); 58 ~QPlaceSearchSuggestionReplyMapbox();
|
| H A D | qplacemanagerenginemapbox.cpp | 147 reply = new QPlaceSearchSuggestionReplyMapbox(0, this); in doSearch() 233 reply = new QPlaceSearchSuggestionReplyMapbox(networkReply, this); in doSearch()
|