Searched refs:QGeoTiledMapScenePrivate (Results 1 – 3 of 3) sorted by relevance
107 QGeoTiledMapScenePrivate *d,131 class Q_LOCATION_PRIVATE_EXPORT QGeoTiledMapScenePrivate : public QObjectPrivate135 QGeoTiledMapScenePrivate();136 ~QGeoTiledMapScenePrivate();
60 : QObject(*new QGeoTiledMapScenePrivate(),parent) in QGeoTiledMapScene()145 QGeoTiledMapScenePrivate::QGeoTiledMapScenePrivate() in QGeoTiledMapScenePrivate() function in QGeoTiledMapScenePrivate165 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()
62 class QGeoTiledMapScenePrivate; variable