Home
last modified time | relevance | path

Searched refs:QGeoTileSpecPrivate (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilespec.cpp45 : 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 Dqgeotilespec_p_p.h55 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 Dqgeotilespec_p.h59 class QGeoTileSpecPrivate; variable
92 QSharedDataPointer<QGeoTileSpecPrivate> d;