![]() |
Qt 6.x
The Qt SDK
|
#include <QtLocation/private/qlocationglobal_p.h>
#include <QtCore/QMetaType>
#include <QtCore/QList>
#include <QtCore/QSet>
#include <QString>
#include <QSharedDataPointer>
Go to the source code of this file.
Classes | |
class | QGeoTileSpec |
Functions | |
Q_LOCATION_PRIVATE_EXPORT unsigned int | qHash (const QGeoTileSpec &spec) |
Q_LOCATION_PRIVATE_EXPORT QDebug | operator<< (QDebug, const QGeoTileSpec &) |
Q_LOCATION_PRIVATE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QGeoTileSpec & | spec | ||
) |
Definition at line 112 of file qgeotilespec.cpp.
References QGeoTileSpec::mapId(), QGeoTileSpec::plugin(), QGeoTileSpec::version(), QGeoTileSpec::x(), QGeoTileSpec::y(), and QGeoTileSpec::zoom().
Q_LOCATION_PRIVATE_EXPORT unsigned int qHash | ( | const QGeoTileSpec & | spec | ) |
Definition at line 101 of file qgeotilespec.cpp.
References QGeoTileSpec::mapId(), QGeoTileSpec::plugin(), qHash(), QGeoTileSpec::version(), QGeoTileSpec::x(), QGeoTileSpec::y(), and QGeoTileSpec::zoom().
Referenced by qHash().