Home
last modified time | relevance | path

Searched refs:QGeoRoutePrivate (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute.cpp49 QGeoRoutePrivate *QExplicitlySharedDataPointer<QGeoRoutePrivate>::clone() in clone()
86 QGeoRoute::QGeoRoute(const QExplicitlySharedDataPointer<QGeoRoutePrivate> &dd): d_ptr(dd) in QGeoRoute()
93 QExplicitlySharedDataPointer<QGeoRoutePrivate> &QGeoRoute::d() in d()
98 const QExplicitlySharedDataPointer<QGeoRoutePrivate> &QGeoRoute::const_d() const in const_d()
347 QGeoRoutePrivate::QGeoRoutePrivate() in QGeoRoutePrivate() function in QGeoRoutePrivate
352 QGeoRoutePrivate::QGeoRoutePrivate(const QGeoRoutePrivate &other) : QSharedData(other) in QGeoRoutePrivate() function in QGeoRoutePrivate
357 QGeoRoutePrivate::~QGeoRoutePrivate() {} in ~QGeoRoutePrivate()
359 bool QGeoRoutePrivate::operator ==(const QGeoRoutePrivate &other) const in operator ==()
364 bool QGeoRoutePrivate::equals(const QGeoRoutePrivate &other) const in equals()
396 void QGeoRoutePrivate::setId(const QString &id) in setId()
[all …]
H A Dqgeoroute_p.h65 class Q_LOCATION_PRIVATE_EXPORT QGeoRoutePrivate : public QSharedData
68 QGeoRoutePrivate();
69 QGeoRoutePrivate(const QGeoRoutePrivate &other);
70 virtual ~QGeoRoutePrivate();
71 virtual QGeoRoutePrivate *clone() = 0;
73 bool operator == (const QGeoRoutePrivate &other) const;
116 static const QGeoRoutePrivate *routePrivateData(const QGeoRoute &route);
119 virtual bool equals(const QGeoRoutePrivate &other) const;
122 class Q_LOCATION_PRIVATE_EXPORT QGeoRoutePrivateDefault : public QGeoRoutePrivate
128 virtual QGeoRoutePrivate *clone() override;
H A Dqgeoroute.h52 class QGeoRoutePrivate; variable
97 QGeoRoute(const QExplicitlySharedDataPointer<QGeoRoutePrivate> &dd);
98 QExplicitlySharedDataPointer<QGeoRoutePrivate> &d();
99 const QExplicitlySharedDataPointer<QGeoRoutePrivate> &const_d() const;
102 QExplicitlySharedDataPointer<QGeoRoutePrivate> d_ptr;
104 friend class QGeoRoutePrivate; variable
122 QGeoRouteLeg(const QExplicitlySharedDataPointer<QGeoRoutePrivate> &dd);
125 friend class QGeoRoutePrivate; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutereplymapbox.cpp71 …GeoRoutePrivateMapbox(*static_cast<const QGeoRoutePrivateDefault *>(QGeoRoutePrivate::routePrivate… in QGeoRouteMapbox()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeoroutingmanagerengine_test.h67 : QGeoRoute(QExplicitlySharedDataPointer<QGeoRoutePrivate>(new QGeoRoutePrivateDefaultAlt())) in QGeoRouteAlt()