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

#include <qgeotilerequestmanager_p.h>

+ Collaboration diagram for QGeoTileRequestManager:

Public Member Functions

 QGeoTileRequestManager (QGeoTiledMap *map, QGeoTiledMappingManagerEngine *engine)
 
 ~QGeoTileRequestManager ()
 
QMap< QGeoTileSpec, QSharedPointer< QGeoTileTexture > > requestTiles (const QSet< QGeoTileSpec > &tiles)
 
void tileError (const QGeoTileSpec &tile, const QString &errorString)
 
void tileFetched (const QGeoTileSpec &spec)
 
QSharedPointer< QGeoTileTexturetileTexture (const QGeoTileSpec &spec)
 

Detailed Description

Definition at line 29 of file qgeotilerequestmanager_p.h.

Constructor & Destructor Documentation

◆ QGeoTileRequestManager()

QGeoTileRequestManager::QGeoTileRequestManager ( QGeoTiledMap * map,
QGeoTiledMappingManagerEngine * engine )
explicit

Definition at line 35 of file qgeotilerequestmanager.cpp.

◆ ~QGeoTileRequestManager()

QGeoTileRequestManager::~QGeoTileRequestManager ( )

Definition at line 41 of file qgeotilerequestmanager.cpp.

Member Function Documentation

◆ requestTiles()

QMap< QGeoTileSpec, QSharedPointer< QGeoTileTexture > > QGeoTileRequestManager::requestTiles ( const QSet< QGeoTileSpec > & tiles)

Definition at line 46 of file qgeotilerequestmanager.cpp.

Referenced by QGeoTiledMapPrivate::prefetchTiles(), and QGeoTiledMapPrivate::updateScene().

+ Here is the caller graph for this function:

◆ tileError()

void QGeoTileRequestManager::tileError ( const QGeoTileSpec & tile,
const QString & errorString )

Definition at line 64 of file qgeotilerequestmanager.cpp.

◆ tileFetched()

void QGeoTileRequestManager::tileFetched ( const QGeoTileSpec & spec)

Definition at line 51 of file qgeotilerequestmanager.cpp.

◆ tileTexture()

QSharedPointer< QGeoTileTexture > QGeoTileRequestManager::tileTexture ( const QGeoTileSpec & spec)

Definition at line 56 of file qgeotilerequestmanager.cpp.

Referenced by QGeoTiledMapPrivate::updateTile().

+ Here is the caller graph for this function:

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