Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaptype_p_p.h61 class QGeoMapTypePrivate : public QSharedData
64 QGeoMapTypePrivate();
65QGeoMapTypePrivate(QGeoMapType::MapStyle style, const QString &name, const QString &description, b…
69 QGeoMapTypePrivate(const QGeoMapTypePrivate &other);
70 ~QGeoMapTypePrivate();
72 QGeoMapTypePrivate &operator = (const QGeoMapTypePrivate &other);
74 bool operator == (const QGeoMapTypePrivate &other) const;
89 Q_DECLARE_METATYPE(QGeoMapTypePrivate)
H A Dqgeomaptype.cpp43 : d_ptr(new QGeoMapTypePrivate()) {} in QGeoMapType()
53 : d_ptr(new QGeoMapTypePrivate(style, name, description, mobile, night, mapId, pluginName, camera… in QGeoMapType()
123 QGeoMapTypePrivate::QGeoMapTypePrivate() in QGeoMapTypePrivate() function in QGeoMapTypePrivate
128 QGeoMapTypePrivate::QGeoMapTypePrivate(const QGeoMapTypePrivate &other) in QGeoMapTypePrivate() function in QGeoMapTypePrivate
135 QGeoMapTypePrivate::QGeoMapTypePrivate(QGeoMapType::MapStyle style, const QString &name, in QGeoMapTypePrivate() function in QGeoMapTypePrivate
145 QGeoMapTypePrivate::~QGeoMapTypePrivate() in ~QGeoMapTypePrivate()
149 bool QGeoMapTypePrivate::operator==(const QGeoMapTypePrivate &other) const in operator ==()
H A Dqgeomaptype_p.h59 class QGeoMapTypePrivate; variable
103 QSharedDataPointer<QGeoMapTypePrivate> d_ptr;