| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qgeomapobject.cpp | 68 QGeoMapObject::~QGeoMapObject() in ~QGeoMapObject() 76 bool QGeoMapObject::operator ==(const QGeoMapObject &other) const in operator ==() 85 bool QGeoMapObject::operator !=(const QGeoMapObject &other) const in operator !=() 94 QGeoMapObject::Features QGeoMapObject::features() const in features() 99 QGeoMapObjectPrivate *QGeoMapObject::implementation() const in implementation() 104 bool QGeoMapObject::setImplementation(const QExplicitlySharedDataPointer<QGeoMapObjectPrivate> &pim… in setImplementation() 112 bool QGeoMapObject::implemented() const in implemented() 117 bool QGeoMapObject::visible() const in visible() 122 void QGeoMapObject::setVisible(bool visible) in setVisible() 127 const bool oldVisible = QGeoMapObject::visible(); in setVisible() [all …]
|
| H A D | qgeomapobject_p.h | 61 class Q_LOCATION_PRIVATE_EXPORT QGeoMapObject : public QParameterizableObject, public QQmlParserSta… 93 virtual ~QGeoMapObject(); 95 bool operator == (const QGeoMapObject &other) const; 96 bool operator != (const QGeoMapObject &other) const; 109 virtual QList<QGeoMapObject*> geoMapObjectChildren() const; 122 …QGeoMapObject(const QExplicitlySharedDataPointer<QGeoMapObjectPrivate> &dd, QObject *parent = null… 140 QML_DECLARE_TYPE(QGeoMapObject)
|
| H A D | qgeomapobject_p_p.h | 61 class QGeoMapObject; variable 70 virtual QGeoMapObject::Features features() const; 72 virtual QGeoMapObject::Type type() const; 81 QGeoMapObject *q = nullptr; 88 QGeoMapObjectPrivate(QGeoMapObject *q);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmapobjectview.cpp | 69 QMapObjectViewPrivate::QMapObjectViewPrivate(QGeoMapObject *q) in QMapObjectViewPrivate() 79 QGeoMapObject::Type QMapObjectViewPrivate::type() const in type() 81 return QGeoMapObject::ViewType; in type() 122 QMapObjectViewPrivateDefault::QMapObjectViewPrivateDefault(QGeoMapObject *q) : QMapObjectViewPrivat… in QMapObjectViewPrivateDefault() 147 const QList<QGeoMapObject *> kids = qq->geoMapObjectChildren(); in geoShape() 170 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapObjectViewPrivateDefaul… in QMapObjectView() 181 QList<QGeoMapObject *> QMapObjectView::geoMapObjectChildren() const in geoMapObjectChildren() 183 auto kids = QGeoMapObject::geoMapObjectChildren(); in geoMapObjectChildren() 186 auto obj = qobject_cast<QGeoMapObject*>(m_instantiatedMapObjects[i]); in geoMapObjectChildren() 213 QGeoMapObject::componentComplete(); in componentComplete() [all …]
|
| H A D | qmapobjectview_p.h | 61 class Q_LOCATION_PRIVATE_EXPORT QMapObjectView : public QGeoMapObject 72 QList<QGeoMapObject *> geoMapObjectChildren() const override; 87 void addMapObject(QGeoMapObject *object); 88 void removeMapObject(QGeoMapObject *object); 101 void addMapObjectToMap(QGeoMapObject *object, int index); 107 QVector<QPointer<QGeoMapObject>> m_instantiatedMapObjects; 108 …QVector<QPointer<QGeoMapObject>> m_pendingMapObjects; // for items instantiated before the map is … 109 …QVector<QPointer<QGeoMapObject>> m_userAddedMapObjects; // A third list containing the objects dyn…
|
| H A D | qgeotiledmaplabs.cpp | 59 QGeoMapObjectPrivate *createMapObjectImplementation(QGeoMapObject *obj) override; 60 virtual QList<QGeoMapObject *> mapObjects() const override; 61 void removeMapObject(QGeoMapObject *obj); 86 QGeoMapObjectPrivate *QGeoTiledMapLabsPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() 91 QList<QGeoMapObject *> QGeoTiledMapLabsPrivate::mapObjects() const in mapObjects() 96 void QGeoTiledMapLabsPrivate::removeMapObject(QGeoMapObject *obj) in removeMapObject() 108 if (o->type() == QGeoMapObject::PolylineType ) { in mapObjectsAt() 114 } else if (o->type() == QGeoMapObject::RouteType) { in mapObjectsAt() 175 bool QGeoTiledMapLabs::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() 189 void QGeoTiledMapLabs::removeMapObject(QGeoMapObject *obj) in removeMapObject()
|
| H A D | qmaprouteobject.cpp | 62 QMapRouteObjectPrivate::QMapRouteObjectPrivate(QGeoMapObject *q) : QGeoMapObjectPrivate(q) in QMapRouteObjectPrivate() 77 QGeoMapObject::Type QMapRouteObjectPrivate::type() const in type() 79 return QGeoMapObject::RouteType; in type() 139 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapRouteObjectPrivate(this… in QMapRouteObject() 180 QGeoMapObject::setMap(map); // This is where the specialized pimpl gets created and injected in setMap()
|
| H A D | qmappolylineobject.cpp | 57 QMapPolylineObjectPrivate::QMapPolylineObjectPrivate(QGeoMapObject *q) : QGeoMapObjectPrivate(q) in QMapPolylineObjectPrivate() 67 QGeoMapObject::Type QMapPolylineObjectPrivate::type() const in type() 69 return QGeoMapObject::PolylineType; in type() 72 QMapPolylineObjectPrivateDefault::QMapPolylineObjectPrivateDefault(QGeoMapObject *q) : QMapPolyline… in QMapPolylineObjectPrivateDefault() 154 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapPolylineObjectPrivateDe… in QMapPolylineObject() 227 QGeoMapObject::setMap(map); // This is where the specialized pimpl gets created and injected in setMap()
|
| H A D | qmapiconobject.cpp | 62 QMapIconObjectPrivate::QMapIconObjectPrivate(QGeoMapObject *q) : QGeoMapObjectPrivate(q) in QMapIconObjectPrivate() 67 QGeoMapObject::Type QMapIconObjectPrivate::type() const in type() 69 return QGeoMapObject::IconType; in type() 87 QMapIconObjectPrivateDefault::QMapIconObjectPrivateDefault(QGeoMapObject *q) : QMapIconObjectPrivat… in QMapIconObjectPrivateDefault() 173 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapIconObjectPrivateDefaul… in QMapIconObject() 263 QGeoMapObject::setMap(map); // This is where the specialized pimpl gets created and injected in setMap()
|
| H A D | qmapcircleobject.cpp | 57 QMapCircleObjectPrivate::QMapCircleObjectPrivate(QGeoMapObject *q) : QGeoMapObjectPrivate(q) in QMapCircleObjectPrivate() 67 QGeoMapObject::Type QMapCircleObjectPrivate::type() const in type() 69 return QGeoMapObject::CircleType; in type() 101 QMapCircleObjectPrivateDefault::QMapCircleObjectPrivateDefault(QGeoMapObject *q) : QMapCircleObject… in QMapCircleObjectPrivateDefault() 190 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapCircleObjectPrivateDefa… in QMapCircleObject() 300 QGeoMapObject::setMap(map); // This is where the specialized pimpl gets created and injected in setMap()
|
| H A D | qmappolygonobject.cpp | 56 QMapPolygonObjectPrivate::QMapPolygonObjectPrivate(QGeoMapObject *q) : QGeoMapObjectPrivate(q) in QMapPolygonObjectPrivate() 66 QMapPolygonObjectPrivateDefault::QMapPolygonObjectPrivateDefault(QGeoMapObject *q) : QMapPolygonObj… in QMapPolygonObjectPrivateDefault() 87 QGeoMapObject::Type QMapPolygonObjectPrivate::type() const in type() 89 return QGeoMapObject::PolygonType; in type() 185 …: QGeoMapObject(QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(new QMapPolygonObjectPrivateDef… in QMapPolygonObject() 280 QGeoMapObject::setMap(map); // This is where the specialized pimpl gets created and injected in setMap()
|
| H A D | qmapobjectview_p_p.h | 65 QMapObjectViewPrivate(QGeoMapObject *q); 73 virtual QGeoMapObject::Type type() const override final; 79 QMapObjectViewPrivateDefault(QGeoMapObject *q);
|
| H A D | qmappolylineobject_p_p.h | 62 QMapPolylineObjectPrivate(QGeoMapObject *q); 65 virtual QGeoMapObject::Type type() const override final; 83 QMapPolylineObjectPrivateDefault(QGeoMapObject *q);
|
| H A D | qmapiconobject_p_p.h | 60 QMapIconObjectPrivate(QGeoMapObject *q); 63 virtual QGeoMapObject::Type type() const override final; 79 QMapIconObjectPrivateDefault(QGeoMapObject *q);
|
| H A D | qmappolygonobject_p_p.h | 62 QMapPolygonObjectPrivate(QGeoMapObject *q); 65 virtual QGeoMapObject::Type type() const override final; 85 QMapPolygonObjectPrivateDefault(QGeoMapObject *q);
|
| H A D | qmapcircleobject_p_p.h | 61 QMapCircleObjectPrivate(QGeoMapObject *q); 64 virtual QGeoMapObject::Type type() const override final; 87 QMapCircleObjectPrivateDefault(QGeoMapObject *q);
|
| H A D | qmaprouteobject_p_p.h | 61 QMapRouteObjectPrivate(QGeoMapObject *q); 65 virtual QGeoMapObject::Type type() const override final;
|
| H A D | qgeotiledmaplabs_p.h | 73 bool createMapObjectImplementation(QGeoMapObject *obj) override; 74 void removeMapObject(QGeoMapObject *obj) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qgeomapobjectqsgsupport.cpp | 42 static int findMapObject(QGeoMapObject *o, const QList<MapObject> &list) in findMapObject() 52 bool QGeoMapObjectQSGSupport::createMapObjectImplementation(QGeoMapObject *obj, QGeoMapPrivate *d) in createMapObjectImplementation() 65 QGeoMapObjectPrivate *QGeoMapObjectQSGSupport::createMapObjectImplementationPrivate(QGeoMapObject *… in createMapObjectImplementationPrivate() 72 case QGeoMapObject::PolylineType: { in createMapObjectImplementationPrivate() 80 case QGeoMapObject::PolygonType: { in createMapObjectImplementationPrivate() 88 case QGeoMapObject::CircleType: { in createMapObjectImplementationPrivate() 96 case QGeoMapObject::RouteType: { in createMapObjectImplementationPrivate() 104 case QGeoMapObject::IconType: { in createMapObjectImplementationPrivate() 119 QPointer<QGeoMapObject> p(obj); in createMapObjectImplementationPrivate() 127 QList<QGeoMapObject *> QGeoMapObjectQSGSupport::mapObjects() const in mapObjects() [all …]
|
| H A D | qgeomapobjectqsgsupport_p.h | 66 MapObject(QPointer<QGeoMapObject> &o, QQSGMapObject *sgo) in MapObject() 69 QPointer<QGeoMapObject> object; 78 bool createMapObjectImplementation(QGeoMapObject *obj, QGeoMapPrivate *d); 79 QGeoMapObjectPrivate *createMapObjectImplementationPrivate(QGeoMapObject *obj); 80 QList<QGeoMapObject *> mapObjects() const; 81 void removeMapObject(QGeoMapObject *obj);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/ |
| H A D | qgeomapitemsoverlay.cpp | 64 QGeoMapObjectPrivate *createMapObjectImplementation(QGeoMapObject *obj) override; 65 virtual QList<QGeoMapObject *> mapObjects() const override; 66 void removeMapObject(QGeoMapObject *obj); 103 bool QGeoMapItemsOverlay::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() 134 void QGeoMapItemsOverlay::removeMapObject(QGeoMapObject *obj) in removeMapObject() 187 QGeoMapObjectPrivate *QGeoMapItemsOverlayPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() 192 QList<QGeoMapObject *> QGeoMapItemsOverlayPrivate::mapObjects() const in mapObjects() 197 void QGeoMapItemsOverlayPrivate::removeMapObject(QGeoMapObject *obj) in removeMapObject() 214 if (o->type() == QGeoMapObject::PolylineType ) { in mapObjectsAt() 220 } else if (o->type() == QGeoMapObject::RouteType) { in mapObjectsAt()
|
| H A D | qgeomapitemsoverlay.h | 57 bool createMapObjectImplementation(QGeoMapObject *obj) override; 58 void removeMapObject(QGeoMapObject *obj) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/ |
| H A D | plugins.qmltypes | 123 name: "QGeoMapObject" 149 prototype: "QGeoMapObject" 165 prototype: "QGeoMapObject" 183 prototype: "QGeoMapObject" 198 Parameter { name: "object"; type: "QGeoMapObject"; isPointer: true } 202 Parameter { name: "object"; type: "QGeoMapObject"; isPointer: true } 208 prototype: "QGeoMapObject" 223 prototype: "QGeoMapObject" 237 prototype: "QGeoMapObject"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomap_p.h | 70 class QGeoMapObject; variable 144 virtual bool createMapObjectImplementation(QGeoMapObject *obj); 145 QList<QGeoMapObject *> mapObjects() const; 158 virtual void removeMapObject(QGeoMapObject *obj);
|
| H A D | qgeomap.cpp | 59 for (QGeoMapObject *p : d->mapObjects()) in ~QGeoMap() 292 bool QGeoMap::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() 305 void QGeoMap::removeMapObject(QGeoMapObject * /*obj*/) in removeMapObject() argument 335 QList<QGeoMapObject *> QGeoMap::mapObjects() const in mapObjects() 426 QGeoMapObjectPrivate *QGeoMapPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() 432 QList<QGeoMapObject *> QGeoMapPrivate::mapObjects() const in mapObjects() 434 return QList<QGeoMapObject *>(); in mapObjects()
|