Home
last modified time | relevance | path

Searched refs:QGeoMapReplyMapbox (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeomapreplymapbox.cpp41 QGeoMapReplyMapbox::QGeoMapReplyMapbox(QNetworkReply *reply, const QGeoTileSpec &spec, const QStrin… in QGeoMapReplyMapbox() function in QGeoMapReplyMapbox
55 QGeoMapReplyMapbox::~QGeoMapReplyMapbox() in ~QGeoMapReplyMapbox()
59 void QGeoMapReplyMapbox::networkReplyFinished() in networkReplyFinished()
72 void QGeoMapReplyMapbox::networkReplyError(QNetworkReply::NetworkError error) in networkReplyError()
H A Dqgeomapreplymapbox.h46 class QGeoMapReplyMapbox : public QGeoTiledMapReply
51 …explicit QGeoMapReplyMapbox(QNetworkReply *reply, const QGeoTileSpec &spec, const QString &format,…
52 ~QGeoMapReplyMapbox();
H A Dqgeotilefetchermapbox.cpp101 return new QGeoMapReplyMapbox(reply, spec, m_replyFormat); in getTileImage()