Home
last modified time | relevance | path

Searched refs:QGeoMapObjectPrivate (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapobject.cpp63 QGeoMapObjectPrivate *QExplicitlySharedDataPointer<QGeoMapObjectPrivate>::clone() in clone()
99 QGeoMapObjectPrivate *QGeoMapObject::implementation() const in implementation()
104 bool QGeoMapObject::setImplementation(const QExplicitlySharedDataPointer<QGeoMapObjectPrivate> &pim… in setImplementation()
158 QGeoMapObject::QGeoMapObject(const QExplicitlySharedDataPointer<QGeoMapObjectPrivate> &dd, QObject … in QGeoMapObject()
240 QGeoMapObjectPrivate::QGeoMapObjectPrivate() in QGeoMapObjectPrivate() function in QGeoMapObjectPrivate
244 QGeoMapObjectPrivate::QGeoMapObjectPrivate(QGeoMapObject *q) : q(q) in QGeoMapObjectPrivate() function in QGeoMapObjectPrivate
248 QGeoMapObjectPrivate::QGeoMapObjectPrivate(const QGeoMapObjectPrivate &other) in QGeoMapObjectPrivate() function in QGeoMapObjectPrivate
257 QGeoMapObjectPrivate::~QGeoMapObjectPrivate() in ~QGeoMapObjectPrivate()
261 bool QGeoMapObjectPrivate::operator ==(const QGeoMapObjectPrivate &other) const in operator ==()
267 QByteArray QGeoMapObjectPrivate::engineName() const in engineName()
[all …]
H A Dqgeomapobject_p_p.h62 class Q_LOCATION_PRIVATE_EXPORT QGeoMapObjectPrivate : public QSharedData
65 virtual ~QGeoMapObjectPrivate();
67 bool operator == (const QGeoMapObjectPrivate &other) const;
71 virtual bool equals(const QGeoMapObjectPrivate &other) const;
77 virtual QGeoMapObjectPrivate *clone() = 0; // to allow proper detaching
88 QGeoMapObjectPrivate(QGeoMapObject *q);
89 QGeoMapObjectPrivate(const QGeoMapObjectPrivate &other);
92 QGeoMapObjectPrivate();
H A Dqgeomapobject_p.h58 class QGeoMapObjectPrivate; variable
99 QGeoMapObjectPrivate *implementation() const;
100 bool setImplementation(const QExplicitlySharedDataPointer<QGeoMapObjectPrivate> &pimpl);
122 …QGeoMapObject(const QExplicitlySharedDataPointer<QGeoMapObjectPrivate> &dd, QObject *parent = null…
123 QExplicitlySharedDataPointer<QGeoMapObjectPrivate> d_ptr;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmaprouteobject.cpp62 QMapRouteObjectPrivate::QMapRouteObjectPrivate(QGeoMapObject *q) : QGeoMapObjectPrivate(q) in QMapRouteObjectPrivate()
67 …tPrivate::QMapRouteObjectPrivate(const QMapRouteObjectPrivate &other) : QGeoMapObjectPrivate(other) in QMapRouteObjectPrivate()
106 bool QMapRouteObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals()
112 return (QGeoMapObjectPrivate::equals(o) in equals()
116 QGeoMapObjectPrivate *QMapRouteObjectPrivate::clone() in clone()
139 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapRouteObjectPrivate(this… in QMapRouteObject()
H A Dqmappolylineobject.cpp57 QMapPolylineObjectPrivate::QMapPolylineObjectPrivate(QGeoMapObject *q) : QGeoMapObjectPrivate(q) in QMapPolylineObjectPrivate()
119 bool QMapPolylineObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals()
125 return (QGeoMapObjectPrivate::equals(o) in equals()
148 QGeoMapObjectPrivate *QMapPolylineObjectPrivateDefault::clone() in clone()
154 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapPolylineObjectPrivateDe… in QMapPolylineObject()
H A Dqmapiconobject.cpp62 QMapIconObjectPrivate::QMapIconObjectPrivate(QGeoMapObject *q) : QGeoMapObjectPrivate(q) in QMapIconObjectPrivate()
72 bool QMapIconObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals()
78 return (QGeoMapObjectPrivate::equals(o) in equals()
135 QGeoMapObjectPrivate *QMapIconObjectPrivateDefault::clone() in clone()
173 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapIconObjectPrivateDefaul… in QMapIconObject()
H A Dqmapcircleobject.cpp57 QMapCircleObjectPrivate::QMapCircleObjectPrivate(QGeoMapObject *q) : QGeoMapObjectPrivate(q) in QMapCircleObjectPrivate()
170 bool QMapCircleObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals()
176 return (QGeoMapObjectPrivate::equals(o) in equals()
184 QGeoMapObjectPrivate *QMapCircleObjectPrivateDefault::clone() in clone()
190 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapCircleObjectPrivateDefa… in QMapCircleObject()
H A Dqmaprouteobject_p_p.h58 class Q_LOCATION_PRIVATE_EXPORT QMapRouteObjectPrivate : public QGeoMapObjectPrivate
73 bool equals(const QGeoMapObjectPrivate &other) const override;
74 QGeoMapObjectPrivate *clone() override;
H A Dqmappolygonobject.cpp56 QMapPolygonObjectPrivate::QMapPolygonObjectPrivate(QGeoMapObject *q) : QGeoMapObjectPrivate(q) in QMapPolygonObjectPrivate()
132 QGeoMapObjectPrivate *QMapPolygonObjectPrivateDefault::clone() in clone()
153 bool QMapPolygonObjectPrivate::equals(const QGeoMapObjectPrivate &other) const in equals()
159 return (QGeoMapObjectPrivate::equals(o) in equals()
185 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapPolygonObjectPrivateDef… in QMapPolygonObject()
H A Dqmapobjectview_p_p.h62 class Q_LOCATION_PRIVATE_EXPORT QMapObjectViewPrivate : public QGeoMapObjectPrivate
90 QGeoMapObjectPrivate *clone() override;
91 bool equals(const QGeoMapObjectPrivate &other) const override;
H A Dqmappolylineobject_p_p.h59 class Q_LOCATION_PRIVATE_EXPORT QMapPolylineObjectPrivate : public QGeoMapObjectPrivate
75 bool equals(const QGeoMapObjectPrivate &other) const override;
96 QGeoMapObjectPrivate *clone() override;
H A Dqmapiconobject_p_p.h57 class Q_LOCATION_PRIVATE_EXPORT QMapIconObjectPrivate : public QGeoMapObjectPrivate
73 bool equals(const QGeoMapObjectPrivate &other) const override;
92 QGeoMapObjectPrivate *clone() override;
H A Dqmappolygonobject_p_p.h59 class Q_LOCATION_PRIVATE_EXPORT QMapPolygonObjectPrivate : public QGeoMapObjectPrivate
77 bool equals(const QGeoMapObjectPrivate &other) const override;
100 QGeoMapObjectPrivate *clone() override;
H A Dqmapcircleobject_p_p.h58 class Q_LOCATION_PRIVATE_EXPORT QMapCircleObjectPrivate : public QGeoMapObjectPrivate
78 bool equals(const QGeoMapObjectPrivate &other) const override;
104 QGeoMapObjectPrivate *clone() override;
H A Dqmapobjectview.cpp70 : QGeoMapObjectPrivate(q) in QMapObjectViewPrivate()
127 QGeoMapObjectPrivate *QMapObjectViewPrivateDefault::clone() in clone()
132 bool QMapObjectViewPrivateDefault::equals(const QGeoMapObjectPrivate &other) const in equals()
138 return (QGeoMapObjectPrivate::equals(o) in equals()
170 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapObjectViewPrivateDefaul… in QMapObjectView()
H A Dqgeotiledmaplabs.cpp59 QGeoMapObjectPrivate *createMapObjectImplementation(QGeoMapObject *obj) override;
86 QGeoMapObjectPrivate *QGeoTiledMapLabsPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqgeomapobjectqsgsupport.cpp54 QExplicitlySharedDataPointer<QGeoMapObjectPrivate> pimpl = in createMapObjectImplementation()
55 … QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(d->createMapObjectImplementation(obj)); in createMapObjectImplementation()
65 QGeoMapObjectPrivate *QGeoMapObjectQSGSupport::createMapObjectImplementationPrivate(QGeoMapObject *… in createMapObjectImplementationPrivate()
67 QGeoMapObjectPrivate *res = nullptr; in createMapObjectImplementationPrivate()
H A Dqmaprouteobjectqsg.cpp85 QGeoMapObjectPrivate *QMapRouteObjectPrivateQSG::clone() in clone()
92 QGeoMapObjectPrivate::setMap(map); in setMap()
H A Dqmaprouteobjectqsg_p_p.h80 QGeoMapObjectPrivate *clone() override;
H A Dqmapiconobjectqsg_p_p.h83 QGeoMapObjectPrivate *clone() override;
H A Dqgeomapobjectqsgsupport_p.h79 QGeoMapObjectPrivate *createMapObjectImplementationPrivate(QGeoMapObject *obj);
H A Dqmappolylineobjectqsg_p_p.h85 QGeoMapObjectPrivate *clone() override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap_p_p.h69 class QGeoMapObjectPrivate; variable
83 virtual QGeoMapObjectPrivate *createMapObjectImplementation(QGeoMapObject *obj);
H A Dqgeomap.cpp295 QExplicitlySharedDataPointer<QGeoMapObjectPrivate> pimpl = in createMapObjectImplementation()
296 … QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(d->createMapObjectImplementation(obj)); in createMapObjectImplementation()
426 QGeoMapObjectPrivate *QGeoMapPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeomapitemsoverlay.cpp64 QGeoMapObjectPrivate *createMapObjectImplementation(QGeoMapObject *obj) override;
187 QGeoMapObjectPrivate *QGeoMapItemsOverlayPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation()

12