Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QGeoRouteReplyPrivate Class Reference

#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< QGeoRouteroutes

Detailed Description

Definition at line 27 of file qgeoroutereply_p.h.

Constructor & Destructor Documentation

◆ QGeoRouteReplyPrivate() [1/2]

QGeoRouteReplyPrivate::QGeoRouteReplyPrivate ( const QGeoRouteRequest & request)
explicit

Definition at line 232 of file qgeoroutereply.cpp.

References QGeoRouteReplyPrivate().

Referenced by QGeoRouteReplyPrivate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QGeoRouteReplyPrivate() [2/2]

QGeoRouteReplyPrivate::QGeoRouteReplyPrivate ( QGeoRouteReply::Error error,
QString errorString )

Definition at line 236 of file qgeoroutereply.cpp.

References isFinished.

Member Data Documentation

◆ error

QGeoRouteReply::Error QGeoRouteReplyPrivate::error = QGeoRouteReply::NoError

Definition at line 33 of file qgeoroutereply_p.h.

◆ errorString

QString QGeoRouteReplyPrivate::errorString

Definition at line 34 of file qgeoroutereply_p.h.

◆ isFinished

bool QGeoRouteReplyPrivate::isFinished = false

Definition at line 35 of file qgeoroutereply_p.h.

Referenced by QGeoRouteReplyPrivate().

◆ request

QGeoRouteRequest QGeoRouteReplyPrivate::request

Definition at line 37 of file qgeoroutereply_p.h.

◆ routes

QList<QGeoRoute> QGeoRouteReplyPrivate::routes

Definition at line 38 of file qgeoroutereply_p.h.


The documentation for this class was generated from the following files: