Home
last modified time | relevance | path

Searched refs:QGeoCodeReplyPrivate (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocodereply.cpp98 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 QGeoCodeReplyPrivate
336 QGeoCodeReplyPrivate::QGeoCodeReplyPrivate(QGeoCodeReply::Error error, const QString &errorString) in QGeoCodeReplyPrivate() function in QGeoCodeReplyPrivate
343 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()
H A Dqgeocodereply_p.h63 class Q_LOCATION_PRIVATE_EXPORT QGeoCodeReplyPrivate
66 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)
H A Dqgeocodereply.h49 class QGeoCodeReplyPrivate; variable
88 explicit QGeoCodeReply(QGeoCodeReplyPrivate &dd, QObject *parent = nullptr);
101 QGeoCodeReplyPrivate *d_ptr;
103 friend class QGeoCodeReplyPrivate;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodingmanagerengineosm.cpp137 = static_cast<QGeoCodeReplyOsmPrivate *>(QGeoCodeReplyPrivate::get(*geocodeReply)); in geocode()
173 = static_cast<QGeoCodeReplyOsmPrivate *>(QGeoCodeReplyPrivate::get(*geocodeReply)); in reverseGeocode()
H A Dqgeocodereplyosm.h65 class QGeoCodeReplyOsmPrivate : public QGeoCodeReplyPrivate
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeocodingmanagerengine_test.h49 class GeocodeReplyTestPrivate : public QGeoCodeReplyPrivate
298 = static_cast<GeocodeReplyTestPrivate *>(QGeoCodeReplyPrivate::get(*reply)); in injectExtra()