Home
last modified time | relevance | path

Searched refs:QGeoManeuverPrivate (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaneuver.cpp45 QGeoManeuverPrivate *QSharedDataPointer<QGeoManeuverPrivate>::clone() in clone()
293 QGeoManeuver::QGeoManeuver(const QSharedDataPointer<QGeoManeuverPrivate> &dd) in QGeoManeuver()
320 QGeoManeuverPrivate::QGeoManeuverPrivate() in QGeoManeuverPrivate() function in QGeoManeuverPrivate
325 QGeoManeuverPrivate::QGeoManeuverPrivate(const QGeoManeuverPrivate &other) in QGeoManeuverPrivate() function in QGeoManeuverPrivate
331 QGeoManeuverPrivate::~QGeoManeuverPrivate() in ~QGeoManeuverPrivate()
336 bool QGeoManeuverPrivate::operator==(const QGeoManeuverPrivate &other) const in operator ==()
341 bool QGeoManeuverPrivate::equals(const QGeoManeuverPrivate &other) const in equals()
352 bool QGeoManeuverPrivate::valid() const in valid()
357 void QGeoManeuverPrivate::setValid(bool valid) in setValid()
362 QString QGeoManeuverPrivate::id() const in id()
[all …]
H A Dqgeomaneuver_p.h60 class Q_LOCATION_PRIVATE_EXPORT QGeoManeuverPrivate : public QSharedData
63 QGeoManeuverPrivate();
64 QGeoManeuverPrivate(const QGeoManeuverPrivate &other);
65 virtual ~QGeoManeuverPrivate();
66 virtual QGeoManeuverPrivate *clone() = 0;
68 bool operator== (const QGeoManeuverPrivate &other) const;
98 virtual bool equals(const QGeoManeuverPrivate &other) const;
101 class Q_LOCATION_PRIVATE_EXPORT QGeoManeuverPrivateDefault : public QGeoManeuverPrivate
107 virtual QGeoManeuverPrivate *clone() override;
H A Dqgeomaneuver.h49 class QGeoManeuverPrivate; variable
103 QGeoManeuver(const QSharedDataPointer<QGeoManeuverPrivate> &dd);
106 QSharedDataPointer<QGeoManeuverPrivate> d_ptr;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeomaneuver/
H A Dtst_qgeomaneuver.cpp50 : QGeoManeuver(QSharedDataPointer<QGeoManeuverPrivate>(new QGeoManeuverPrivateDefaultAlt())) in QGeoManeuverAlt()