Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeomapitemsoverlay.cpp68 QList<QObject *>mapObjectsAt(const QGeoCoordinate &coordinate) const;
144 QList<QObject *> QGeoMapItemsOverlay::mapObjectsAt(const QGeoCoordinate &coordinate) const in mapObjectsAt() function in QGeoMapItemsOverlay
148 return d->mapObjectsAt(coordinate); in mapObjectsAt()
150 return QGeoMap::mapObjectsAt(coordinate); in mapObjectsAt()
207 QList<QObject *> QGeoMapItemsOverlayPrivate::mapObjectsAt(const QGeoCoordinate &coordinate) const in mapObjectsAt() function in QGeoMapItemsOverlayPrivate
H A Dqgeomapitemsoverlay.h59 QList<QObject *> mapObjectsAt(const QGeoCoordinate &coordinate) const override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeotiledmaplabs.cpp62 QList<QObject *>mapObjectsAt(const QGeoCoordinate &coordinate) const;
101 QList<QObject *> QGeoTiledMapLabsPrivate::mapObjectsAt(const QGeoCoordinate &coordinate) const in mapObjectsAt() function in QGeoTiledMapLabsPrivate
195 QList<QObject *> QGeoTiledMapLabs::mapObjectsAt(const QGeoCoordinate &coordinate) const in mapObjectsAt() function in QGeoTiledMapLabs
198 return d->mapObjectsAt(coordinate); in mapObjectsAt()
H A Dqgeotiledmaplabs_p.h75 QList<QObject *> mapObjectsAt(const QGeoCoordinate &coordinate) const override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dlocationlabssingleton.cpp76 QList<QObject *> LocationLabsSingleton::mapObjectsAt(const QGeoCoordinate &coordinate, QDeclarative… in mapObjectsAt() function in LocationLabsSingleton
80 return map->map()->mapObjectsAt(coordinate); in mapObjectsAt()
H A Dlocationlabssingleton_p.h65 …Q_INVOKABLE QList<QObject *> mapObjectsAt(const QGeoCoordinate &coordinate, QDeclarativeGeoMap *ma…
H A Dplugins.qmltypes19 name: "mapObjectsAt"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap_p.h159 virtual QList<QObject *> mapObjectsAt(const QGeoCoordinate &coordinate) const;
H A Dqgeomap.cpp309 QList<QObject *> QGeoMap::mapObjectsAt(const QGeoCoordinate &/*coordinate*/) const in mapObjectsAt() function in QGeoMap