7#include <QtCore/QSharedDataPointer>
8#include <QtPositioning/QGeoCoordinate>
38 ShapeType
type()
const;
48 return equals(lhs, rhs);
52 return !equals(lhs, rhs);
67#ifndef QT_NO_DEBUG_STREAM
70 return debugStreaming(dbg, shape);
74#ifndef QT_NO_DATASTREAM
77 return dataStreamOut(
stream, shape);
81 return dataStreamIn(
stream, shape);
\inmodule QtCore\reentrant
friend bool operator==(const QGeoShape &lhs, const QGeoShape &rhs)
Returns true if the lhs geo shape is equivalent to the rhs geo shape, otherwise returns false.
QSharedDataPointer< QGeoShapePrivate > d_ptr
friend QDebug operator<<(QDebug dbg, const QGeoShape &shape)
friend bool operator!=(const QGeoShape &lhs, const QGeoShape &rhs)
Returns true if the lhs geo shape is not equivalent to the rhs geo shape, otherwise returns false.
ShapeType
Describes the type of the shape.
friend QDataStream & operator<<(QDataStream &stream, const QGeoShape &shape)
friend QDataStream & operator>>(QDataStream &stream, QGeoShape &shape)
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
size_t qHash(const QFileSystemWatcherPathKey &key, size_t seed=0)
Q_POSITIONING_EXPORT size_t qHash(const QGeoShape &shape, size_t seed=0) noexcept
static bool contains(const QJsonArray &haystack, unsigned needle)
static Q_CONSTINIT QBasicAtomicInteger< unsigned > seed
#define Q_DECLARE_TYPEINFO(TYPE, FLAGS)
char * toString(const MyType &t)
[31]