Searched refs:supportedMapItemTypes (Results 1 – 6 of 6) sorted by relevance
257 QGeoMap::ItemTypes QGeoMap::supportedMapItemTypes() const in supportedMapItemTypes() function in QGeoMap260 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
90 virtual QGeoMap::ItemTypes supportedMapItemTypes() const;
138 ItemTypes supportedMapItemTypes() const;
67 QGeoMap::ItemTypes supportedMapItemTypes() const override;
203 QGeoMap::ItemTypes QGeoMapMapboxGLPrivate::supportedMapItemTypes() const in supportedMapItemTypes() function in QGeoMapMapboxGLPrivate
286 if (!map_ || !quickMap_ || map_->supportedMapItemTypes() & itemType()) { in updatePaintNode()