| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmappolygonobject.cpp | 74 QGeoPolygon poly(other.geoShape()); // to handle holes in QMapPolygonObjectPrivateDefault() 137 QGeoShape QMapPolygonObjectPrivateDefault::geoShape() const in geoShape() function in QMapPolygonObjectPrivateDefault 160 && geoShape() == o.geoShape() in equals() 166 QGeoShape QMapPolygonObjectPrivate::geoShape() const in geoShape() function in QMapPolygonObjectPrivate 173 if (shape == geoShape()) in setGeoShape()
|
| H A D | qgeotiledmaplabs.cpp | 111 QGeoPath path = o->geoShape(); in mapObjectsAt() 116 QGeoPath path = o->geoShape(); in mapObjectsAt() 120 contains = o->geoShape().contains(coordinate); in mapObjectsAt()
|
| H A D | qmappolygonobject_p_p.h | 78 virtual QGeoShape geoShape() const override; 101 virtual QGeoShape geoShape() const override;
|
| H A D | qmapiconobject.cpp | 96 qreal radius = QGeoCircle(other.geoShape()).radius(); in QMapIconObjectPrivateDefault() 140 QGeoShape QMapIconObjectPrivateDefault::geoShape() const in geoShape() function in QMapIconObjectPrivateDefault
|
| H A D | qmapobjectview.cpp | 143 QGeoShape QMapObjectViewPrivateDefault::geoShape() const in geoShape() function in QMapObjectViewPrivateDefault 150 rect = kid->geoShape().boundingGeoRectangle(); in geoShape() 152 rect = rect.united(kid->geoShape().boundingGeoRectangle()); in geoShape()
|
| H A D | qmapcircleobject.cpp | 72 QGeoShape QMapCircleObjectPrivate::geoShape() const in geoShape() function in QMapCircleObjectPrivate 79 if (shape == geoShape()) in setGeoShape()
|
| H A D | qmaprouteobject_p_p.h | 75 virtual QGeoShape geoShape() const override;
|
| H A D | qmapobjectview_p_p.h | 92 virtual QGeoShape geoShape() const override;
|
| H A D | qmappolylineobject_p_p.h | 76 virtual QGeoShape geoShape() const override;
|
| H A D | qmapiconobject_p_p.h | 93 QGeoShape geoShape() const override;
|
| H A D | qmaprouteobject.cpp | 121 QGeoShape QMapRouteObjectPrivate::geoShape() const in geoShape() function in QMapRouteObjectPrivate
|
| H A D | qmapcircleobject_p_p.h | 79 virtual QGeoShape geoShape() const override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qgeomapobject_p.h | 67 Q_PROPERTY(QGeoShape geoShape READ geoShape WRITE setGeoShape STORED false) // non-NOTIFYable 113 QGeoShape geoShape() const;
|
| H A D | qdeclarativegeomapitembase_p.h | 86 Q_PROPERTY(QGeoShape geoShape READ geoShape WRITE setGeoShape STORED false ) 99 virtual const QGeoShape &geoShape() const = 0;
|
| H A D | qgeomapobject.cpp | 225 QGeoShape QGeoMapObject::geoShape() const in geoShape() function in QGeoMapObject 227 return d_ptr->geoShape(); in geoShape()
|
| H A D | qgeomapobject_p_p.h | 78 virtual QGeoShape geoShape() const = 0;
|
| H A D | qdeclarativepolygonmapitem_p.h | 97 const QGeoShape &geoShape() const override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qmaprouteobjectqsg.cpp | 103 QGeoShape QMapRouteObjectPrivateQSG::geoShape() const in geoShape() function in QMapRouteObjectPrivateQSG 105 return m_polyline->geoShape(); in geoShape()
|
| H A D | qmaprouteobjectqsg_p_p.h | 83 virtual QGeoShape geoShape() const override;
|
| H A D | qmappolylineobjectqsg_p_p.h | 86 virtual QGeoShape geoShape() const override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/ |
| H A D | qgeomapitemsoverlay.cpp | 217 QGeoPath path = o->geoShape(); in mapObjectsAt() 222 QGeoPath path = o->geoShape(); in mapObjectsAt() 226 contains = o->geoShape().contains(coordinate); in mapObjectsAt()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/ |
| H A D | main.cpp | 104 ls["data"] = QVariant::fromValue(mapPolygon->geoShape()); in toVariant() 113 ls["data"] = QVariant::fromValue(mapPolyline->geoShape()); in toVariant() 122 pt["data"] = QVariant::fromValue(mapCircle->geoShape()); in toVariant()
|
| H A D | GeoJsonDelegateMapObject.qml | 67 geoShape: modelData.data 83 geoShape: modelData.data 94 geoShape: modelData.data
|
| H A D | GeoJsonDelegate.qml | 69 geoShape: modelData.data 87 geoShape: modelData.data 99 geoShape: modelData.data
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/ |
| H A D | tst_locationsingleton.qml | 314 compare(geopath.boundingGeoRectangle(), mapPolyline.geoShape.boundingGeoRectangle()) 316 mapPolylineGeopath.geoShape = geopath 318 …compare(mapPolylineGeopath.geoShape.boundingGeoRectangle(), mapPolyline.geoShape.boundingGeoRectan… 339 compare(geopolygon.boundingGeoRectangle(), mapPolyline.geoShape.boundingGeoRectangle())
|