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
qgeopath.cpp File Reference

(e9743438b1bb840a650a56c729840e49591b5e9c)

#include "qgeopath.h"
#include "qgeopolygon.h"
#include "qgeopath_p.h"
#include "qgeocoordinate.h"
#include "qnumeric.h"
#include "qlocationutils_p.h"
#include "qwebmercator_p.h"
#include "qdoublevector2d_p.h"
#include <QtCore/qmutex.h>
#include <mutex>
#include "moc_qgeopath_p.cpp"
#include "moc_qgeopath.cpp"
Include dependency graph for qgeopath.cpp:

Go to the source code of this file.

Variables

QT_BEGIN_NAMESPACE constexpr auto kWarningString
static Q_CONSTINIT QBasicMutex globalPathMutex

Variable Documentation

◆ globalPathMutex

Q_CONSTINIT QBasicMutex globalPathMutex
static

Definition at line 348 of file qgeopath.cpp.

◆ kWarningString

QT_BEGIN_NAMESPACE constexpr auto kWarningString
constexpr
Initial value:
= u"The path has more elements than fit into an int. "
"This can cause errors while querying elements from QML"

Definition at line 24 of file qgeopath.cpp.