Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp183 m_map(0), in QDeclarativeGeoMap()
232 if (m_map) { in ~QDeclarativeGeoMap()
233 m_map->clearParameters(); in ~QDeclarativeGeoMap()
234 m_map->clearMapItems(); in ~QDeclarativeGeoMap()
283 delete m_map; // map objects get reset here in ~QDeclarativeGeoMap()
307 m_map->setActiveMapType(QGeoMapType()); // no supported map types: setting an invalid one in onSupportedMapTypesChanged()
311 if (declarativeType->mapType() == m_map->activeMapType()) in onSupportedMapTypesChanged()
317 m_map->setActiveMapType(type->mapType()); in onSupportedMapTypesChanged()
345 setMinimumZoomLevel(m_map->minimumZoom(), false); in initialize()
347 setMinimumZoomLevel(qMax<qreal>(m_map->minimumZoom(), m_userMinimumZoomLevel), false); in initialize()
[all …]
H A Dqdeclarativegeomapitemview.cpp96 m_map(0), m_fitViewport(false), m_delegateModel(0) in QDeclarativeGeoMapItemView()
154 if (!m_map) in createdItem()
178 …if (!m_map) // everything will be done in instantiateAllItems. Removal is done by declarativegeoma… in modelUpdated()
286 if (!m_map || !m_map->mapReady() || !m_fitViewport) in fitViewport()
289 if (m_map->mapItems().size() > 0) in fitViewport()
290 m_map->fitViewportToMapItems(); in fitViewport()
298 if (!map || m_map) // changing map on the fly not supported in setMap()
300 m_map = map; in setMap()
309 if (!m_map) in removeInstantiatedItems()
326 …if (!m_componentCompleted || !m_map || !m_delegate || m_itemModel.isNull() || !m_instantiatedItems… in instantiateAllItems()
[all …]
H A Dqquickgeomapgesturearea.cpp503 m_map(0), in QQuickGeoMapGestureArea()
521 if (m_map || !map) in setMap()
524 m_map = map; in setMap()
530m_map->setAcceptedGestures(panEnabled(), flickEnabled(), pinchEnabled(), rotationEnabled(), tiltEn… in setMap()
614 if (m_map) in setAcceptedGestures()
615m_map->setAcceptedGestures(panEnabled(), flickEnabled(), pinchEnabled(), rotationEnabled(), tiltEn… in setAcceptedGestures()
682 if (m_map) in setEnabled()
683m_map->setAcceptedGestures(panEnabled(), flickEnabled(), pinchEnabled(), rotationEnabled(), tiltEn… in setEnabled()
893 if (m_map && m_map->handleEvent(event)) { in handleMousePressEvent()
909 if (m_map && m_map->handleEvent(event)) { in handleMouseMoveEvent()
[all …]
H A Dqgeomapobject.cpp190 if (d_ptr->m_map == map) in setMap()
222 return d_ptr->m_map; in map()
286 && m_map == other.m_map); in equals()
306 m_map = map; in setMap()
H A Dqdeclarativegeomapcopyrightsnotice.cpp133 m_mapSource->m_map->disconnect(this); in setMapSource()
155 if (m_mapSource->m_map) in setMapSource()
164 connect(m_mapSource->m_map, SIGNAL(copyrightsStyleSheetChanged(QString)), in connectMap()
169 onCopyrightsStyleSheetChanged(m_mapSource->m_map->copyrightsStyleSheet()); in connectMap()
H A Dqgeomapobject_p_p.h82 QPointer<QGeoMap> m_map; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmappolylineobjectqsg.cpp60 if (m_map) in QMapPolylineObjectPrivateQSG()
61 emit m_map->sgNodeChanged(); in QMapPolylineObjectPrivateQSG()
66 if (m_map) in ~QMapPolylineObjectPrivateQSG()
67 m_map->removeMapObject(q); in ~QMapPolylineObjectPrivateQSG()
73 if (!m_map || m_map->geoProjection().projectionType() != QGeoProjection::ProjectionWebMercator) in projectPath()
77 static_cast<const QGeoProjectionWebMercator&>(m_map->geoProjection()); in projectPath()
86 if (!m_map || m_map->geoProjection().projectionType() != QGeoProjection::ProjectionWebMercator) in updateGeometry()
94 …const QGeoProjectionWebMercator &p = static_cast<const QGeoProjectionWebMercator&>(m_map->geoProje… in updateGeometry()
98 m_borderGeometry.updateSourcePoints(*m_map, m_path); in updateGeometry()
131 const QMatrix4x4 &combinedMatrix = m_map->geoProjection().qsgTransform(); in updateMapObjectNode()
[all …]
H A Dqmappolygonobjectqsg.cpp57 if (m_map) in QMapPolygonObjectPrivateQSG()
58 emit m_map->sgNodeChanged(); in QMapPolygonObjectPrivateQSG()
63 if (m_map) in ~QMapPolygonObjectPrivateQSG()
64 m_map->removeMapObject(q); in ~QMapPolygonObjectPrivateQSG()
75 if (m_map) in setPath()
76 emit m_map->sgNodeChanged(); in setPath()
84 if (m_map) in setFillColor()
85 emit m_map->sgNodeChanged(); in setFillColor()
92 if (m_map) in setBorderColor()
93 emit m_map->sgNodeChanged(); in setBorderColor()
[all …]
H A Dqmapcircleobjectqsg.cpp58 if (m_map) in QMapCircleObjectPrivateQSG()
59 emit m_map->sgNodeChanged(); in QMapCircleObjectPrivateQSG()
64 if (m_map) in ~QMapCircleObjectPrivateQSG()
65 m_map->removeMapObject(q); in ~QMapCircleObjectPrivateQSG()
87 if (!m_map || m_map->geoProjection().projectionType() != QGeoProjection::ProjectionWebMercator in updateGeometryCPU()
91 …const QGeoProjectionWebMercator &p = static_cast<const QGeoProjectionWebMercator&>(m_map->geoProje… in updateGeometryCPU()
108 …m_dataCPU->m_geometry.updateScreenPointsInvert(circlePath, *m_map); // invert fill area for really… in updateGeometryCPU()
111 m_dataCPU->m_geometry.updateSourcePoints(*m_map, circlePath); in updateGeometryCPU()
112 m_dataCPU->m_geometry.updateScreenPoints(*m_map); in updateGeometryCPU()
139 m_dataCPU->m_borderGeometry.clipPath(*m_map, closedPath, borderLeftBoundWrapped); in updateGeometryCPU()
[all …]
H A Dqmapiconobjectqsg.cpp78 if (m_map) in ~QMapIconObjectPrivateQSG()
79 m_map->removeMapObject(q); in ~QMapIconObjectPrivateQSG()
84 if (!m_map) in updateGeometry()
88 …const QGeoProjectionWebMercator &p = static_cast<const QGeoProjectionWebMercator&>(m_map->geoProje… in updateGeometry()
209 if (m_map && m_imageDirty) in setContent()
210 emit m_map->sgNodeChanged(); in setContent()
H A Dqgeomapobjectqsgsupport.cpp59 emit m_map->sgNodeChanged(); in createMapObjectImplementation()
141 obj->disconnect(m_map); in removeMapObject()
143 emit m_map->sgNodeChanged(); in removeMapObject()
148 obj->disconnect(m_map); in removeMapObject()
216 QObject::connect(mo.object, SIGNAL(visibleChanged()), m_map, SIGNAL(sgNodeChanged())); in updateMapObjects()
240 emit m_map->sgNodeChanged(); in updateObjectsGeometry()
H A Dqmaprouteobjectqsg.cpp60 if (m_map) in ~QMapRouteObjectPrivateQSG()
61 m_map->removeMapObject(q); in ~QMapRouteObjectPrivateQSG()
H A Dqgeomapobjectqsgsupport_p.h88 QGeoMap *m_map = nullptr; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmap/
H A Dtst_qgeotiledmap.cpp73 QScopedPointer<QGeoTiledMapTest> m_map; member in tst_QGeoTiledMap
108 m_map.reset(static_cast<QGeoTiledMapTest*>(mappingManager->createMap(this))); in initTestCase()
109 QVERIFY(m_map); in initTestCase()
110 m_map->setViewportSize(QSize(256, 256)); in initTestCase()
111 m_map->setActiveMapType(m_map->m_engine->supportedMapTypes().first()); in initTestCase()
112 m_fetcher = static_cast<QGeoTileFetcherTest*>(m_map->m_engine->tileFetcher()); in initTestCase()
125 m_map->setPrefetchStyle(style); in fetchTiles()
134 m_map->clearData(); in fetchTiles()
136 m_map->setCameraData(camera); in fetchTiles()
144 m_map->clearData(); in fetchTiles()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqsgmapboxglnode.cpp58 m_map.reset(new QMapboxGL(nullptr, settings, size.expandedTo(minTextureSize), pixelRatio)); in QSGMapboxGLTextureNode()
60 QObject::connect(m_map.data(), &QMapboxGL::needsRendering, geoMap, &QGeoMap::sgNodeChanged); in QSGMapboxGLTextureNode()
61 QObject::connect(m_map.data(), &QMapboxGL::copyrightsChanged, geoMap, in QSGMapboxGLTextureNode()
69 m_map->resize(minSize); in resize()
72 m_map->setFramebufferObject(m_fbo->handle(), fbSize); in resize()
106 m_map->render(); in render()
118 return m_map.data(); in map()
126 m_map.reset(new QMapboxGL(nullptr, settings, size, pixelRatio)); in QSGMapboxGLRenderNode()
127 QObject::connect(m_map.data(), &QMapboxGL::needsRendering, geoMap, &QGeoMap::sgNodeChanged); in QSGMapboxGLRenderNode()
128 QObject::connect(m_map.data(), &QMapboxGL::copyrightsChanged, geoMap, in QSGMapboxGLRenderNode()
[all …]
H A Dqsgmapboxglnode.h62 QScopedPointer<QMapboxGL> m_map;
78 QScopedPointer<QMapboxGL> m_map;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dordered-hash-map.h42 : m_map (other.m_map), in ordered_hash_map()
58 bool existed = m_map.put (k, v); in put()
76 return m_map.get (k); in get()
84 m_map.remove (k); in remove()
87 size_t elements () const { return m_map.elements (); } in elements()
172 hash_map<KeyId, Value, Traits> m_map; variable
H A Dsymbol-summary.h145 m_map.traverse <f> (a); in class()
153 T **v = &m_map.get_or_insert (node->get_uid (), &existed); in class()
163 T **v = m_map.get (node->get_uid ()); in class()
172 T **v = m_map.get (uid); in class()
175 m_map.remove (uid); in class()
183 return m_map.get (node->get_uid ()) != NULL; in class()
210 hash_map <map_hash, T *> m_map; in class() local
222 m_map (13, ggc, true, GATHER_STATISTICS PASS_MEM_STAT) in function_summary()
242 for (map_iterator it = m_map.begin (); it != m_map.end (); ++it) in ~function_summary()
283 gt_ggc_mx (&summary->m_map); in gt_ggc_mx()
[all …]
H A Dmem-stats.h383 mem_map_t *m_map; variable
417 T **slot = m_map->get (location); in register_descriptor()
427 m_map->put (location, usage); in register_descriptor()
559 m_map = new mem_map_t (13, false, false, false); in mem_alloc_description()
570 for (typename mem_map_t::iterator it = m_map->begin (); it != m_map->end (); in ~mem_alloc_description()
577 delete m_map; in ~mem_alloc_description() local
595 mem_list_t *list = XCNEWVEC (mem_list_t, m_map->elements ()); in get_list()
598 for (typename mem_map_t::iterator it = m_map->begin (); it != m_map->end (); in get_list()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dordered-hash-map.h42 : m_map (other.m_map), in ordered_hash_map()
58 bool existed = m_map.put (k, v); in put()
76 return m_map.get (k); in get()
84 m_map.remove (k); in remove()
87 size_t elements () const { return m_map.elements (); } in elements()
172 hash_map<KeyId, Value, Traits> m_map; variable
H A Dsymbol-summary.h145 m_map.traverse <f> (a); in class()
153 T **v = &m_map.get_or_insert (node->get_uid (), &existed); in class()
163 T **v = m_map.get (node->get_uid ()); in class()
172 T **v = m_map.get (uid); in class()
175 m_map.remove (uid); in class()
183 return m_map.get (node->get_uid ()) != NULL; in class()
210 hash_map <map_hash, T *> m_map; in class() local
222 m_map (13, ggc, true, GATHER_STATISTICS PASS_MEM_STAT) in function_summary()
242 for (map_iterator it = m_map.begin (); it != m_map.end (); ++it) in ~function_summary()
283 gt_ggc_mx (&summary->m_map); in gt_ggc_mx()
[all …]
H A Dmem-stats.h383 mem_map_t *m_map; variable
417 T **slot = m_map->get (location); in register_descriptor()
427 m_map->put (location, usage); in register_descriptor()
559 m_map = new mem_map_t (13, false, false, false); in mem_alloc_description()
570 for (typename mem_map_t::iterator it = m_map->begin (); it != m_map->end (); in ~mem_alloc_description()
577 delete m_map; in ~mem_alloc_description() local
595 mem_list_t *list = XCNEWVEC (mem_list_t, m_map->elements ()); in get_list()
598 for (typename mem_map_t::iterator it = m_map->begin (); it != m_map->end (); in get_list()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilerequestmanager.cpp53 QGeoTiledMap *m_map; member in QGeoTileRequestManagerPrivate
101 : m_map(map), in QGeoTileRequestManagerPrivate()
162 m_engine->updateTileRequests(m_map, requestTiles, cancelTiles); in requestTiles()
180 m_map->updateTile(spec); in tileFetched()
198 QGeoTiledMap *m_map; member in RetryFuture
203 : QObject(parent), m_tile(tile), m_map(map), m_engine(engine) in RetryFuture()
212 m_engine->updateTileRequests(m_map, requestTiles, cancelTiles); in retry()
233 QSharedPointer<RetryFuture> future(new RetryFuture(tile,m_map,m_engine)); in tileError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp241 if (d_ptr->m_params->m_map || !map) // set once prop in setMap()
244 d_ptr->m_params->m_map = map; in setMap()
256 return d_ptr->m_params->m_map; in map()
H A Dqmaprouteobject.cpp177 if (d->m_map == map) in setMap()

12