Home
last modified time | relevance | path

Searched refs:setMap (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapobjectview.cpp286 object->setMap(map()); in addMapObject()
301 object->setMap(nullptr); in removeMapObject()
357 object->setMap(map()); in addMapObjectToMap()
376 mo->setMap(nullptr); in removeMapObjectFromMap()
421 …obj->setMap(nullptr); // obj parent might not be this. If so, it would not be destroyed by destroy… in flushUserAddedMapObjects()
425 void QMapObjectView::setMap(QGeoMap *map) in setMap() function in QMapObjectView
431 QGeoMapObject::setMap(map); // This is where the specialized pimpl gets created and injected in setMap()
436 obj->setMap(map); in setMap()
454 obj->setMap(map); in setMap()
H A Dqmaprouteobject.cpp174 void QMapRouteObject::setMap(QGeoMap *map) in setMap() function in QMapRouteObject
180 QGeoMapObject::setMap(map); // This is where the specialized pimpl gets created and injected in setMap()
H A Dqmappolylineobject.cpp221 void QMapPolylineObject::setMap(QGeoMap *map) in setMap() function in QMapPolylineObject
227 QGeoMapObject::setMap(map); // This is where the specialized pimpl gets created and injected in setMap()
H A Dqdeclarativenavigator_p.h78 Q_PROPERTY(QDeclarativeGeoMap *map READ map WRITE setMap NOTIFY mapChanged)
125 void setMap(QDeclarativeGeoMap *map);
H A Dqmapiconobject.cpp257 void QMapIconObject::setMap(QGeoMap *map) in setMap() function in QMapIconObject
263 QGeoMapObject::setMap(map); // This is where the specialized pimpl gets created and injected in setMap()
H A Dqmapcircleobject.cpp294 void QMapCircleObject::setMap(QGeoMap *map) in setMap() function in QMapCircleObject
300 QGeoMapObject::setMap(map); // This is where the specialized pimpl gets created and injected in setMap()
H A Dqmappolygonobject.cpp274 void QMapPolygonObject::setMap(QGeoMap *map) in setMap() function in QMapPolygonObject
280 QGeoMapObject::setMap(map); // This is where the specialized pimpl gets created and injected in setMap()
H A Dqmappolylineobject_p.h74 void setMap(QGeoMap *map) override;
H A Dqmaprouteobject_p.h74 void setMap(QGeoMap *map) override;
H A Dqmappolygonobject_p.h78 void setMap(QGeoMap *map) override;
H A Dqmapiconobject_p.h78 void setMap(QGeoMap *map) override;
H A Dqmapcircleobject_p.h80 void setMap(QGeoMap *map) override;
H A Dqmapobjectview_p.h73 void setMap(QGeoMap *map) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmaprouteobjectqsg.cpp90 void QMapRouteObjectPrivateQSG::setMap(QGeoMap *map) in setMap() function in QMapRouteObjectPrivateQSG
92 QGeoMapObjectPrivate::setMap(map); in setMap()
93 m_polyline->setMap(map); in setMap()
H A Dqmaprouteobjectqsg_p_p.h81 void setMap(QGeoMap *map) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapobject.cpp188 void QGeoMapObject::setMap(QGeoMap *map) in setMap() function in QGeoMapObject
203 d_ptr->setMap(map); in setMap()
208 kid->setMap(map); in setMap()
304 void QGeoMapObjectPrivate::setMap(QGeoMap *map) in setMap() function in QGeoMapObjectPrivate
H A Dqdeclarativerectanglemapitem.cpp208 void QDeclarativeRectangleMapItem::setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) in setMap() function in QDeclarativeRectangleMapItem
210 QDeclarativeGeoMapItemBase::setMap(quickMap,map); in setMap()
H A Dqdeclarativegeomap.cpp281 obj->setMap(nullptr); // worst case: going to be setMap(nullptr)'d twice in ~QDeclarativeGeoMap()
383 obj->setMap(m_map); in initialize()
485 view->setMap(this); in setupMapView()
634 item->setMap(this, m_map); in mappingManagerInitialized()
645 m_gestureArea->setMap(m_map); in mappingManagerInitialized()
1903 object->setMap(m_map); in addMapObject()
1924 object->setMap(nullptr); in removeMapObject()
1940 o->setMap(nullptr); in clearMapObjects()
2011 item->setMap(this, m_map); in addMapItem_real()
2043 item->setMap(0, 0); in removeMapItem_real()
H A Dqgeomapobject_p_p.h76 virtual void setMap(QGeoMap *map);
H A Dqdeclarativegeomapquickitem.cpp188 void QDeclarativeGeoMapQuickItem::setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) in setMap() function in QDeclarativeGeoMapQuickItem
190 QDeclarativeGeoMapItemBase::setMap(quickMap,map); in setMap()
H A Dqgeomapobject_p.h110 virtual void setMap(QGeoMap *map);
H A Dqdeclarativepolygonmapitem_p.h78 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;
H A Dqdeclarativegeomapquickitem_p.h85 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;
H A Dqdeclarativerectanglemapitem_p.h84 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;
H A Dqdeclarativecirclemapitem_p.h81 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;

12