Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QGeoTileRequestManagerPrivate Class Reference
Collaboration diagram for QGeoTileRequestManagerPrivate:

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

QGeoTiledMapm_map
QPointer< QGeoTiledMappingManagerEnginem_engine
QHash< QGeoTileSpec, int > m_retries
QHash< QGeoTileSpec, QSharedPointer< RetryFuture > > m_futures
QSet< QGeoTileSpecm_requested

Detailed Description

Definition at line 16 of file qgeotilerequestmanager.cpp.

Constructor & Destructor Documentation

◆ QGeoTileRequestManagerPrivate() [1/2]

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

Definition at line 69 of file qgeotilerequestmanager.cpp.

References QGeoTileRequestManagerPrivate(), and m_map.

Referenced by QGeoTileRequestManagerPrivate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~QGeoTileRequestManagerPrivate() [1/2]

QGeoTileRequestManagerPrivate::~QGeoTileRequestManagerPrivate ( )

Definition at line 75 of file qgeotilerequestmanager.cpp.

◆ QGeoTileRequestManagerPrivate() [2/2]

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

◆ ~QGeoTileRequestManagerPrivate() [2/2]

QGeoTileRequestManagerPrivate::~QGeoTileRequestManagerPrivate ( )

Member Function Documentation

◆ requestTiles() [1/2]

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

Definition at line 79 of file qgeotilerequestmanager.cpp.

◆ requestTiles() [2/2]

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

◆ tileError() [1/2]

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

Definition at line 184 of file qgeotilerequestmanager.cpp.

◆ tileError() [2/2]

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

◆ tileFetched() [1/2]

void QGeoTileRequestManagerPrivate::tileFetched ( const QGeoTileSpec & spec)

Definition at line 147 of file qgeotilerequestmanager.cpp.

References m_map.

◆ tileFetched() [2/2]

void QGeoTileRequestManagerPrivate::tileFetched ( const QGeoTileSpec & spec)

Member Data Documentation

◆ m_engine

QPointer< QGeoTiledMappingManagerEngine > QGeoTileRequestManagerPrivate::m_engine

Definition at line 23 of file qgeotilerequestmanager.cpp.

◆ m_futures

QHash< QGeoTileSpec, QSharedPointer< RetryFuture > > QGeoTileRequestManagerPrivate::m_futures

Definition at line 29 of file qgeotilerequestmanager.cpp.

◆ m_map

QGeoTiledMap * QGeoTileRequestManagerPrivate::m_map

Definition at line 22 of file qgeotilerequestmanager.cpp.

Referenced by QGeoTileRequestManagerPrivate(), and tileFetched().

◆ m_requested

QSet< QGeoTileSpec > QGeoTileRequestManagerPrivate::m_requested

Definition at line 30 of file qgeotilerequestmanager.cpp.

◆ m_retries

QHash< QGeoTileSpec, int > QGeoTileRequestManagerPrivate::m_retries

Definition at line 28 of file qgeotilerequestmanager.cpp.


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