Home
last modified time | relevance | path

Searched refs:supportedMapItemTypes (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap.cpp257 QGeoMap::ItemTypes QGeoMap::supportedMapItemTypes() const in supportedMapItemTypes() function in QGeoMap
260 return d->supportedMapItemTypes(); in supportedMapItemTypes()
266 if (item && !d->m_mapItems.contains(item) && d->supportedMapItemTypes() & item->itemType()) { in addMapItem()
411 QGeoMap::ItemTypes QGeoMapPrivate::supportedMapItemTypes() const in supportedMapItemTypes() function in QGeoMapPrivate
H A Dqgeomap_p_p.h90 virtual QGeoMap::ItemTypes supportedMapItemTypes() const;
H A Dqgeomap_p.h138 ItemTypes supportedMapItemTypes() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl_p.h67 QGeoMap::ItemTypes supportedMapItemTypes() const override;
H A Dqgeomapmapboxgl.cpp203 QGeoMap::ItemTypes QGeoMapMapboxGLPrivate::supportedMapItemTypes() const in supportedMapItemTypes() function in QGeoMapMapboxGLPrivate
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitembase.cpp286 if (!map_ || !quickMap_ || map_->supportedMapItemTypes() & itemType()) { in updatePaintNode()