Searched refs:QGeoMapPrivate (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomap.cpp | 50 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 D | qgeomap_p_p.h | 71 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 D | qgeomap_p.h | 63 class QGeoMapPrivate; variable 166 QGeoMap(QGeoMapPrivate &dd, QObject *parent = 0);
|
| H A D | qgeotiledmap_p_p.h | 71 class Q_LOCATION_PRIVATE_EXPORT QGeoTiledMapPrivate : public QGeoMapPrivate
|
| H A D | qgeotiledmap.cpp | 190 : QGeoMapPrivate(engine, new QGeoProjectionWebMercator), in QGeoTiledMapPrivate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeotiledmap_test.cpp | 78 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 D | qgeomapitemsoverlay.cpp | 56 class QGeoMapItemsOverlayPrivate : public QGeoMapPrivate 173 : QGeoMapPrivate(engine, new QGeoProjectionWebMercator) in QGeoMapItemsOverlayPrivate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qgeomapobjectqsgsupport_p.h | 78 bool createMapObjectImplementation(QGeoMapObject *obj, QGeoMapPrivate *d);
|
| H A D | qgeomapobjectqsgsupport.cpp | 52 bool QGeoMapObjectQSGSupport::createMapObjectImplementation(QGeoMapObject *obj, QGeoMapPrivate *d) in createMapObjectImplementation()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qgeomapmapboxgl_p.h | 53 class QGeoMapMapboxGLPrivate : public QGeoMapPrivate
|
| H A D | qgeomapmapboxgl.cpp | 83 : QGeoMapPrivate(engine, new QGeoProjectionWebMercator) in QGeoMapMapboxGLPrivate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.8.0 | 45 - Marked QGeoMapPrivate as private export
|