Searched refs:QGeoCodeReplyPrivate (Results 1 – 6 of 6) sorted by relevance
98 d_ptr(new QGeoCodeReplyPrivate()) {} in QGeoCodeReply()100 QGeoCodeReply::QGeoCodeReply(QGeoCodeReplyPrivate &dd, QObject *parent) in QGeoCodeReply()112 d_ptr(new QGeoCodeReplyPrivate(error, errorString)) {} in QGeoCodeReply()330 QGeoCodeReplyPrivate::QGeoCodeReplyPrivate() in QGeoCodeReplyPrivate() function in QGeoCodeReplyPrivate336 QGeoCodeReplyPrivate::QGeoCodeReplyPrivate(QGeoCodeReply::Error error, const QString &errorString) in QGeoCodeReplyPrivate() function in QGeoCodeReplyPrivate343 QGeoCodeReplyPrivate::~QGeoCodeReplyPrivate() {} in ~QGeoCodeReplyPrivate()345 QVariantMap QGeoCodeReplyPrivate::extraData() const in extraData()350 const QGeoCodeReplyPrivate *QGeoCodeReplyPrivate::get(const QGeoCodeReply &reply) in get()355 QGeoCodeReplyPrivate *QGeoCodeReplyPrivate::get(QGeoCodeReply &reply) in get()
63 class Q_LOCATION_PRIVATE_EXPORT QGeoCodeReplyPrivate66 QGeoCodeReplyPrivate();67 QGeoCodeReplyPrivate(QGeoCodeReply::Error error, const QString &errorString);68 virtual ~QGeoCodeReplyPrivate();71 static const QGeoCodeReplyPrivate *get(const QGeoCodeReply &reply);72 static QGeoCodeReplyPrivate *get(QGeoCodeReply &reply);84 Q_DISABLE_COPY(QGeoCodeReplyPrivate)
49 class QGeoCodeReplyPrivate; variable88 explicit QGeoCodeReply(QGeoCodeReplyPrivate &dd, QObject *parent = nullptr);101 QGeoCodeReplyPrivate *d_ptr;103 friend class QGeoCodeReplyPrivate;
137 = static_cast<QGeoCodeReplyOsmPrivate *>(QGeoCodeReplyPrivate::get(*geocodeReply)); in geocode()173 = static_cast<QGeoCodeReplyOsmPrivate *>(QGeoCodeReplyPrivate::get(*geocodeReply)); in reverseGeocode()
65 class QGeoCodeReplyOsmPrivate : public QGeoCodeReplyPrivate
49 class GeocodeReplyTestPrivate : public QGeoCodeReplyPrivate298 = static_cast<GeocodeReplyTestPrivate *>(QGeoCodeReplyPrivate::get(*reply)); in injectExtra()