| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotiledmapreply.cpp | 92 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 D | qgeotiledmapreply_p.h | 60 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 D | qgeotilefetcher.cpp | 96 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 D | qgeotilefetcher_p.h | 62 class QGeoTiledMapReply; variable 96 virtual QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec) = 0; 97 virtual void handleReply(QGeoTiledMapReply *reply, const QGeoTileSpec &spec);
|
| H A D | qgeotiledmapreply_p_p.h | 60 QGeoTiledMapReplyPrivate(QGeoTiledMapReply::Error error, const QString &errorString); 63 QGeoTiledMapReply::Error error;
|
| H A D | qgeotilefetcher_p_p.h | 67 class QGeoTiledMapReply; variable 81 QHash<QGeoTileSpec, QGeoTiledMapReply *> invmap_;
|
| H A D | qgeomappingmanagerengine_p_p.h | 64 class QGeoTiledMapReply; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeomappingmanagerengine_test.h | 51 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 D | qgeotilefetcher_test.h | 49 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 D | qgeomapreplymapbox.cpp | 42 : 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 D | qgeomapreplymapbox.h | 46 class QGeoMapReplyMapbox : public QGeoTiledMapReply
|
| H A D | qgeotilefetchermapbox.h | 61 QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec);
|
| H A D | qgeotilefetchermapbox.cpp | 85 QGeoTiledMapReply *QGeoTileFetcherMapbox::getTileImage(const QGeoTileSpec &spec) in getTileImage()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeomapreply_nokia.cpp | 45 : 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 D | qgeotilefetcher_nokia.cpp | 95 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 D | qgeotilefetcher_nokia.h | 46 class QGeoTiledMapReply; variable 63 QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec);
|
| H A D | qgeomapreply_nokia.h | 47 class QGeoMapReplyNokia : public QGeoTiledMapReply
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeomapreplyosm.cpp | 48 : 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 D | qgeomapreplyosm.h | 48 class QGeoMapReplyOsm : public QGeoTiledMapReply
|
| H A D | qgeotilefetcherosm.h | 78 QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec) override;
|
| H A D | qgeotilefetcherosm.cpp | 143 QGeoTiledMapReply *QGeoTileFetcherOsm::getTileImage(const QGeoTileSpec &spec) in getTileImage()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geotiledmapreply_esri.cpp | 52 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 D | geotiledmapreply_esri.h | 49 class GeoTiledMapReplyEsri : public QGeoTiledMapReply
|
| H A D | geotilefetcher_esri.cpp | 57 QGeoTiledMapReply *GeoTileFetcherEsri::getTileImage(const QGeoTileSpec &spec) in getTileImage()
|
| H A D | geotilefetcher_esri.h | 64 QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec) override;
|