Home
last modified time | relevance | path

Searched refs:fromMapItem (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange_p.h72 static QList<QSharedPointer<QMapboxGLStyleChange>> fromMapItem(QDeclarativeGeoMapItemBase *);
77 static QList<QSharedPointer<QMapboxGLStyleChange>> fromMapItem(QDeclarativePolylineMapItem *);
91 static QList<QSharedPointer<QMapboxGLStyleChange>> fromMapItem(QDeclarativeGeoMapItemBase *);
96 static QList<QSharedPointer<QMapboxGLStyleChange>> fromMapItem(QDeclarativeRectangleMapItem *);
97 static QList<QSharedPointer<QMapboxGLStyleChange>> fromMapItem(QDeclarativeCircleMapItem *);
98 static QList<QSharedPointer<QMapboxGLStyleChange>> fromMapItem(QDeclarativePolygonMapItem *);
99 static QList<QSharedPointer<QMapboxGLStyleChange>> fromMapItem(QDeclarativePolylineMapItem *);
142 static QSharedPointer<QMapboxGLStyleChange> fromMapItem(QDeclarativeGeoMapItemBase *);
H A Dqmapboxglstylechange.cpp252 changes << QMapboxGLStyleSetPaintProperty::fromMapItem(item); in addMapItem()
253 changes << QMapboxGLStyleSetLayoutProperty::fromMapItem(item); in addMapItem()
333 QList<QSharedPointer<QMapboxGLStyleChange>> QMapboxGLStyleSetLayoutProperty::fromMapItem(QDeclarati… in fromMapItem() function in QMapboxGLStyleSetLayoutProperty
339 changes = fromMapItem(static_cast<QDeclarativePolylineMapItem *>(item)); in fromMapItem()
351 QList<QSharedPointer<QMapboxGLStyleChange>> QMapboxGLStyleSetLayoutProperty::fromMapItem(QDeclarati… in fromMapItem() function in QMapboxGLStyleSetLayoutProperty
410 QList<QSharedPointer<QMapboxGLStyleChange>> QMapboxGLStyleSetPaintProperty::fromMapItem(QDeclarativ… in fromMapItem() function in QMapboxGLStyleSetPaintProperty
414 return fromMapItem(static_cast<QDeclarativeRectangleMapItem *>(item)); in fromMapItem()
416 return fromMapItem(static_cast<QDeclarativeCircleMapItem *>(item)); in fromMapItem()
418 return fromMapItem(static_cast<QDeclarativePolygonMapItem *>(item)); in fromMapItem()
420 return fromMapItem(static_cast<QDeclarativePolylineMapItem *>(item)); in fromMapItem()
[all …]
H A Dqgeomapmapboxgl.cpp459 d->m_styleChanges << QMapboxGLStyleSetPaintProperty::fromMapItem(item); in onMapItemPropertyChanged()
460 d->m_styleChanges << QMapboxGLStyleSetLayoutProperty::fromMapItem(item); in onMapItemPropertyChanged()
470 d->m_styleChanges << QMapboxGLStyleSetPaintProperty::fromMapItem(item); in onMapItemSubPropertyChanged()
486 d->m_styleChanges << QMapboxGLStyleAddSource::fromMapItem(item); in onMapItemGeometryChanged()