Searched refs:QGeoTileSpecPrivate (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotilespec.cpp | 45 : d(QSharedDataPointer<QGeoTileSpecPrivate>(new QGeoTileSpecPrivate())) {} in QGeoTileSpec() 48 …: d(QSharedDataPointer<QGeoTileSpecPrivate>(new QGeoTileSpecPrivate(plugin, mapId, zoom, x, y, ver… in QGeoTileSpec() 147 QGeoTileSpecPrivate::QGeoTileSpecPrivate() in QGeoTileSpecPrivate() function in QGeoTileSpecPrivate 154 QGeoTileSpecPrivate::QGeoTileSpecPrivate(const QGeoTileSpecPrivate &other) in QGeoTileSpecPrivate() function in QGeoTileSpecPrivate 163 QGeoTileSpecPrivate::QGeoTileSpecPrivate(const QString &plugin, int mapId, int zoom, int x, int y, … in QGeoTileSpecPrivate() function in QGeoTileSpecPrivate 171 QGeoTileSpecPrivate::~QGeoTileSpecPrivate() {} in ~QGeoTileSpecPrivate() 173 QGeoTileSpecPrivate &QGeoTileSpecPrivate::operator = (const QGeoTileSpecPrivate &other) in operator =() 188 bool QGeoTileSpecPrivate::operator == (const QGeoTileSpecPrivate &rhs) const in operator ==() 211 bool QGeoTileSpecPrivate::operator < (const QGeoTileSpecPrivate &rhs) const in operator <()
|
| H A D | qgeotilespec_p_p.h | 55 class QGeoTileSpecPrivate : public QSharedData 58 QGeoTileSpecPrivate(); 59 QGeoTileSpecPrivate(const QGeoTileSpecPrivate &other); 60 QGeoTileSpecPrivate(const QString &plugin, int mapId, int zoom, int x, int y, int version); 61 ~QGeoTileSpecPrivate(); 63 QGeoTileSpecPrivate &operator = (const QGeoTileSpecPrivate &other); 65 bool operator == (const QGeoTileSpecPrivate &rhs) const; 66 bool operator < (const QGeoTileSpecPrivate &rhs) const;
|
| H A D | qgeotilespec_p.h | 59 class QGeoTileSpecPrivate; variable 92 QSharedDataPointer<QGeoTileSpecPrivate> d;
|