![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeoroutereply_p.h>
Public Member Functions | |
QGeoRouteReplyPrivate (const QGeoRouteRequest &request) | |
QGeoRouteReplyPrivate (QGeoRouteReply::Error error, QString errorString) |
Public Attributes | |
QGeoRouteReply::Error | error = QGeoRouteReply::NoError |
QString | errorString |
bool | isFinished = false |
QGeoRouteRequest | request |
QList< QGeoRoute > | routes |
Definition at line 27 of file qgeoroutereply_p.h.
|
explicit |
Definition at line 232 of file qgeoroutereply.cpp.
References QGeoRouteReplyPrivate().
Referenced by QGeoRouteReplyPrivate().
QGeoRouteReplyPrivate::QGeoRouteReplyPrivate | ( | QGeoRouteReply::Error | error, |
QString | errorString ) |
Definition at line 236 of file qgeoroutereply.cpp.
References isFinished.
QGeoRouteReply::Error QGeoRouteReplyPrivate::error = QGeoRouteReply::NoError |
Definition at line 33 of file qgeoroutereply_p.h.
QString QGeoRouteReplyPrivate::errorString |
Definition at line 34 of file qgeoroutereply_p.h.
bool QGeoRouteReplyPrivate::isFinished = false |
Definition at line 35 of file qgeoroutereply_p.h.
Referenced by QGeoRouteReplyPrivate().
QGeoRouteRequest QGeoRouteReplyPrivate::request |
Definition at line 37 of file qgeoroutereply_p.h.
Definition at line 38 of file qgeoroutereply_p.h.