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

#include <qgeotiledmapreply_p_p.h>

Collaboration diagram for QGeoTiledMapReplyPrivate:

Public Member Functions

 QGeoTiledMapReplyPrivate (const QGeoTileSpec &spec)
 QGeoTiledMapReplyPrivate (QGeoTiledMapReply::Error error, const QString &errorString)

Public Attributes

QGeoTiledMapReply::Error error = QGeoTiledMapReply::NoError
QString errorString
bool isFinished = false
bool isCached = false
QGeoTileSpec spec
QByteArray mapImageData
QString mapImageFormat

Detailed Description

Definition at line 23 of file qgeotiledmapreply_p_p.h.

Constructor & Destructor Documentation

◆ QGeoTiledMapReplyPrivate() [1/2]

QGeoTiledMapReplyPrivate::QGeoTiledMapReplyPrivate ( const QGeoTileSpec & spec)

Definition at line 248 of file qgeotiledmapreply.cpp.

◆ QGeoTiledMapReplyPrivate() [2/2]

QGeoTiledMapReplyPrivate::QGeoTiledMapReplyPrivate ( QGeoTiledMapReply::Error error,
const QString & errorString )

Definition at line 252 of file qgeotiledmapreply.cpp.

Member Data Documentation

◆ error

QGeoTiledMapReply::Error QGeoTiledMapReplyPrivate::error = QGeoTiledMapReply::NoError

Definition at line 29 of file qgeotiledmapreply_p_p.h.

◆ errorString

QString QGeoTiledMapReplyPrivate::errorString

Definition at line 30 of file qgeotiledmapreply_p_p.h.

◆ isCached

bool QGeoTiledMapReplyPrivate::isCached = false

Definition at line 32 of file qgeotiledmapreply_p_p.h.

◆ isFinished

bool QGeoTiledMapReplyPrivate::isFinished = false

Definition at line 31 of file qgeotiledmapreply_p_p.h.

◆ mapImageData

QByteArray QGeoTiledMapReplyPrivate::mapImageData

Definition at line 35 of file qgeotiledmapreply_p_p.h.

◆ mapImageFormat

QString QGeoTiledMapReplyPrivate::mapImageFormat

Definition at line 36 of file qgeotiledmapreply_p_p.h.

◆ spec

QGeoTileSpec QGeoTiledMapReplyPrivate::spec

Definition at line 34 of file qgeotiledmapreply_p_p.h.


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