Home
last modified time | relevance | path

Searched refs:mapObjects (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeotiledmaplabs.cpp60 virtual QList<QGeoMapObject *> mapObjects() const override;
91 QList<QGeoMapObject *> QGeoTiledMapLabsPrivate::mapObjects() const in mapObjects() function in QGeoTiledMapLabsPrivate
93 return m_qsgSupport.mapObjects(); in mapObjects()
105 for (const auto o: mapObjects()) { in mapObjectsAt()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeomapitemsoverlay.cpp65 virtual QList<QGeoMapObject *> mapObjects() const override;
192 QList<QGeoMapObject *> QGeoMapItemsOverlayPrivate::mapObjects() const in mapObjects() function in QGeoMapItemsOverlayPrivate
194 return m_qsgSupport.mapObjects(); in mapObjects()
211 for (const auto o: mapObjects()) { in mapObjectsAt()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap.cpp59 for (QGeoMapObject *p : d->mapObjects()) in ~QGeoMap()
335 QList<QGeoMapObject *> QGeoMap::mapObjects() const in mapObjects() function in QGeoMap
338 return d->mapObjects(); in mapObjects()
432 QList<QGeoMapObject *> QGeoMapPrivate::mapObjects() const in mapObjects() function in QGeoMapPrivate
H A Dqgeomap_p_p.h94 virtual QList<QGeoMapObject *> mapObjects() const;
H A Dqgeomap_p.h145 QList<QGeoMapObject *> mapObjects() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqgeomapobjectqsgsupport_p.h80 QList<QGeoMapObject *> mapObjects() const;
H A Dqgeomapobjectqsgsupport.cpp127 QList<QGeoMapObject *> QGeoMapObjectQSGSupport::mapObjects() const in mapObjects() function in QGeoMapObjectQSGSupport
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp1901 int curObjects = m_map->mapObjects().size(); in addMapObject()
1905 if (curObjects != m_map->mapObjects().size()) in addMapObject()
1922 int curObjects = m_map->mapObjects().size(); in removeMapObject()
1926 if (curObjects != m_map->mapObjects().size()) in removeMapObject()
1938 const QList<QGeoMapObject *> objs = m_map->mapObjects(); in clearMapObjects()
1949 QList<QGeoMapObject *> QDeclarativeGeoMap::mapObjects() in mapObjects() function in QDeclarativeGeoMap
1954 return m_map->mapObjects(); in mapObjects()
H A Dqdeclarativegeomap_p.h188 QList<QGeoMapObject *> mapObjects();