| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmapobjectview.cpp | 286 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 D | qmaprouteobject.cpp | 174 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 D | qmappolylineobject.cpp | 221 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 D | qdeclarativenavigator_p.h | 78 Q_PROPERTY(QDeclarativeGeoMap *map READ map WRITE setMap NOTIFY mapChanged) 125 void setMap(QDeclarativeGeoMap *map);
|
| H A D | qmapiconobject.cpp | 257 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 D | qmapcircleobject.cpp | 294 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 D | qmappolygonobject.cpp | 274 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 D | qmappolylineobject_p.h | 74 void setMap(QGeoMap *map) override;
|
| H A D | qmaprouteobject_p.h | 74 void setMap(QGeoMap *map) override;
|
| H A D | qmappolygonobject_p.h | 78 void setMap(QGeoMap *map) override;
|
| H A D | qmapiconobject_p.h | 78 void setMap(QGeoMap *map) override;
|
| H A D | qmapcircleobject_p.h | 80 void setMap(QGeoMap *map) override;
|
| H A D | qmapobjectview_p.h | 73 void setMap(QGeoMap *map) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qmaprouteobjectqsg.cpp | 90 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 D | qmaprouteobjectqsg_p_p.h | 81 void setMap(QGeoMap *map) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qgeomapobject.cpp | 188 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 D | qdeclarativerectanglemapitem.cpp | 208 void QDeclarativeRectangleMapItem::setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) in setMap() function in QDeclarativeRectangleMapItem 210 QDeclarativeGeoMapItemBase::setMap(quickMap,map); in setMap()
|
| H A D | qdeclarativegeomap.cpp | 281 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 D | qgeomapobject_p_p.h | 76 virtual void setMap(QGeoMap *map);
|
| H A D | qdeclarativegeomapquickitem.cpp | 188 void QDeclarativeGeoMapQuickItem::setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) in setMap() function in QDeclarativeGeoMapQuickItem 190 QDeclarativeGeoMapItemBase::setMap(quickMap,map); in setMap()
|
| H A D | qgeomapobject_p.h | 110 virtual void setMap(QGeoMap *map);
|
| H A D | qdeclarativepolygonmapitem_p.h | 78 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;
|
| H A D | qdeclarativegeomapquickitem_p.h | 85 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;
|
| H A D | qdeclarativerectanglemapitem_p.h | 84 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;
|
| H A D | qdeclarativecirclemapitem_p.h | 81 virtual void setMap(QDeclarativeGeoMap *quickMap, QGeoMap *map) override;
|