Home
last modified time | relevance | path

Searched refs:QGeoRouteReplyPrivate (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutereply.cpp97 d_ptr(new QGeoRouteReplyPrivate(request)) in QGeoRouteReply()
106 d_ptr(new QGeoRouteReplyPrivate(error, errorString)) {} in QGeoRouteReply()
265 QGeoRouteReplyPrivate::QGeoRouteReplyPrivate(const QGeoRouteRequest &request) in QGeoRouteReplyPrivate() function in QGeoRouteReplyPrivate
270 QGeoRouteReplyPrivate::QGeoRouteReplyPrivate(QGeoRouteReply::Error error, QString errorString) in QGeoRouteReplyPrivate() function in QGeoRouteReplyPrivate
275 QGeoRouteReplyPrivate::~QGeoRouteReplyPrivate() {} in ~QGeoRouteReplyPrivate()
H A Dqgeoroutereply_p.h60 class QGeoRouteReplyPrivate
63 explicit QGeoRouteReplyPrivate(const QGeoRouteRequest &request);
64 QGeoRouteReplyPrivate(QGeoRouteReply::Error error, QString errorString);
65 ~QGeoRouteReplyPrivate();
75 Q_DISABLE_COPY(QGeoRouteReplyPrivate)
H A Dqgeoroutereply.h48 class QGeoRouteReplyPrivate; variable
90 QGeoRouteReplyPrivate *d_ptr;