Searched refs:QGeoCameraTilesPrivate (Results 1 – 3 of 3) sorted by relevance
78 class Q_LOCATION_PRIVATE_EXPORT QGeoCameraTilesPrivate102 QGeoCameraTilesPrivate();103 ~QGeoCameraTilesPrivate();118 static QGeoCameraTilesPrivate *get(QGeoCameraTiles *o) { in get()
68 : d_ptr(new QGeoCameraTilesPrivate()) {} in QGeoCameraTiles()176 QGeoCameraTilesPrivate::QGeoCameraTilesPrivate() in QGeoCameraTilesPrivate() function in QGeoCameraTilesPrivate187 QGeoCameraTilesPrivate::~QGeoCameraTilesPrivate() {} in ~QGeoCameraTilesPrivate()189 void QGeoCameraTilesPrivate::updateMetadata() in updateMetadata()206 void QGeoCameraTilesPrivate::updateGeometry() in updateGeometry()244 Frustum QGeoCameraTilesPrivate::createFrustum(double viewExpansion) const in createFrustum()367 PolygonVector QGeoCameraTilesPrivate::frustumFootprint(const Frustum &frustum) const in frustumFootprint()392 QPair<PolygonVector, PolygonVector> QGeoCameraTilesPrivate::splitPolygonAtAxisValue(const PolygonVe… in splitPolygonAtAxisValue()488 QGeoCameraTilesPrivate::ClippedFootprint QGeoCameraTilesPrivate::clipFootprintToMap(const PolygonVe… in clipFootprintToMap()626 QList<QPair<double, int> > QGeoCameraTilesPrivate::tileIntersections(double p1, int t1, double p2, … in tileIntersections()[all …]
59 class QGeoCameraTilesPrivate; variable81 QScopedPointer<QGeoCameraTilesPrivate> d_ptr;83 friend class QGeoCameraTilesPrivate; variable