![]() |
Qt 6.x
The Qt SDK
|
#include <qgeotilespec_p_p.h>
Public Member Functions | |
QGeoTileSpecPrivate (const QString &plugin={}, int mapId=0, int zoom=-1, int x=-1, int y=-1, int version=-1) | |
bool | operator== (const QGeoTileSpecPrivate &rhs) const |
bool | operator< (const QGeoTileSpecPrivate &rhs) const |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QString | plugin_ |
int | mapId_ = 0 |
int | zoom_ = -1 |
int | x_ = -1 |
int | y_ = -1 |
int | version_ = -1 |
![]() | |
QAtomicInt | ref |
Definition at line 22 of file qgeotilespec_p_p.h.
|
inline |
Definition at line 25 of file qgeotilespec_p_p.h.
bool QGeoTileSpecPrivate::operator< | ( | const QGeoTileSpecPrivate & | rhs | ) | const |
|
inline |
int QGeoTileSpecPrivate::mapId_ = 0 |
Definition at line 43 of file qgeotilespec_p_p.h.
Referenced by QGeoTileSpec::mapId(), operator<(), operator==(), and QGeoTileSpec::setMapId().
QString QGeoTileSpecPrivate::plugin_ |
Definition at line 42 of file qgeotilespec_p_p.h.
Referenced by operator<(), operator==(), and QGeoTileSpec::plugin().
int QGeoTileSpecPrivate::version_ = -1 |
Definition at line 47 of file qgeotilespec_p_p.h.
Referenced by operator<(), operator==(), QGeoTileSpec::setVersion(), and QGeoTileSpec::version().
int QGeoTileSpecPrivate::x_ = -1 |
Definition at line 45 of file qgeotilespec_p_p.h.
Referenced by operator<(), operator==(), QGeoTileSpec::setX(), and QGeoTileSpec::x().
int QGeoTileSpecPrivate::y_ = -1 |
Definition at line 46 of file qgeotilespec_p_p.h.
Referenced by operator<(), operator==(), QGeoTileSpec::setY(), and QGeoTileSpec::y().
int QGeoTileSpecPrivate::zoom_ = -1 |
Definition at line 44 of file qgeotilespec_p_p.h.
Referenced by operator<(), operator==(), QGeoTileSpec::setZoom(), and QGeoTileSpec::zoom().