Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgeotiledmapscene_p_p.h>
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(*) | StaticMetaCallFunction(QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Static Public Member Functions inherited from QObjectPrivate | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Definition at line 98 of file qgeotiledmapscene_p_p.h.
QGeoTiledMapScenePrivate::QGeoTiledMapScenePrivate | ( | ) |
Definition at line 114 of file qgeotiledmapscene.cpp.
QGeoTiledMapScenePrivate::~QGeoTiledMapScenePrivate | ( | ) |
Definition at line 119 of file qgeotiledmapscene.cpp.
void QGeoTiledMapScenePrivate::addTile | ( | const QGeoTileSpec & | spec, |
QSharedPointer< QGeoTileTexture > | texture ) |
Definition at line 177 of file qgeotiledmapscene.cpp.
bool QGeoTiledMapScenePrivate::buildGeometry | ( | const QGeoTileSpec & | spec, |
QSGImageNode * | imageNode, | ||
bool & | overzooming ) |
Definition at line 123 of file qgeotiledmapscene.cpp.
|
inline |
Definition at line 112 of file qgeotiledmapscene_p_p.h.
void QGeoTiledMapScenePrivate::removeTiles | ( | const QSet< QGeoTileSpec > & | oldTiles | ) |
Definition at line 202 of file qgeotiledmapscene.cpp.
void QGeoTiledMapScenePrivate::setupCamera | ( | ) |
Definition at line 294 of file qgeotiledmapscene.cpp.
void QGeoTiledMapScenePrivate::setVisibleTiles | ( | const QSet< QGeoTileSpec > & | visibleTiles | ) |
Definition at line 187 of file qgeotiledmapscene.cpp.
void QGeoTiledMapScenePrivate::updateTileBounds | ( | const QSet< QGeoTileSpec > & | tiles | ) |
Definition at line 214 of file qgeotiledmapscene.cpp.
QDoubleVector3D QGeoTiledMapScenePrivate::m_cameraCenter |
Definition at line 124 of file qgeotiledmapscene_p_p.h.
QGeoCameraData QGeoTiledMapScenePrivate::m_cameraData |
Definition at line 118 of file qgeotiledmapscene_p_p.h.
QDoubleVector3D QGeoTiledMapScenePrivate::m_cameraEye |
Definition at line 123 of file qgeotiledmapscene_p_p.h.
QDoubleVector3D QGeoTiledMapScenePrivate::m_cameraUp |
Definition at line 122 of file qgeotiledmapscene_p_p.h.
bool QGeoTiledMapScenePrivate::m_dropTextures = false |
Definition at line 154 of file qgeotiledmapscene_p_p.h.
int QGeoTiledMapScenePrivate::m_intZoomLevel = 0 |
Definition at line 137 of file qgeotiledmapscene_p_p.h.
bool QGeoTiledMapScenePrivate::m_linearScaling = false |
Definition at line 153 of file qgeotiledmapscene_p_p.h.
int QGeoTiledMapScenePrivate::m_maxTileX = -1 |
Definition at line 150 of file qgeotiledmapscene_p_p.h.
int QGeoTiledMapScenePrivate::m_maxTileY = -1 |
Definition at line 151 of file qgeotiledmapscene_p_p.h.
int QGeoTiledMapScenePrivate::m_minTileX = -1 |
Definition at line 148 of file qgeotiledmapscene_p_p.h.
int QGeoTiledMapScenePrivate::m_minTileY = -1 |
Definition at line 149 of file qgeotiledmapscene_p_p.h.
QMatrix4x4 QGeoTiledMapScenePrivate::m_projectionMatrix |
Definition at line 125 of file qgeotiledmapscene_p_p.h.
double QGeoTiledMapScenePrivate::m_scaleFactor |
Definition at line 129 of file qgeotiledmapscene_p_p.h.
QSize QGeoTiledMapScenePrivate::m_screenSize |
Definition at line 116 of file qgeotiledmapscene_p_p.h.
int QGeoTiledMapScenePrivate::m_sideLength = 0 |
Definition at line 142 of file qgeotiledmapscene_p_p.h.
QHash<QGeoTileSpec, QSharedPointer<QGeoTileTexture> > QGeoTiledMapScenePrivate::m_textures |
Definition at line 144 of file qgeotiledmapscene_p_p.h.
int QGeoTiledMapScenePrivate::m_tileSize = 0 |
Definition at line 117 of file qgeotiledmapscene_p_p.h.
int QGeoTiledMapScenePrivate::m_tileXWrapsBelow = 0 |
Definition at line 152 of file qgeotiledmapscene_p_p.h.
QList<QGeoTileSpec> QGeoTiledMapScenePrivate::m_updatedTextures |
Definition at line 145 of file qgeotiledmapscene_p_p.h.
QRectF QGeoTiledMapScenePrivate::m_visibleArea |
Definition at line 119 of file qgeotiledmapscene_p_p.h.
QSet<QGeoTileSpec> QGeoTiledMapScenePrivate::m_visibleTiles |
Definition at line 120 of file qgeotiledmapscene_p_p.h.