Home
last modified time | relevance | path

Searched refs:createMapObjectImplementation (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqgeotiledmaplabs.cpp59 QGeoMapObjectPrivate *createMapObjectImplementation(QGeoMapObject *obj) override;
86 QGeoMapObjectPrivate *QGeoTiledMapLabsPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoTiledMapLabsPrivate
175 bool QGeoTiledMapLabs::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoTiledMapLabs
178 return d->m_qsgSupport.createMapObjectImplementation(obj, d); in createMapObjectImplementation()
H A Dqgeotiledmaplabs_p.h73 bool createMapObjectImplementation(QGeoMapObject *obj) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/
H A Dqgeomapitemsoverlay.cpp64 QGeoMapObjectPrivate *createMapObjectImplementation(QGeoMapObject *obj) override;
103 bool QGeoMapItemsOverlay::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoMapItemsOverlay
110 return d->m_qsgSupport.createMapObjectImplementation(obj, d); in createMapObjectImplementation()
187 QGeoMapObjectPrivate *QGeoMapItemsOverlayPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoMapItemsOverlayPrivate
H A Dqgeomapitemsoverlay.h57 bool createMapObjectImplementation(QGeoMapObject *obj) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap.cpp292 bool QGeoMap::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoMap
296 … QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(d->createMapObjectImplementation(obj)); in createMapObjectImplementation()
426 QGeoMapObjectPrivate *QGeoMapPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoMapPrivate
H A Dqgeomap_p_p.h83 virtual QGeoMapObjectPrivate *createMapObjectImplementation(QGeoMapObject *obj);
H A Dqgeomap_p.h144 virtual bool createMapObjectImplementation(QGeoMapObject *obj);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqgeomapobjectqsgsupport.cpp52 bool QGeoMapObjectQSGSupport::createMapObjectImplementation(QGeoMapObject *obj, QGeoMapPrivate *d) in createMapObjectImplementation() function in QGeoMapObjectQSGSupport
55 … QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(d->createMapObjectImplementation(obj)); in createMapObjectImplementation()
H A Dqgeomapobjectqsgsupport_p.h78 bool createMapObjectImplementation(QGeoMapObject *obj, QGeoMapPrivate *d);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapobject.cpp196 if (!map->createMapObjectImplementation(this)) { in setMap()