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

◆ errorString

QString QGeoTiledMapReplyPrivate::errorString

◆ isCached

bool QGeoTiledMapReplyPrivate::isCached = false

◆ isFinished

bool QGeoTiledMapReplyPrivate::isFinished = false

◆ mapImageData

QByteArray QGeoTiledMapReplyPrivate::mapImageData

◆ mapImageFormat

QString QGeoTiledMapReplyPrivate::mapImageFormat

◆ spec

QGeoTileSpec QGeoTiledMapReplyPrivate::spec

Definition at line 34 of file qgeotiledmapreply_p_p.h.

Referenced by QGeoTiledMapReply::tileSpec().


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