Searched refs:QGeoTiledMapScene (Results 1 – 7 of 7) sorted by relevance
59 QGeoTiledMapScene::QGeoTiledMapScene(QObject *parent) in QGeoTiledMapScene() function in QGeoTiledMapScene64 QGeoTiledMapScene::~QGeoTiledMapScene() in ~QGeoTiledMapScene()68 void QGeoTiledMapScene::setScreenSize(const QSize &size) in setScreenSize()70 Q_D(QGeoTiledMapScene); in setScreenSize()74 void QGeoTiledMapScene::updateSceneParameters() in updateSceneParameters()76 Q_D(QGeoTiledMapScene); in updateSceneParameters()84 void QGeoTiledMapScene::setTileSize(int tileSize) in setTileSize()86 Q_D(QGeoTiledMapScene); in setTileSize()94 void QGeoTiledMapScene::setCameraData(const QGeoCameraData &cameraData) in setCameraData()96 Q_D(QGeoTiledMapScene); in setCameraData()[all …]
64 class Q_LOCATION_PRIVATE_EXPORT QGeoTiledMapScene : public QObject67 Q_DECLARE_PRIVATE(QGeoTiledMapScene)69 explicit QGeoTiledMapScene(QObject *parent = 0);70 virtual ~QGeoTiledMapScene();94 Q_DISABLE_COPY(QGeoTiledMapScene)
61 class QGeoTiledMapScene; variable105 QGeoTiledMapScene *m_mapScene;
133 Q_DECLARE_PUBLIC(QGeoTiledMapScene)
194 m_mapScene(new QGeoTiledMapScene()), in QGeoTiledMapPrivate()
320 QGeoTiledMapScene mapGeometry; in screenToMercatorPositions()372 QGeoTiledMapScene mapGeometry; in mercatorToScreenPositions()
43 conversion, removing it from QGeoTiledMapScene.80 - [QTBUG-59417] Fixed QGeoTiledMapScene viewing frustum calculation.