Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapreply.cpp92 QGeoTiledMapReply::QGeoTiledMapReply(const QGeoTileSpec &spec, QObject *parent) in QGeoTiledMapReply() function in QGeoTiledMapReply
101 QGeoTiledMapReply::QGeoTiledMapReply(Error error, const QString &errorString, QObject *parent) in QGeoTiledMapReply() function in QGeoTiledMapReply
108 QGeoTiledMapReply::~QGeoTiledMapReply() in ~QGeoTiledMapReply()
124 void QGeoTiledMapReply::setFinished(bool finished) in setFinished()
135 bool QGeoTiledMapReply::isFinished() const in isFinished()
147 void QGeoTiledMapReply::setError(QGeoTiledMapReply::Error error, const QString &errorString) in setError()
160 QGeoTiledMapReply::Error QGeoTiledMapReply::error() const in error()
175 QString QGeoTiledMapReply::errorString() const in errorString()
183 bool QGeoTiledMapReply::isCached() const in isCached()
191 void QGeoTiledMapReply::setCached(bool cached) in setCached()
[all …]
H A Dqgeotiledmapreply_p.h60 class Q_LOCATION_PRIVATE_EXPORT QGeoTiledMapReply : public QObject
72 QGeoTiledMapReply(const QGeoTileSpec &spec, QObject *parent = 0);
73 QGeoTiledMapReply(Error error, const QString &errorString, QObject *parent = 0);
74 virtual ~QGeoTiledMapReply();
92 void error(QGeoTiledMapReply::Error error, const QString &errorString = QString());
105 Q_DISABLE_COPY(QGeoTiledMapReply)
H A Dqgeotilefetcher.cpp96 QGeoTiledMapReply *reply = d->invmap_.value(*tile, 0); in cancelTileRequests()
130 QGeoTiledMapReply *reply = getTileImage(ts); in requestNextTile()
153 QGeoTiledMapReply *reply = qobject_cast<QGeoTiledMapReply *>(sender()); in finished()
197 void QGeoTileFetcher::handleReply(QGeoTiledMapReply *reply, const QGeoTileSpec &spec) in handleReply()
206 if (reply->error() == QGeoTiledMapReply::NoError) { in handleReply()
H A Dqgeotilefetcher_p.h62 class QGeoTiledMapReply; variable
96 virtual QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec) = 0;
97 virtual void handleReply(QGeoTiledMapReply *reply, const QGeoTileSpec &spec);
H A Dqgeotiledmapreply_p_p.h60 QGeoTiledMapReplyPrivate(QGeoTiledMapReply::Error error, const QString &errorString);
63 QGeoTiledMapReply::Error error;
H A Dqgeotilefetcher_p_p.h67 class QGeoTiledMapReply; variable
81 QHash<QGeoTileSpec, QGeoTiledMapReply *> invmap_;
H A Dqgeomappingmanagerengine_p_p.h64 class QGeoTiledMapReply; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeomappingmanagerengine_test.h51 class TiledMapReplyTest :public QGeoTiledMapReply
55 …TiledMapReplyTest(const QGeoTileSpec &spec, QObject *parent=0): QGeoTiledMapReply (spec, parent) {} in QGeoTiledMapReply() function
78 errorCode_(QGeoTiledMapReply::NoError) in QGeoMappingManagerEngineTest()
101 QGeoTiledMapReply* getTileImage(const QGeoTileSpec &spec) in getTileImage()
136 return static_cast<QGeoTiledMapReply*>(mappingReply_); in getTileImage()
147 errorCode_ = QGeoTiledMapReply::NoError; in requestAborted()
161 mappingReply_->callSetError(QGeoTiledMapReply::NoError, "no error"); in timerEvent()
171 QGeoTiledMapReply::Error errorCode_;
H A Dqgeotilefetcher_test.h49 class TiledMapReplyTest :public QGeoTiledMapReply
53 …TiledMapReplyTest(const QGeoTileSpec &spec, QObject *parent=0): QGeoTiledMapReply (spec, parent) {} in QGeoTiledMapReply() function
70 …: QGeoTileFetcher(parent), finishRequestImmediately_(false), errorCode_(QGeoTiledMapReply::NoEr… in QGeoTileFetcherTest()
79 QGeoTiledMapReply* getTileImage(const QGeoTileSpec &spec) in getTileImage()
140 errorCode_ = QGeoTiledMapReply::NoError; in requestAborted()
152 mappingReply->callSetError(QGeoTiledMapReply::NoError, "no error"); in updateRequest()
173 QGeoTiledMapReply::Error errorCode_;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeomapreplymapbox.cpp42 : QGeoTiledMapReply(spec, parent), m_format (format) in QGeoMapReplyMapbox()
51 connect(this, &QGeoTiledMapReply::aborted, reply, &QNetworkReply::abort); in QGeoMapReplyMapbox()
79 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkReplyError()
H A Dqgeomapreplymapbox.h46 class QGeoMapReplyMapbox : public QGeoTiledMapReply
H A Dqgeotilefetchermapbox.h61 QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec);
H A Dqgeotilefetchermapbox.cpp85 QGeoTiledMapReply *QGeoTileFetcherMapbox::getTileImage(const QGeoTileSpec &spec) in getTileImage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeomapreply_nokia.cpp45 : QGeoTiledMapReply(spec, parent) in QGeoMapReplyNokia()
60 connect(this, &QGeoTiledMapReply::aborted, reply, &QNetworkReply::abort); in QGeoMapReplyNokia()
88 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkError()
H A Dqgeotilefetcher_nokia.cpp95 QGeoTiledMapReply *QGeoTileFetcherNokia::getTileImage(const QGeoTileSpec &spec) in getTileImage()
111 return new QGeoTiledMapReply(QGeoTiledMapReply::UnknownError, in getTileImage()
120 QGeoTiledMapReply *mapReply = new QGeoMapReplyNokia(netReply, spec); in getTileImage()
H A Dqgeotilefetcher_nokia.h46 class QGeoTiledMapReply; variable
63 QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec);
H A Dqgeomapreply_nokia.h47 class QGeoMapReplyNokia : public QGeoTiledMapReply
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeomapreplyosm.cpp48 : QGeoTiledMapReply(spec, parent) in QGeoMapReplyOsm()
57 connect(this, &QGeoTiledMapReply::aborted, reply, &QNetworkReply::abort); in QGeoMapReplyOsm()
87 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkReplyError()
H A Dqgeomapreplyosm.h48 class QGeoMapReplyOsm : public QGeoTiledMapReply
H A Dqgeotilefetcherosm.h78 QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec) override;
H A Dqgeotilefetcherosm.cpp143 QGeoTiledMapReply *QGeoTileFetcherOsm::getTileImage(const QGeoTileSpec &spec) in getTileImage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotiledmapreply_esri.cpp52 QGeoTiledMapReply(spec, parent) in GeoTiledMapReplyEsri()
61 connect(this, &QGeoTiledMapReply::aborted, reply, &QNetworkReply::abort); in GeoTiledMapReplyEsri()
102 setError(QGeoTiledMapReply::CommunicationError, reply->errorString()); in networkReplyError()
H A Dgeotiledmapreply_esri.h49 class GeoTiledMapReplyEsri : public QGeoTiledMapReply
H A Dgeotilefetcher_esri.cpp57 QGeoTiledMapReply *GeoTileFetcherEsri::getTileImage(const QGeoTileSpec &spec) in getTileImage()
H A Dgeotilefetcher_esri.h64 QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec) override;