Searched refs:mapObjectsAt (Results 1 – 9 of 9) sorted by relevance
68 QList<QObject *>mapObjectsAt(const QGeoCoordinate &coordinate) const;144 QList<QObject *> QGeoMapItemsOverlay::mapObjectsAt(const QGeoCoordinate &coordinate) const in mapObjectsAt() function in QGeoMapItemsOverlay148 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
59 QList<QObject *> mapObjectsAt(const QGeoCoordinate &coordinate) const override;
62 QList<QObject *>mapObjectsAt(const QGeoCoordinate &coordinate) const;101 QList<QObject *> QGeoTiledMapLabsPrivate::mapObjectsAt(const QGeoCoordinate &coordinate) const in mapObjectsAt() function in QGeoTiledMapLabsPrivate195 QList<QObject *> QGeoTiledMapLabs::mapObjectsAt(const QGeoCoordinate &coordinate) const in mapObjectsAt() function in QGeoTiledMapLabs198 return d->mapObjectsAt(coordinate); in mapObjectsAt()
75 QList<QObject *> mapObjectsAt(const QGeoCoordinate &coordinate) const override;
76 QList<QObject *> LocationLabsSingleton::mapObjectsAt(const QGeoCoordinate &coordinate, QDeclarative… in mapObjectsAt() function in LocationLabsSingleton80 return map->map()->mapObjectsAt(coordinate); in mapObjectsAt()
65 …Q_INVOKABLE QList<QObject *> mapObjectsAt(const QGeoCoordinate &coordinate, QDeclarativeGeoMap *ma…
19 name: "mapObjectsAt"
159 virtual QList<QObject *> mapObjectsAt(const QGeoCoordinate &coordinate) const;
309 QList<QObject *> QGeoMap::mapObjectsAt(const QGeoCoordinate &/*coordinate*/) const in mapObjectsAt() function in QGeoMap