Searched refs:createMapObjectImplementation (Results 1 – 10 of 10) sorted by relevance
59 QGeoMapObjectPrivate *createMapObjectImplementation(QGeoMapObject *obj) override;86 QGeoMapObjectPrivate *QGeoTiledMapLabsPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoTiledMapLabsPrivate175 bool QGeoTiledMapLabs::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoTiledMapLabs178 return d->m_qsgSupport.createMapObjectImplementation(obj, d); in createMapObjectImplementation()
73 bool createMapObjectImplementation(QGeoMapObject *obj) override;
64 QGeoMapObjectPrivate *createMapObjectImplementation(QGeoMapObject *obj) override;103 bool QGeoMapItemsOverlay::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoMapItemsOverlay110 return d->m_qsgSupport.createMapObjectImplementation(obj, d); in createMapObjectImplementation()187 QGeoMapObjectPrivate *QGeoMapItemsOverlayPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoMapItemsOverlayPrivate
57 bool createMapObjectImplementation(QGeoMapObject *obj) override;
292 bool QGeoMap::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoMap296 … QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(d->createMapObjectImplementation(obj)); in createMapObjectImplementation()426 QGeoMapObjectPrivate *QGeoMapPrivate::createMapObjectImplementation(QGeoMapObject *obj) in createMapObjectImplementation() function in QGeoMapPrivate
83 virtual QGeoMapObjectPrivate *createMapObjectImplementation(QGeoMapObject *obj);
144 virtual bool createMapObjectImplementation(QGeoMapObject *obj);
52 bool QGeoMapObjectQSGSupport::createMapObjectImplementation(QGeoMapObject *obj, QGeoMapPrivate *d) in createMapObjectImplementation() function in QGeoMapObjectQSGSupport55 … QExplicitlySharedDataPointer<QGeoMapObjectPrivate>(d->createMapObjectImplementation(obj)); in createMapObjectImplementation()
78 bool createMapObjectImplementation(QGeoMapObject *obj, QGeoMapPrivate *d);
196 if (!map->createMapObjectImplementation(this)) { in setMap()