Home
last modified time | relevance | path

Searched refs:QGeoTiledMapScene (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp59 QGeoTiledMapScene::QGeoTiledMapScene(QObject *parent) in QGeoTiledMapScene() function in QGeoTiledMapScene
64 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 …]
H A Dqgeotiledmapscene_p.h64 class Q_LOCATION_PRIVATE_EXPORT QGeoTiledMapScene : public QObject
67 Q_DECLARE_PRIVATE(QGeoTiledMapScene)
69 explicit QGeoTiledMapScene(QObject *parent = 0);
70 virtual ~QGeoTiledMapScene();
94 Q_DISABLE_COPY(QGeoTiledMapScene)
H A Dqgeotiledmap_p_p.h61 class QGeoTiledMapScene; variable
105 QGeoTiledMapScene *m_mapScene;
H A Dqgeotiledmapscene_p_p.h133 Q_DECLARE_PUBLIC(QGeoTiledMapScene)
H A Dqgeotiledmap.cpp194 m_mapScene(new QGeoTiledMapScene()), in QGeoTiledMapPrivate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmapscene/
H A Dtst_qgeotiledmapscene.cpp320 QGeoTiledMapScene mapGeometry; in screenToMercatorPositions()
372 QGeoTiledMapScene mapGeometry; in mercatorToScreenPositions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.9.043 conversion, removing it from QGeoTiledMapScene.
80 - [QTBUG-59417] Fixed QGeoTiledMapScene viewing frustum calculation.