Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

◆ QGeoRouteReplyPrivate() [2/2]

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

Definition at line 236 of file qgeoroutereply.cpp.

Member Data Documentation

◆ error

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

Definition at line 33 of file qgeoroutereply_p.h.

Referenced by QGeoRouteReply::error(), and QGeoRouteReply::setError().

◆ errorString

QString QGeoRouteReplyPrivate::errorString

Definition at line 34 of file qgeoroutereply_p.h.

Referenced by QGeoRouteReply::errorString(), and QGeoRouteReply::setError().

◆ isFinished

bool QGeoRouteReplyPrivate::isFinished = false

Definition at line 35 of file qgeoroutereply_p.h.

Referenced by QGeoRouteReply::isFinished(), and QGeoRouteReply::setFinished().

◆ request

QGeoRouteRequest QGeoRouteReplyPrivate::request

Definition at line 37 of file qgeoroutereply_p.h.

Referenced by QGeoRouteReply::request().

◆ routes

QList<QGeoRoute> QGeoRouteReplyPrivate::routes

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