![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeotilefetcher_p_p.h>
Public Attributes | |
QBasicTimer | timer_ |
QMutex | queueMutex_ |
QList< QGeoTileSpec > | queue_ |
QHash< QGeoTileSpec, QGeoTiledMapReply * > | invmap_ |
QGeoMappingManagerEngine * | engine_ = nullptr |
bool | enabled_ = false |
Public Attributes inherited from QObjectPrivate | |
ExtraData * | extraData |
QAtomicPointer< QThreadData > | threadData |
QAtomicPointer< ConnectionData > | connections |
union { | |
QObject * currentChildBeingDeleted | |
QAbstractDeclarativeData * declarativeData | |
}; | |
QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount |
Public Attributes inherited from QObjectData | |
QObject * | q_ptr |
QObject * | parent |
QObjectList | children |
uint | isWidget: 1 |
uint | blockSig: 1 |
uint | wasDeleted: 1 |
uint | isDeletingChildren: 1 |
uint | sendChildEvents: 1 |
uint | receiveChildEvents: 1 |
uint | isWindow: 1 |
uint | deleteLaterCalled: 1 |
uint | isQuickItem: 1 |
uint | willBeWidget: 1 |
uint | wasWidget: 1 |
uint | receiveParentEvents: 1 |
uint | unused: 20 |
QAtomicInt | postedEvents |
QDynamicMetaObjectData * | metaObject |
QBindingStorage | bindingStorage |
Definition at line 37 of file qgeotilefetcher_p_p.h.
bool QGeoTileFetcherPrivate::enabled_ = false |
Definition at line 46 of file qgeotilefetcher_p_p.h.
QGeoMappingManagerEngine* QGeoTileFetcherPrivate::engine_ = nullptr |
Definition at line 45 of file qgeotilefetcher_p_p.h.
QHash<QGeoTileSpec, QGeoTiledMapReply *> QGeoTileFetcherPrivate::invmap_ |
Definition at line 44 of file qgeotilefetcher_p_p.h.
QList<QGeoTileSpec> QGeoTileFetcherPrivate::queue_ |
Definition at line 43 of file qgeotilefetcher_p_p.h.
QMutex QGeoTileFetcherPrivate::queueMutex_ |
Definition at line 42 of file qgeotilefetcher_p_p.h.
QBasicTimer QGeoTileFetcherPrivate::timer_ |
Definition at line 41 of file qgeotilefetcher_p_p.h.