![]() |
Qt 6.x
The Qt SDK
|
#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< QGeoTileTexture > | tileTexture (const QGeoTileSpec &spec) |
Definition at line 29 of file qgeotilerequestmanager_p.h.
|
explicit |
Definition at line 35 of file qgeotilerequestmanager.cpp.
| QGeoTileRequestManager::~QGeoTileRequestManager | ( | ) |
Definition at line 41 of file qgeotilerequestmanager.cpp.
| 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:| void QGeoTileRequestManager::tileError | ( | const QGeoTileSpec & | tile, |
| const QString & | errorString | ||
| ) |
Definition at line 64 of file qgeotilerequestmanager.cpp.
| void QGeoTileRequestManager::tileFetched | ( | const QGeoTileSpec & | spec | ) |
Definition at line 51 of file qgeotilerequestmanager.cpp.
| 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: