Home
last modified time | relevance | path

Searched refs:QGeoMapPrivate (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap.cpp50 QGeoMap::QGeoMap(QGeoMapPrivate &dd, QObject *parent) in QGeoMap()
364 QGeoMapPrivate::QGeoMapPrivate(QGeoMappingManagerEngine *engine, QGeoProjection *geoProjection) in QGeoMapPrivate() function in QGeoMapPrivate
375 QGeoMapPrivate::~QGeoMapPrivate() in ~QGeoMapPrivate()
381 void QGeoMapPrivate::setCameraCapabilities(const QGeoCameraCapabilities &cameraCapabilities) in setCameraCapabilities()
391 const QGeoCameraCapabilities &QGeoMapPrivate::cameraCapabilities() const in cameraCapabilities()
396 const QGeoMapPrivate *QGeoMapPrivate::get(const QGeoMap &map) in get()
401 void QGeoMapPrivate::addParameter(QGeoMapParameter *param) in addParameter()
406 void QGeoMapPrivate::removeParameter(QGeoMapParameter *param) in removeParameter()
411 QGeoMap::ItemTypes QGeoMapPrivate::supportedMapItemTypes() const in supportedMapItemTypes()
416 void QGeoMapPrivate::addMapItem(QDeclarativeGeoMapItemBase *item) in addMapItem()
[all …]
H A Dqgeomap_p_p.h71 class Q_LOCATION_PRIVATE_EXPORT QGeoMapPrivate : public QObjectPrivate
75 QGeoMapPrivate(QGeoMappingManagerEngine *engine, QGeoProjection *geoProjection);
76 virtual ~QGeoMapPrivate();
82 static const QGeoMapPrivate *get(const QGeoMap &map);
H A Dqgeomap_p.h63 class QGeoMapPrivate; variable
166 QGeoMap(QGeoMapPrivate &dd, QObject *parent = 0);
H A Dqgeotiledmap_p_p.h71 class Q_LOCATION_PRIVATE_EXPORT QGeoTiledMapPrivate : public QGeoMapPrivate
H A Dqgeotiledmap.cpp190 : QGeoMapPrivate(engine, new QGeoProjectionWebMercator), in QGeoTiledMapPrivate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotiledmap_test.cpp78 return QGeoMapPrivate::setVisibleArea(visibleArea); in setVisibleArea()
86 return QGeoMapPrivate::visibleArea(); in visibleArea()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeomapitemsoverlay.cpp56 class QGeoMapItemsOverlayPrivate : public QGeoMapPrivate
173 : QGeoMapPrivate(engine, new QGeoProjectionWebMercator) in QGeoMapItemsOverlayPrivate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqgeomapobjectqsgsupport_p.h78 bool createMapObjectImplementation(QGeoMapObject *obj, QGeoMapPrivate *d);
H A Dqgeomapobjectqsgsupport.cpp52 bool QGeoMapObjectQSGSupport::createMapObjectImplementation(QGeoMapObject *obj, QGeoMapPrivate *d) in createMapObjectImplementation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl_p.h53 class QGeoMapMapboxGLPrivate : public QGeoMapPrivate
H A Dqgeomapmapboxgl.cpp83 : QGeoMapPrivate(engine, new QGeoProjectionWebMercator) in QGeoMapMapboxGLPrivate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.8.045 - Marked QGeoMapPrivate as private export