Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene_p_p.h107 QGeoTiledMapScenePrivate *d,
131 class Q_LOCATION_PRIVATE_EXPORT QGeoTiledMapScenePrivate : public QObjectPrivate
135 QGeoTiledMapScenePrivate();
136 ~QGeoTiledMapScenePrivate();
H A Dqgeotiledmapscene.cpp60 : QObject(*new QGeoTiledMapScenePrivate(),parent) in QGeoTiledMapScene()
145 QGeoTiledMapScenePrivate::QGeoTiledMapScenePrivate() in QGeoTiledMapScenePrivate() function in QGeoTiledMapScenePrivate
165 QGeoTiledMapScenePrivate::~QGeoTiledMapScenePrivate() in ~QGeoTiledMapScenePrivate()
169 bool QGeoTiledMapScenePrivate::buildGeometry(const QGeoTileSpec &spec, QSGImageNode *imageNode, boo… in buildGeometry()
223 void QGeoTiledMapScenePrivate::addTile(const QGeoTileSpec &spec, QSharedPointer<QGeoTileTexture> te… in addTile()
233 void QGeoTiledMapScenePrivate::setVisibleTiles(const QSet<QGeoTileSpec> &visibleTiles) in setVisibleTiles()
248 void QGeoTiledMapScenePrivate::removeTiles(const QSet<QGeoTileSpec> &oldTiles) in removeTiles()
260 void QGeoTiledMapScenePrivate::updateTileBounds(const QSet<QGeoTileSpec> &tiles) in updateTileBounds()
340 void QGeoTiledMapScenePrivate::setupCamera() in setupCamera()
484 QGeoTiledMapScenePrivate *d, in updateTiles()
H A Dqgeotiledmapscene_p.h62 class QGeoTiledMapScenePrivate; variable