![]() |
Qt 6.x
The Qt SDK
|
#include <qgeocodereply_p.h>
Collaboration diagram for QGeoCodeReplyPrivate:Public Member Functions | |
| QGeoCodeReplyPrivate () | |
| QGeoCodeReplyPrivate (QGeoCodeReply::Error error, const QString &errorString) | |
Static Public Member Functions | |
| static const QGeoCodeReplyPrivate * | get (const QGeoCodeReply &reply) |
| static QGeoCodeReplyPrivate * | get (QGeoCodeReply &reply) |
Public Attributes | |
| QGeoCodeReply::Error | error = QGeoCodeReply::NoError |
| QString | errorString |
| bool | isFinished = false |
| QGeoShape | viewport |
| QList< QGeoLocation > | locations |
| qsizetype | limit = -1 |
| qsizetype | offset = 0 |
Definition at line 29 of file qgeocodereply_p.h.
|
default |
| QGeoCodeReplyPrivate::QGeoCodeReplyPrivate | ( | QGeoCodeReply::Error | error, |
| const QString & | errorString | ||
| ) |
Definition at line 296 of file qgeocodereply.cpp.
|
static |
Definition at line 300 of file qgeocodereply.cpp.
References QObject::d_ptr, and reply.
|
static |
Definition at line 305 of file qgeocodereply.cpp.
References QObject::d_ptr, and reply.
| QGeoCodeReply::Error QGeoCodeReplyPrivate::error = QGeoCodeReply::NoError |
Definition at line 38 of file qgeocodereply_p.h.
Referenced by QGeoCodeReply::error(), and QGeoCodeReply::setError().
| QString QGeoCodeReplyPrivate::errorString |
Definition at line 39 of file qgeocodereply_p.h.
Referenced by QGeoCodeReply::errorString(), and QGeoCodeReply::setError().
| bool QGeoCodeReplyPrivate::isFinished = false |
Definition at line 40 of file qgeocodereply_p.h.
Referenced by QGeoCodeReply::isFinished(), and QGeoCodeReply::setFinished().
| qsizetype QGeoCodeReplyPrivate::limit = -1 |
Definition at line 45 of file qgeocodereply_p.h.
Referenced by QGeoCodeReply::limit(), and QGeoCodeReply::setLimit().
| QList<QGeoLocation> QGeoCodeReplyPrivate::locations |
Definition at line 43 of file qgeocodereply_p.h.
Referenced by QGeoCodeReply::addLocation(), QGeoCodeReply::locations(), and QGeoCodeReply::setLocations().
| qsizetype QGeoCodeReplyPrivate::offset = 0 |
Definition at line 46 of file qgeocodereply_p.h.
Referenced by QGeoCodeReply::offset(), and QGeoCodeReply::setOffset().
| QGeoShape QGeoCodeReplyPrivate::viewport |
Definition at line 42 of file qgeocodereply_p.h.
Referenced by QGeoCodeReply::setViewport(), and QGeoCodeReply::viewport().