![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| QGeoTileRequestManagerPrivate (QGeoTiledMap *map, QGeoTiledMappingManagerEngine *engine) | |
| ~QGeoTileRequestManagerPrivate () | |
| QMap< QGeoTileSpec, QSharedPointer< QGeoTileTexture > > | requestTiles (const QSet< QGeoTileSpec > &tiles) |
| void | tileError (const QGeoTileSpec &tile, const QString &errorString) |
| void | tileFetched (const QGeoTileSpec &spec) |
| QGeoTileRequestManagerPrivate (QGeoTiledMap *map, QGeoTiledMappingManagerEngine *engine) | |
| ~QGeoTileRequestManagerPrivate () | |
| QMap< QGeoTileSpec, QSharedPointer< QGeoTileTexture > > | requestTiles (const QSet< QGeoTileSpec > &tiles) |
| void | tileError (const QGeoTileSpec &tile, const QString &errorString) |
| void | tileFetched (const QGeoTileSpec &spec) |
Public Attributes | |
| QGeoTiledMap * | m_map |
| QPointer< QGeoTiledMappingManagerEngine > | m_engine |
| QHash< QGeoTileSpec, int > | m_retries |
| QHash< QGeoTileSpec, QSharedPointer< RetryFuture > > | m_futures |
| QSet< QGeoTileSpec > | m_requested |
Definition at line 16 of file qgeotilerequestmanager.cpp.
|
explicit |
Definition at line 69 of file qgeotilerequestmanager.cpp.
References QGeoTileRequestManagerPrivate(), and m_map.
Referenced by QGeoTileRequestManagerPrivate().
| QGeoTileRequestManagerPrivate::~QGeoTileRequestManagerPrivate | ( | ) |
Definition at line 75 of file qgeotilerequestmanager.cpp.
|
explicit |
| QGeoTileRequestManagerPrivate::~QGeoTileRequestManagerPrivate | ( | ) |
| QMap< QGeoTileSpec, QSharedPointer< QGeoTileTexture > > QGeoTileRequestManagerPrivate::requestTiles | ( | const QSet< QGeoTileSpec > & | tiles | ) |
Definition at line 79 of file qgeotilerequestmanager.cpp.
| QMap< QGeoTileSpec, QSharedPointer< QGeoTileTexture > > QGeoTileRequestManagerPrivate::requestTiles | ( | const QSet< QGeoTileSpec > & | tiles | ) |
| void QGeoTileRequestManagerPrivate::tileError | ( | const QGeoTileSpec & | tile, |
| const QString & | errorString ) |
Definition at line 184 of file qgeotilerequestmanager.cpp.
| void QGeoTileRequestManagerPrivate::tileError | ( | const QGeoTileSpec & | tile, |
| const QString & | errorString ) |
| void QGeoTileRequestManagerPrivate::tileFetched | ( | const QGeoTileSpec & | spec | ) |
Definition at line 147 of file qgeotilerequestmanager.cpp.
References m_map.
| void QGeoTileRequestManagerPrivate::tileFetched | ( | const QGeoTileSpec & | spec | ) |
| QPointer< QGeoTiledMappingManagerEngine > QGeoTileRequestManagerPrivate::m_engine |
Definition at line 23 of file qgeotilerequestmanager.cpp.
| QHash< QGeoTileSpec, QSharedPointer< RetryFuture > > QGeoTileRequestManagerPrivate::m_futures |
Definition at line 29 of file qgeotilerequestmanager.cpp.
| QGeoTiledMap * QGeoTileRequestManagerPrivate::m_map |
Definition at line 22 of file qgeotilerequestmanager.cpp.
Referenced by QGeoTileRequestManagerPrivate(), and tileFetched().
| QSet< QGeoTileSpec > QGeoTileRequestManagerPrivate::m_requested |
Definition at line 30 of file qgeotilerequestmanager.cpp.
| QHash< QGeoTileSpec, int > QGeoTileRequestManagerPrivate::m_retries |
Definition at line 28 of file qgeotilerequestmanager.cpp.