![]() |
Qt 6.x
The Qt SDK
|
#include <QtPositioning/private/qpositioningglobal_p.h>
#include "qgeoshape_p.h"
#include "qgeocoordinate.h"
#include "qlocationutils_p.h"
#include <QtPositioning/qgeopath.h>
#include <QtCore/QList>
Go to the source code of this file.
Classes | |
class | QGeoPathPrivate |
class | QGeoPathPrivateEager |
class | QGeoPathEager |
Functions | |
static QT_BEGIN_NAMESPACE void | computeBBox (const QList< QGeoCoordinate > &m_path, QList< double > &m_deltaXs, double &m_minX, double &m_maxX, double &m_minLati, double &m_maxLati, QGeoRectangle &m_bbox) |
static void | updateBBox (const QList< QGeoCoordinate > &m_path, QList< double > &m_deltaXs, double &m_minX, double &m_maxX, double &m_minLati, double &m_maxLati, QGeoRectangle &m_bbox) |
|
inlinestatic |
Definition at line 27 of file qgeopath_p.h.
References QList< T >::at(), QList< T >::clear(), i, QList< T >::isEmpty(), QGeoCoordinate::latitude, QGeoCoordinate::longitude, qAbs(), qInf(), QList< T >::resize(), and QList< T >::size().
Referenced by QGeoPathPrivate::computeBoundingBox(), QGeoPolygonPrivateEager::computeBoundingBox(), QGeoPathPrivate::translate(), QGeoPolygonPrivate::translate(), and updateBBox().
|
inlinestatic |
Definition at line 79 of file qgeopath_p.h.
References QList< T >::at(), QGeoRectangle::bottomRight, QList< T >::clear(), computeBBox(), QList< T >::isEmpty(), QList< T >::last(), QGeoCoordinate::latitude, QGeoCoordinate::longitude, QList< T >::push_back(), qAbs(), qInf(), QList< T >::resize(), QList< T >::size(), and QGeoRectangle::topLeft.
Referenced by QGeoPolygonPrivateEager::updateBoundingBox().