| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmappolygonobject.cpp | 73 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() 150 …setPath(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 D | qmappolylineobject.cpp | 79 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 D | qmappolylineobject_p.h | 63 Q_PROPERTY(QVariantList path READ path WRITE setPath NOTIFY pathChanged) 71 void setPath(const QVariantList &path);
|
| H A D | qmappolygonobject_p.h | 63 Q_PROPERTY(QVariantList path READ path WRITE setPath NOTIFY pathChanged) 72 void setPath(const QVariantList &path);
|
| H A D | qmappolylineobject_p_p.h | 68 virtual void setPath(const QList<QGeoCoordinate> &path) = 0; 89 void setPath(const QList<QGeoCoordinate> &path) override;
|
| H A D | qmappolygonobject_p_p.h | 68 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 D | qgeoroutesegment.cpp | 229 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 D | qgeoroute.cpp | 286 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 D | qgeoroutesegment_p.h | 87 virtual void setPath(const QList<QGeoCoordinate> &path); 127 virtual void setPath(const QList<QGeoCoordinate> &path) override;
|
| H A D | qgeoroute_p.h | 93 virtual void setPath(const QList<QGeoCoordinate> &path); 148 virtual void setPath(const QList<QGeoCoordinate> &path) override;
|
| H A D | qgeorouteparserosrmv4.cpp | 290 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 D | qgeopolygon.cpp | 188 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 D | qgeopath.cpp | 187 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 D | qdeclarativepolylinemapitem_p.h | 93 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 D | qdeclarativepolygonmapitem_p.h | 64 Q_PROPERTY(QJSValue path READ path WRITE setPath NOTIFY pathChanged) 86 void setPath(const QJSValue &value);
|
| H A D | qdeclarativegeoroute_p.h | 68 Q_PROPERTY(QJSValue path READ path WRITE setPath NOTIFY pathChanged) 84 void setPath(const QJSValue &value);
|
| H A D | qdeclarativegeoroute.cpp | 198 void QDeclarativeGeoRoute::setPath(const QJSValue &value) in setPath() function in QDeclarativeGeoRoute 220 route_.setPath(pathList); in setPath()
|
| H A D | qdeclarativeroutemapitem_p.h | 82 void setPath(const QJSValue &value) override;
|
| H A D | qdeclarativeroutemapitem.cpp | 141 void QDeclarativeRouteMapItem::setPath(const QJSValue &value) in setPath() function in QDeclarativeRouteMapItem
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutesegment/ |
| H A D | tst_qgeoroutesegment.cpp | 150 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 D | qmappolylineobjectqsg.cpp | 165 void QMapPolylineObjectPrivateQSG::setPath(const QList<QGeoCoordinate> &path) in setPath() function in QMapPolylineObjectPrivateQSG 167 m_path.setPath(path); in setPath()
|
| H A D | qmappolygonobjectqsg.cpp | 67 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 D | qgeoroutexmlparser.cpp | 165 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 D | picture_view.cpp | 38 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 D | downloadmanagerwidget.cpp | 75 download->setPath(path); in downloadRequested()
|