![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeotiledmapreply_p_p.h>
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 |
Definition at line 23 of file qgeotiledmapreply_p_p.h.
QGeoTiledMapReplyPrivate::QGeoTiledMapReplyPrivate | ( | const QGeoTileSpec & | spec | ) |
Definition at line 248 of file qgeotiledmapreply.cpp.
QGeoTiledMapReplyPrivate::QGeoTiledMapReplyPrivate | ( | QGeoTiledMapReply::Error | error, |
const QString & | errorString ) |
Definition at line 252 of file qgeotiledmapreply.cpp.
QGeoTiledMapReply::Error QGeoTiledMapReplyPrivate::error = QGeoTiledMapReply::NoError |
Definition at line 29 of file qgeotiledmapreply_p_p.h.
QString QGeoTiledMapReplyPrivate::errorString |
Definition at line 30 of file qgeotiledmapreply_p_p.h.
bool QGeoTiledMapReplyPrivate::isCached = false |
Definition at line 32 of file qgeotiledmapreply_p_p.h.
bool QGeoTiledMapReplyPrivate::isFinished = false |
Definition at line 31 of file qgeotiledmapreply_p_p.h.
QByteArray QGeoTiledMapReplyPrivate::mapImageData |
Definition at line 35 of file qgeotiledmapreply_p_p.h.
QString QGeoTiledMapReplyPrivate::mapImageFormat |
Definition at line 36 of file qgeotiledmapreply_p_p.h.
QGeoTileSpec QGeoTiledMapReplyPrivate::spec |
Definition at line 34 of file qgeotiledmapreply_p_p.h.