Searched refs:fromMapItem (Results 1 – 3 of 3) sorted by relevance
72 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 *);
252 changes << QMapboxGLStyleSetPaintProperty::fromMapItem(item); in addMapItem()253 changes << QMapboxGLStyleSetLayoutProperty::fromMapItem(item); in addMapItem()333 QList<QSharedPointer<QMapboxGLStyleChange>> QMapboxGLStyleSetLayoutProperty::fromMapItem(QDeclarati… in fromMapItem() function in QMapboxGLStyleSetLayoutProperty339 changes = fromMapItem(static_cast<QDeclarativePolylineMapItem *>(item)); in fromMapItem()351 QList<QSharedPointer<QMapboxGLStyleChange>> QMapboxGLStyleSetLayoutProperty::fromMapItem(QDeclarati… in fromMapItem() function in QMapboxGLStyleSetLayoutProperty410 QList<QSharedPointer<QMapboxGLStyleChange>> QMapboxGLStyleSetPaintProperty::fromMapItem(QDeclarativ… in fromMapItem() function in QMapboxGLStyleSetPaintProperty414 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 …]
459 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()