![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 |
Definition at line 118 of file qgeotilespec.cpp.
|
inline |
Definition at line 31 of file qgeotilespec_p_p.h.
int QGeoTileSpecPrivate::mapId_ = 0 |
Definition at line 43 of file qgeotilespec_p_p.h.
QString QGeoTileSpecPrivate::plugin_ |
Definition at line 42 of file qgeotilespec_p_p.h.
int QGeoTileSpecPrivate::version_ = -1 |
Definition at line 47 of file qgeotilespec_p_p.h.
int QGeoTileSpecPrivate::x_ = -1 |
Definition at line 45 of file qgeotilespec_p_p.h.
int QGeoTileSpecPrivate::y_ = -1 |
Definition at line 46 of file qgeotilespec_p_p.h.
int QGeoTileSpecPrivate::zoom_ = -1 |
Definition at line 44 of file qgeotilespec_p_p.h.