Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp82 QGeoMapMapboxGLPrivate::QGeoMapMapboxGLPrivate(QGeoMappingManagerEngineMapboxGL *engine) in QGeoMapMapboxGLPrivate() function in QGeoMapMapboxGLPrivate
87 QGeoMapMapboxGLPrivate::~QGeoMapMapboxGLPrivate() in ~QGeoMapMapboxGLPrivate()
91 QSGNode *QGeoMapMapboxGLPrivate::updateSceneGraph(QSGNode *node, QQuickWindow *window) in updateSceneGraph()
178 void QGeoMapMapboxGLPrivate::addParameter(QGeoMapParameter *param) in addParameter()
191 void QGeoMapMapboxGLPrivate::removeParameter(QGeoMapParameter *param) in removeParameter()
203 QGeoMap::ItemTypes QGeoMapMapboxGLPrivate::supportedMapItemTypes() const in supportedMapItemTypes()
208 void QGeoMapMapboxGLPrivate::addMapItem(QDeclarativeGeoMapItemBase *item) in addMapItem()
263 void QGeoMapMapboxGLPrivate::removeMapItem(QDeclarativeGeoMapItemBase *item) in removeMapItem()
293 void QGeoMapMapboxGLPrivate::changeViewportSize(const QSize &) in changeViewportSize()
301 void QGeoMapMapboxGLPrivate::changeCameraData(const QGeoCameraData &) in changeCameraData()
[all …]
H A Dqgeomapmapboxgl_p.h53 class QGeoMapMapboxGLPrivate : public QGeoMapPrivate
58 QGeoMapMapboxGLPrivate(QGeoMappingManagerEngineMapboxGL *engine);
60 ~QGeoMapMapboxGLPrivate();
105 Q_DISABLE_COPY(QGeoMapMapboxGLPrivate);
113 Q_DECLARE_OPERATORS_FOR_FLAGS(QGeoMapMapboxGLPrivate::SyncStates)
H A Dqgeomapmapboxgl.h45 class QGeoMapMapboxGLPrivate; variable