| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomap.cpp | 50 QGeoMap::QGeoMap(QGeoMapPrivate &dd, QObject *parent) in QGeoMap() function in QGeoMap 55 QGeoMap::~QGeoMap() in ~QGeoMap() 57 Q_D(QGeoMap); in ~QGeoMap() 63 void QGeoMap::setViewportSize(const QSize& size) in setViewportSize() 65 Q_D(QGeoMap); in setViewportSize() 73 QSize QGeoMap::viewportSize() const in viewportSize() 75 Q_D(const QGeoMap); in viewportSize() 79 int QGeoMap::viewportWidth() const in viewportWidth() 81 Q_D(const QGeoMap); in viewportWidth() 85 int QGeoMap::viewportHeight() const in viewportHeight() [all …]
|
| H A D | qgeomap_p.h | 73 class Q_LOCATION_PRIVATE_EXPORT QGeoMap : public QObject 76 Q_DECLARE_PRIVATE(QGeoMap) 104 virtual ~QGeoMap(); 166 QGeoMap(QGeoMapPrivate &dd, QObject *parent = 0); 182 Q_DISABLE_COPY(QGeoMap) 186 Q_DECLARE_OPERATORS_FOR_FLAGS(QGeoMap::ItemTypes)
|
| H A D | qgeomap_p_p.h | 65 class QGeoMap; variable 73 Q_DECLARE_PUBLIC(QGeoMap) 82 static const QGeoMapPrivate *get(const QGeoMap &map); 90 virtual QGeoMap::ItemTypes supportedMapItemTypes() const;
|
| H A D | qgeotiledmap.cpp | 61 : QGeoMap(*new QGeoTiledMapPrivate(engine), parent) in QGeoTiledMap() 69 QObject::connect(this, &QGeoMap::cameraCapabilitiesChanged, in QGeoTiledMap() 76 : QGeoMap(dd, parent) in QGeoTiledMap() 84 QObject::connect(this, &QGeoMap::cameraCapabilitiesChanged, in QGeoTiledMap() 148 QGeoMap::Capabilities QGeoTiledMap::capabilities() const in capabilities() 162 QGeoMap::setCopyrightVisible(visible); in setCopyrightVisible()
|
| H A D | qgeomappingmanager_p.h | 59 class QGeoMap; variable 79 QGeoMap *createMap(QObject *parent);
|
| H A D | qgeomappingmanagerengine_p.h | 73 class QGeoMap; variable 83 virtual QGeoMap *createMap() = 0;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qgeomapmapboxgl.cpp | 203 QGeoMap::ItemTypes QGeoMapMapboxGLPrivate::supportedMapItemTypes() const in supportedMapItemTypes() 205 return QGeoMap::MapRectangle | QGeoMap::MapCircle | QGeoMap::MapPolygon | QGeoMap::MapPolyline; in supportedMapItemTypes() 213 case QGeoMap::NoItem: in addMapItem() 214 case QGeoMap::MapQuickItem: in addMapItem() 215 case QGeoMap::CustomMapItem: in addMapItem() 217 case QGeoMap::MapRectangle: { in addMapItem() 227 case QGeoMap::MapCircle: { in addMapItem() 237 case QGeoMap::MapPolygon: { in addMapItem() 246 case QGeoMap::MapPolyline: { in addMapItem() 268 case QGeoMap::NoItem: in removeMapItem() [all …]
|
| H A D | qmapboxglstylechange.cpp | 169 case QGeoMap::MapRectangle: in featureFromMapItem() 171 case QGeoMap::MapCircle: in featureFromMapItem() 173 case QGeoMap::MapPolygon: in featureFromMapItem() 175 case QGeoMap::MapPolyline: in featureFromMapItem() 238 case QGeoMap::MapRectangle: in addMapItem() 239 case QGeoMap::MapCircle: in addMapItem() 240 case QGeoMap::MapPolygon: in addMapItem() 241 case QGeoMap::MapPolyline: in addMapItem() 338 case QGeoMap::MapPolyline: in fromMapItem() 413 case QGeoMap::MapRectangle: in fromMapItem() [all …]
|
| H A D | qsgmapboxglnode.cpp | 60 QObject::connect(m_map.data(), &QMapboxGL::needsRendering, geoMap, &QGeoMap::sgNodeChanged); in QSGMapboxGLTextureNode() 62 static_cast<void (QGeoMap::*)(const QString &)>(&QGeoMapMapboxGL::copyrightsChanged)); in QSGMapboxGLTextureNode() 127 QObject::connect(m_map.data(), &QMapboxGL::needsRendering, geoMap, &QGeoMap::sgNodeChanged); in QSGMapboxGLRenderNode() 129 static_cast<void (QGeoMap::*)(const QString &)>(&QGeoMapMapboxGL::copyrightsChanged)); in QSGMapboxGLRenderNode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapitembase_p.h | 94 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map); 98 QGeoMap *map() const { return map_; } in map() 112 QGeoMap::ItemType itemType() const; 151 QGeoMap::ItemType m_itemType = QGeoMap::NoItem; 158 QPointer<QGeoMap> map_;
|
| H A D | qgeomapobject_p.h | 59 class QGeoMap; variable 110 virtual void setMap(QGeoMap *map); 111 QGeoMap *map() const; 132 friend class QGeoMap; variable
|
| H A D | qdeclarativepolylinemapitem_p_p.h | 75 void updateSourcePoints(const QGeoMap &map, 79 void updateScreenPoints(const QGeoMap &map, 87 QList<QList<QDoubleVector2D> > clipPath(const QGeoMap &map, 91 void pathToScreen(const QGeoMap &map, 285 void updateSourcePoints(const QGeoMap &map, 288 void updateSourcePoints(const QGeoMap &map, 295 void updateSourcePoints(const QGeoMap &map, 298 void updateSourcePoints(const QGeoMap &map, 301 void updateScreenPoints(const QGeoMap &map, 682 const QGeoMap *map = m_poly.map(); in updatePolish() [all …]
|
| H A D | qdeclarativepolygonmapitem_p_p.h | 82 void updateSourcePoints(const QGeoMap &map, 85 void updateScreenPoints(const QGeoMap &map, qreal strokeWidth = 0.0); 103 void updateSourcePoints(const QGeoMap &map, 106 void updateSourcePoints(const QGeoMap &map, 109 void updateSourcePoints(const QGeoMap &map, 112 void updateSourcePoints(const QGeoMap &map, 115 …void updateScreenPoints(const QGeoMap &map, qreal strokeWidth = 0.0, const QColor &strokeColor = Q… 401 const QGeoMap *map = m_poly.map(); in updatePolish() 611 const QGeoMap *map = m_poly.map(); in updateMapItemPaintNode()
|
| H A D | qgeomapobject_p_p.h | 76 virtual void setMap(QGeoMap *map); 82 QPointer<QGeoMap> m_map;
|
| H A D | qdeclarativepolygonmapitem.cpp | 165 void QGeoMapPolygonGeometry::updateSourcePoints(const QGeoMap &map, in updateSourcePoints() 269 void QGeoMapPolygonGeometry::updateScreenPoints(const QGeoMap &map, qreal strokeWidth) in updateScreenPoints() 341 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QList<QDoubleVector… in updateSourcePoints() 462 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, in updateSourcePoints() 498 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoPolygon &poly) in updateSourcePoints() 531 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoRectangle &rect) in updateSourcePoints() 542 void QGeoMapPolygonGeometryOpenGL::updateScreenPoints(const QGeoMap &map, qreal strokeWidth , const… in updateScreenPoints() 634 m_itemType = QGeoMap::MapPolygon; in Q_GLOBAL_STATIC() 715 void QDeclarativePolygonMapItem::setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) in setMap()
|
| H A D | qgeomapobject.cpp | 188 void QGeoMapObject::setMap(QGeoMap *map) in setMap() 220 QGeoMap *QGeoMapObject::map() const in map() 304 void QGeoMapObjectPrivate::setMap(QGeoMap *map) in setMap()
|
| H A D | qgeomapitemgeometry_p.h | 64 class QGeoMap; variable 128 double geoDistanceToScreenWidth(const QGeoMap &map,
|
| H A D | qquickgeomapgesturearea_p.h | 68 class QGeoMap; variable 181 void setMap(QGeoMap* map); 270 QGeoMap* m_map;
|
| H A D | qdeclarativepolylinemapitem.cpp | 389 QList<QList<QDoubleVector2D> > QGeoMapPolylineGeometry::clipPath(const QGeoMap &map, in clipPath() 476 void QGeoMapPolylineGeometry::pathToScreen(const QGeoMap &map, in pathToScreen() 520 void QGeoMapPolylineGeometry::updateSourcePoints(const QGeoMap &map, in updateSourcePoints() 669 void QGeoMapPolylineGeometry::updateScreenPoints(const QGeoMap &map, in updateScreenPoints() 773 void QGeoMapPolylineGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoPolygon &poly) in updateSourcePoints() 783 void QGeoMapPolylineGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoPath &poly) in updateSourcePoints() 839 void QGeoMapPolylineGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoRectangle &rec… in updateSourcePoints() 845 void QGeoMapPolylineGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoCircle &circle) in updateSourcePoints() 864 void QGeoMapPolylineGeometryOpenGL::updateScreenPoints(const QGeoMap &map, qreal strokeWidth, bool … in updateScreenPoints() 965 m_itemType = QGeoMap::MapPolyline; in Q_GLOBAL_STATIC() [all …]
|
| H A D | qdeclarativerectanglemapitem.cpp | 146 m_itemType = QGeoMap::MapRectangle; in Q_GLOBAL_STATIC() 208 void QDeclarativeRectangleMapItem::setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) in setMap()
|
| H A D | qdeclarativegeomap.cpp | 375 connect(m_map.data(), &QGeoMap::cameraDataChanged, in initialize() 389 …connect(m_map.data(), &QGeoMap::visibleAreaChanged, this, &QDeclarativeGeoMap::visibleAreaChanged); in initialize() 686 QOverload<const QString &>::of(&QGeoMap::copyrightsChanged), in mappingManagerInitialized() 690 QOverload<const QImage &>::of(&QGeoMap::copyrightsChanged), in mappingManagerInitialized() 711 connect(m_map.data(), &QGeoMap::sgNodeChanged, this, &QDeclarativeGeoMap::onSGNodeChanged); in mappingManagerInitialized() 712 …connect(m_map.data(), &QGeoMap::cameraCapabilitiesChanged, this, &QDeclarativeGeoMap::onCameraCapa… in mappingManagerInitialized() 1021 if (m_map->capabilities() & QGeoMap::SupportsSetBearing) in setBearing() 1351 if (m_map->capabilities() & QGeoMap::SupportsVisibleRegion) { in visibleRegion() 1523 if (!m_map || !(m_map->capabilities() & QGeoMap::SupportsAnchoringCoordinate)) in alignCoordinateToPoint() 1667 } else if (m_map->capabilities() & QGeoMap::SupportsFittingViewportToGeoRectangle) { in fitViewportToGeoShape() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/ |
| H A D | qgeomapitemsoverlay.h | 48 class QGeoMapItemsOverlay: public QGeoMap 56 QGeoMap::Capabilities capabilities() const override;
|
| H A D | qgeomapitemsoverlay.cpp | 87 : QGeoMap(*(new QGeoMapItemsOverlayPrivate(engine, this)), parent) in QGeoMapItemsOverlay() 96 QGeoMap::Capabilities QGeoMapItemsOverlay::capabilities() const in capabilities() 150 return QGeoMap::mapObjectsAt(coordinate); in mapObjectsAt()
|
| H A D | qgeomappingmanagerengineitemsoverlay.h | 54 QGeoMap *createMap() override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeotiledmappingmanagerenginemapbox.h | 55 QGeoMap *createMap();
|