Home
last modified time | relevance | path

Searched refs:QGeoTileFetcherPrivate (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilefetcher_p_p.h70 class Q_LOCATION_PRIVATE_EXPORT QGeoTileFetcherPrivate : public QObjectPrivate
74 QGeoTileFetcherPrivate();
75 virtual ~QGeoTileFetcherPrivate();
85 Q_DISABLE_COPY(QGeoTileFetcherPrivate)
H A Dqgeotilefetcher.cpp52 : QObject(*new QGeoTileFetcherPrivate(), parent) in QGeoTileFetcher()
60 QGeoTileFetcher::QGeoTileFetcher(QGeoTileFetcherPrivate &dd, QGeoMappingManagerEngine *parent) in QGeoTileFetcher()
218 QGeoTileFetcherPrivate::QGeoTileFetcherPrivate() in QGeoTileFetcherPrivate() function in QGeoTileFetcherPrivate
223 QGeoTileFetcherPrivate::~QGeoTileFetcherPrivate() in ~QGeoTileFetcherPrivate()
H A Dqgeotilefetcher_p.h60 class QGeoTileFetcherPrivate; variable
87 QGeoTileFetcher(QGeoTileFetcherPrivate &dd, QGeoMappingManagerEngine *parent);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotilefetcherosm.cpp59 class QGeoTileFetcherOsmPrivate : public QGeoTileFetcherPrivate
70 QGeoTileFetcherOsmPrivate::QGeoTileFetcherOsmPrivate() : QGeoTileFetcherPrivate() in QGeoTileFetcherOsmPrivate()