Home
last modified time | relevance | path

Searched refs:geoShape (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmappolygonobject.cpp74 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 Dqgeotiledmaplabs.cpp111 QGeoPath path = o->geoShape(); in mapObjectsAt()
116 QGeoPath path = o->geoShape(); in mapObjectsAt()
120 contains = o->geoShape().contains(coordinate); in mapObjectsAt()
H A Dqmappolygonobject_p_p.h78 virtual QGeoShape geoShape() const override;
101 virtual QGeoShape geoShape() const override;
H A Dqmapiconobject.cpp96 qreal radius = QGeoCircle(other.geoShape()).radius(); in QMapIconObjectPrivateDefault()
140 QGeoShape QMapIconObjectPrivateDefault::geoShape() const in geoShape() function in QMapIconObjectPrivateDefault
H A Dqmapobjectview.cpp143 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 Dqmapcircleobject.cpp72 QGeoShape QMapCircleObjectPrivate::geoShape() const in geoShape() function in QMapCircleObjectPrivate
79 if (shape == geoShape()) in setGeoShape()
H A Dqmaprouteobject_p_p.h75 virtual QGeoShape geoShape() const override;
H A Dqmapobjectview_p_p.h92 virtual QGeoShape geoShape() const override;
H A Dqmappolylineobject_p_p.h76 virtual QGeoShape geoShape() const override;
H A Dqmapiconobject_p_p.h93 QGeoShape geoShape() const override;
H A Dqmaprouteobject.cpp121 QGeoShape QMapRouteObjectPrivate::geoShape() const in geoShape() function in QMapRouteObjectPrivate
H A Dqmapcircleobject_p_p.h79 virtual QGeoShape geoShape() const override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapobject_p.h67 Q_PROPERTY(QGeoShape geoShape READ geoShape WRITE setGeoShape STORED false) // non-NOTIFYable
113 QGeoShape geoShape() const;
H A Dqdeclarativegeomapitembase_p.h86 Q_PROPERTY(QGeoShape geoShape READ geoShape WRITE setGeoShape STORED false )
99 virtual const QGeoShape &geoShape() const = 0;
H A Dqgeomapobject.cpp225 QGeoShape QGeoMapObject::geoShape() const in geoShape() function in QGeoMapObject
227 return d_ptr->geoShape(); in geoShape()
H A Dqgeomapobject_p_p.h78 virtual QGeoShape geoShape() const = 0;
H A Dqdeclarativepolygonmapitem_p.h97 const QGeoShape &geoShape() const override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmaprouteobjectqsg.cpp103 QGeoShape QMapRouteObjectPrivateQSG::geoShape() const in geoShape() function in QMapRouteObjectPrivateQSG
105 return m_polyline->geoShape(); in geoShape()
H A Dqmaprouteobjectqsg_p_p.h83 virtual QGeoShape geoShape() const override;
H A Dqmappolylineobjectqsg_p_p.h86 virtual QGeoShape geoShape() const override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeomapitemsoverlay.cpp217 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 Dmain.cpp104 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 DGeoJsonDelegateMapObject.qml67 geoShape: modelData.data
83 geoShape: modelData.data
94 geoShape: modelData.data
H A DGeoJsonDelegate.qml69 geoShape: modelData.data
87 geoShape: modelData.data
99 geoShape: modelData.data
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/
H A Dtst_locationsingleton.qml314 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())

12