Home
last modified time | relevance | path

Searched refs:QGeoTileFetcher (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilefetcher.cpp51 QGeoTileFetcher::QGeoTileFetcher(QGeoMappingManagerEngine *parent) in QGeoTileFetcher() function in QGeoTileFetcher
54 Q_D(QGeoTileFetcher); in QGeoTileFetcher()
60 QGeoTileFetcher::QGeoTileFetcher(QGeoTileFetcherPrivate &dd, QGeoMappingManagerEngine *parent) in QGeoTileFetcher() function in QGeoTileFetcher
63 Q_D(QGeoTileFetcher); in QGeoTileFetcher()
68 QGeoTileFetcher::~QGeoTileFetcher() in ~QGeoTileFetcher()
72 void QGeoTileFetcher::updateTileRequests(const QSet<QGeoTileSpec> &tilesAdded, in updateTileRequests()
75 Q_D(QGeoTileFetcher); in updateTileRequests()
87 void QGeoTileFetcher::cancelTileRequests(const QSet<QGeoTileSpec> &tiles) in cancelTileRequests()
89 Q_D(QGeoTileFetcher); in cancelTileRequests()
107 void QGeoTileFetcher::requestNextTile() in requestNextTile()
[all …]
H A Dqgeotilefetcher_p.h65 class Q_LOCATION_PRIVATE_EXPORT QGeoTileFetcher : public QObject
68 Q_DECLARE_PRIVATE(QGeoTileFetcher)
71 QGeoTileFetcher(QGeoMappingManagerEngine *parent);
72 virtual ~QGeoTileFetcher();
87 QGeoTileFetcher(QGeoTileFetcherPrivate &dd, QGeoMappingManagerEngine *parent);
99 Q_DISABLE_COPY(QGeoTileFetcher)
H A Dqgeotiledmappingmanagerengine_p.h64 class QGeoTileFetcher; variable
77 QGeoTileFetcher *tileFetcher();
103 void setTileFetcher(QGeoTileFetcher *fetcher);
115 friend class QGeoTileFetcher;
H A Dqgeotiledmappingmanagerengine_p_p.h62 class QGeoTileFetcher; variable
76 QGeoTileFetcher *fetcher_;
H A Dqgeotilefetcher_p_p.h72 Q_DECLARE_PUBLIC(QGeoTileFetcher)
H A Dqgeotiledmappingmanagerengine.cpp72 void QGeoTiledMappingManagerEngine::setTileFetcher(QGeoTileFetcher *fetcher) in setTileFetcher()
97 QGeoTileFetcher *QGeoTiledMappingManagerEngine::tileFetcher() in tileFetcher()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotilefetcher_test.h65 class QGeoTileFetcherTest: public QGeoTileFetcher
70 …: QGeoTileFetcher(parent), finishRequestImmediately_(false), errorCode_(QGeoTiledMapReply::NoEr… in QGeoTileFetcherTest()
161 QGeoTileFetcher::timerEvent(event); in timerEvent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeotilefetchermapbox.h48 class QGeoTileFetcherMapbox : public QGeoTileFetcher
H A Dqgeotilefetchermapbox.cpp49 : QGeoTileFetcher(parent), m_networkManager(new QNetworkAccessManager(this)), in QGeoTileFetcherMapbox()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotilefetcher_esri.cpp52 QGeoTileFetcher(parent), m_networkManager(new QNetworkAccessManager(this)), in GeoTileFetcherEsri()
H A Dgeotilefetcher_esri.h50 class GeoTileFetcherEsri : public QGeoTileFetcher
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotilefetcherosm.h52 class QGeoTileFetcherOsm : public QGeoTileFetcher
H A Dqgeotilefetcherosm.cpp82 : QGeoTileFetcher(*new QGeoTileFetcherOsmPrivate(), parent), m_userAgent("Qt Location based appli… in QGeoTileFetcherOsm()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeotilefetcher_nokia.h54 class QGeoTileFetcherNokia : public QGeoTileFetcher
H A Dqgeotilefetcher_nokia.cpp79 : QGeoTileFetcher(engine), m_engineNokia(engine), m_networkManager(networkManager), m_ppi(ppi), m… in QGeoTileFetcherNokia()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.9.0105 - QGeoTileFetcher::handleReply now virtual.