![]() |
Qt 6.x
The Qt SDK
|
#include <qgeoroutereply_p.h>
Collaboration diagram for QGeoRouteReplyPrivate: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.
| QGeoRouteReplyPrivate::QGeoRouteReplyPrivate | ( | QGeoRouteReply::Error | error, |
| QString | errorString | ||
| ) |
Definition at line 236 of file qgeoroutereply.cpp.
| QGeoRouteReply::Error QGeoRouteReplyPrivate::error = QGeoRouteReply::NoError |
Definition at line 33 of file qgeoroutereply_p.h.
Referenced by QGeoRouteReply::error(), and QGeoRouteReply::setError().
| QString QGeoRouteReplyPrivate::errorString |
Definition at line 34 of file qgeoroutereply_p.h.
Referenced by QGeoRouteReply::errorString(), and QGeoRouteReply::setError().
| bool QGeoRouteReplyPrivate::isFinished = false |
Definition at line 35 of file qgeoroutereply_p.h.
Referenced by QGeoRouteReply::isFinished(), and QGeoRouteReply::setFinished().
| QGeoRouteRequest QGeoRouteReplyPrivate::request |
Definition at line 37 of file qgeoroutereply_p.h.
Referenced by QGeoRouteReply::request().
Definition at line 38 of file qgeoroutereply_p.h.
Referenced by QGeoRouteReply::addRoutes(), QGeoRouteReply::routes(), and QGeoRouteReply::setRoutes().