Searched refs:fromFeature (Results 1 – 2 of 2) sorted by relevance
113 …static QSharedPointer<QMapboxGLStyleChange> fromFeature(const QMapbox::Feature &feature, const QSt…141 static QSharedPointer<QMapboxGLStyleChange> fromFeature(const QMapbox::Feature &feature);
250 changes << QMapboxGLStyleAddLayer::fromFeature(feature, before); in addMapItem()251 changes << QMapboxGLStyleAddSource::fromFeature(feature); in addMapItem()537 QSharedPointer<QMapboxGLStyleChange> QMapboxGLStyleAddLayer::fromFeature(const QMapbox::Feature &fe… in fromFeature() function in QMapboxGLStyleAddLayer621 QSharedPointer<QMapboxGLStyleChange> QMapboxGLStyleAddSource::fromFeature(const QMapbox::Feature &f… in fromFeature() function in QMapboxGLStyleAddSource634 return fromFeature(featureFromMapItem(item)); in fromMapItem()