Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmappolygonobject.cpp73 m_path.setPath(other.path()); // to stay on the safe side in QMapPolygonObjectPrivateDefault()
97 void QMapPolygonObjectPrivateDefault::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QMapPolygonObjectPrivateDefault
99 m_path.setPath(path); in setPath()
150setPath(poly.path()); // to handle overrides. Last as it normally emits static_cast<QMapPolygonObj… in setGeoShape()
177 setPath(poly.path()); // to handle overrides in setGeoShape()
209 void QMapPolygonObject::setPath(const QVariantList &path) in setPath() function in QMapPolygonObject
220 pimpl->setPath(p); in setPath()
H A Dqmappolylineobject.cpp79 m_path.setPath(other.path()); in QMapPolylineObjectPrivateDefault()
94 void QMapPolylineObjectPrivateDefault::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QMapPolylineObjectPrivateDefault
96 m_path.setPath(path); in setPath()
142 setPath(p.path()); // to handle overrides in setGeoShape()
205 void QMapPolylineObject::setPath(const QVariantList &path) in setPath() function in QMapPolylineObject
216 pimpl->setPath(p); in setPath()
H A Dqmappolylineobject_p.h63 Q_PROPERTY(QVariantList path READ path WRITE setPath NOTIFY pathChanged)
71 void setPath(const QVariantList &path);
H A Dqmappolygonobject_p.h63 Q_PROPERTY(QVariantList path READ path WRITE setPath NOTIFY pathChanged)
72 void setPath(const QVariantList &path);
H A Dqmappolylineobject_p_p.h68 virtual void setPath(const QList<QGeoCoordinate> &path) = 0;
89 void setPath(const QList<QGeoCoordinate> &path) override;
H A Dqmappolygonobject_p_p.h68 virtual void setPath(const QList<QGeoCoordinate> &path) = 0;
91 void setPath(const QList<QGeoCoordinate> &path) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutesegment.cpp229 void QGeoRouteSegment::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QGeoRouteSegment
232 d_ptr->setPath(path); in setPath()
339 void QGeoRouteSegmentPrivate::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QGeoRouteSegmentPrivate
451 void QGeoRouteSegmentPrivateDefault::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QGeoRouteSegmentPrivateDefault
H A Dqgeoroute.cpp286 void QGeoRoute::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QGeoRoute
288 d_ptr->setPath(path); in setPath()
456 void QGeoRoutePrivate::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QGeoRoutePrivate
619 void QGeoRoutePrivateDefault::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QGeoRoutePrivateDefault
H A Dqgeoroutesegment_p.h87 virtual void setPath(const QList<QGeoCoordinate> &path);
127 virtual void setPath(const QList<QGeoCoordinate> &path) override;
H A Dqgeoroute_p.h93 virtual void setPath(const QList<QGeoCoordinate> &path);
148 virtual void setPath(const QList<QGeoCoordinate> &path) override;
H A Dqgeorouteparserosrmv4.cpp290 segment.setPath(path.mid(position)); in constructRoute()
292 segment.setPath(path.mid(position, firstPosition - position)); in constructRoute()
307 route.setPath(path); in constructRoute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopolygon.cpp188 poly->setPath(perimeter); in QGeoPolygon()
194 poly->setPath(perimeter); in QGeoPolygon()
235 void QGeoPolygon::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QGeoPolygon
238 return d->setPath(path); in setPath()
265 d->setPath(p); in setPerimeter()
625 holePolygon.setPath(holePath); in polygonContains()
723 setPath(other.path()); in QGeoPolygonEager()
H A Dqgeopath.cpp187 void QGeoPath::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QGeoPath
190 return d->setPath(path); in setPath()
226 d->setPath(p); in setVariantPath()
412 setPath(path); in QGeoPathPrivate()
614 void QGeoPathPrivate::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QGeoPathPrivate
761 setPath(other.path()); in QGeoPathEager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem_p.h93 Q_PROPERTY(QJSValue path READ path WRITE setPath NOTIFY pathChanged)
123 virtual void setPath(const QJSValue &value);
124 Q_INVOKABLE void setPath(const QGeoPath &path);
H A Dqdeclarativepolygonmapitem_p.h64 Q_PROPERTY(QJSValue path READ path WRITE setPath NOTIFY pathChanged)
86 void setPath(const QJSValue &value);
H A Dqdeclarativegeoroute_p.h68 Q_PROPERTY(QJSValue path READ path WRITE setPath NOTIFY pathChanged)
84 void setPath(const QJSValue &value);
H A Dqdeclarativegeoroute.cpp198 void QDeclarativeGeoRoute::setPath(const QJSValue &value) in setPath() function in QDeclarativeGeoRoute
220 route_.setPath(pathList); in setPath()
H A Dqdeclarativeroutemapitem_p.h82 void setPath(const QJSValue &value) override;
H A Dqdeclarativeroutemapitem.cpp141 void QDeclarativeRouteMapItem::setPath(const QJSValue &value) in setPath() function in QDeclarativeRouteMapItem
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutesegment/
H A Dtst_qgeoroutesegment.cpp150 sgmt.setPath(path); in path()
240 qgeoroutesegment->setPath(path); in operators()
244 trueSgmtCopy->setPath(path); in operators()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmappolylineobjectqsg.cpp165 void QMapPolylineObjectPrivateQSG::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QMapPolylineObjectPrivateQSG
167 m_path.setPath(path); in setPath()
H A Dqmappolygonobjectqsg.cpp67 void QMapPolygonObjectPrivateQSG::setPath(const QList<QGeoCoordinate> &p) in setPath() function in QMapPolygonObjectPrivateQSG
71 QMapPolygonObjectPrivateDefault::setPath(p); in setPath()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp165 route->setPath(path); in parseRoute()
263 segment.setPath(maneuver.path); in postProcessRoute()
308 m_legs[i].setPath(path); in postProcessRoute()
523 segmentContainer.segment.setPath(path); in parseLink()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dpicture_view.cpp38 dir.setPath(current_path); in Picture_view()
54 dir.setPath(current_path); in Picture_view()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Ddownloadmanagerwidget.cpp75 download->setPath(path); in downloadRequested()

12