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
QGeoCodeReplyPrivate Class Reference

#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 QGeoCodeReplyPrivateget (const QGeoCodeReply &reply)
 
static QGeoCodeReplyPrivateget (QGeoCodeReply &reply)
 

Public Attributes

QGeoCodeReply::Error error = QGeoCodeReply::NoError
 
QString errorString
 
bool isFinished = false
 
QGeoShape viewport
 
QList< QGeoLocationlocations
 
qsizetype limit = -1
 
qsizetype offset = 0
 

Detailed Description

Definition at line 29 of file qgeocodereply_p.h.

Constructor & Destructor Documentation

◆ QGeoCodeReplyPrivate() [1/2]

QGeoCodeReplyPrivate::QGeoCodeReplyPrivate ( )
default

◆ QGeoCodeReplyPrivate() [2/2]

QGeoCodeReplyPrivate::QGeoCodeReplyPrivate ( QGeoCodeReply::Error error,
const QString & errorString )

Definition at line 296 of file qgeocodereply.cpp.

Member Function Documentation

◆ get() [1/2]

const QGeoCodeReplyPrivate * QGeoCodeReplyPrivate::get ( const QGeoCodeReply & reply)
static

Definition at line 300 of file qgeocodereply.cpp.

References QObject::d_ptr, and reply.

◆ get() [2/2]

QGeoCodeReplyPrivate * QGeoCodeReplyPrivate::get ( QGeoCodeReply & reply)
static

Definition at line 305 of file qgeocodereply.cpp.

References QObject::d_ptr, and reply.

Member Data Documentation

◆ error

QGeoCodeReply::Error QGeoCodeReplyPrivate::error = QGeoCodeReply::NoError

Definition at line 38 of file qgeocodereply_p.h.

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

◆ errorString

QString QGeoCodeReplyPrivate::errorString

Definition at line 39 of file qgeocodereply_p.h.

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

◆ isFinished

bool QGeoCodeReplyPrivate::isFinished = false

Definition at line 40 of file qgeocodereply_p.h.

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

◆ limit

qsizetype QGeoCodeReplyPrivate::limit = -1

Definition at line 45 of file qgeocodereply_p.h.

Referenced by QGeoCodeReply::limit(), and QGeoCodeReply::setLimit().

◆ locations

QList<QGeoLocation> QGeoCodeReplyPrivate::locations

◆ offset

qsizetype QGeoCodeReplyPrivate::offset = 0

Definition at line 46 of file qgeocodereply_p.h.

Referenced by QGeoCodeReply::offset(), and QGeoCodeReply::setOffset().

◆ viewport

QGeoShape QGeoCodeReplyPrivate::viewport

Definition at line 42 of file qgeocodereply_p.h.

Referenced by QGeoCodeReply::setViewport(), and QGeoCodeReply::viewport().


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