Searched refs:QGeoMapTypePrivate (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomaptype_p_p.h | 61 class QGeoMapTypePrivate : public QSharedData 64 QGeoMapTypePrivate(); 65 …QGeoMapTypePrivate(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 D | qgeomaptype.cpp | 43 : 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 D | qgeomaptype_p.h | 59 class QGeoMapTypePrivate; variable 103 QSharedDataPointer<QGeoMapTypePrivate> d_ptr;
|