Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp211 changes << QMapboxGLStyleSetPaintProperty::fromMapParameter(param); in addMapParameter()
252 changes << QMapboxGLStyleSetPaintProperty::fromMapItem(item); in addMapItem()
373 QMapboxGLStyleSetPaintProperty::QMapboxGLStyleSetPaintProperty(const QString& layer, const QString&… in QMapboxGLStyleSetPaintProperty() function in QMapboxGLStyleSetPaintProperty
378 void QMapboxGLStyleSetPaintProperty::apply(QMapboxGL *map) in apply()
383 QList<QSharedPointer<QMapboxGLStyleChange>> QMapboxGLStyleSetPaintProperty::fromMapParameter(QGeoMa… in fromMapParameter()
394 auto paint = new QMapboxGLStyleSetPaintProperty(); in fromMapParameter()
410 QList<QSharedPointer<QMapboxGLStyleChange>> QMapboxGLStyleSetPaintProperty::fromMapItem(QDeclarativ… in fromMapItem()
427 QList<QSharedPointer<QMapboxGLStyleChange>> QMapboxGLStyleSetPaintProperty::fromMapItem(QDeclarativ… in fromMapItem()
435 …new QMapboxGLStyleSetPaintProperty(id, QStringLiteral("fill-opacity"), item->color().alphaF() * it… in fromMapItem()
437 new QMapboxGLStyleSetPaintProperty(id, QStringLiteral("fill-color"), item->color())); in fromMapItem()
[all …]
H A Dqmapboxglstylechange_p.h87 class QMapboxGLStyleSetPaintProperty : public QMapboxGLStyleChange
101 QMapboxGLStyleSetPaintProperty() = default;
102QMapboxGLStyleSetPaintProperty(const QString &layer, const QString &property, const QVariant &valu…
H A Dqgeomapmapboxgl.cpp459 d->m_styleChanges << QMapboxGLStyleSetPaintProperty::fromMapItem(item); in onMapItemPropertyChanged()
470 d->m_styleChanges << QMapboxGLStyleSetPaintProperty::fromMapItem(item); in onMapItemSubPropertyChanged()