Searched refs:QGeoManeuverPrivate (Results 1 – 4 of 4) sorted by relevance
45 QGeoManeuverPrivate *QSharedDataPointer<QGeoManeuverPrivate>::clone() in clone()293 QGeoManeuver::QGeoManeuver(const QSharedDataPointer<QGeoManeuverPrivate> &dd) in QGeoManeuver()320 QGeoManeuverPrivate::QGeoManeuverPrivate() in QGeoManeuverPrivate() function in QGeoManeuverPrivate325 QGeoManeuverPrivate::QGeoManeuverPrivate(const QGeoManeuverPrivate &other) in QGeoManeuverPrivate() function in QGeoManeuverPrivate331 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 …]
60 class Q_LOCATION_PRIVATE_EXPORT QGeoManeuverPrivate : public QSharedData63 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 QGeoManeuverPrivate107 virtual QGeoManeuverPrivate *clone() override;
49 class QGeoManeuverPrivate; variable103 QGeoManeuver(const QSharedDataPointer<QGeoManeuverPrivate> &dd);106 QSharedDataPointer<QGeoManeuverPrivate> d_ptr;
50 : QGeoManeuver(QSharedDataPointer<QGeoManeuverPrivate>(new QGeoManeuverPrivateDefaultAlt())) in QGeoManeuverAlt()