Searched refs:QMapboxGLStyleSetPaintProperty (Results 1 – 3 of 3) sorted by relevance
211 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 QMapboxGLStyleSetPaintProperty378 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 …]
87 class QMapboxGLStyleSetPaintProperty : public QMapboxGLStyleChange101 QMapboxGLStyleSetPaintProperty() = default;102 …QMapboxGLStyleSetPaintProperty(const QString &layer, const QString &property, const QVariant &valu…
459 d->m_styleChanges << QMapboxGLStyleSetPaintProperty::fromMapItem(item); in onMapItemPropertyChanged()470 d->m_styleChanges << QMapboxGLStyleSetPaintProperty::fromMapItem(item); in onMapItemSubPropertyChanged()