Home
last modified time | relevance | path

Searched refs:mapItemOpacity (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemgroup.cpp176 qreal QDeclarativeGeoMapItemGroup::mapItemOpacity() const in mapItemOpacity() function in QDeclarativeGeoMapItemGroup
178 return ((m_parentGroup) ? m_parentGroup->mapItemOpacity() : 1.0) * opacity(); in mapItemOpacity()
H A Dqdeclarativegeomapitembase.cpp332 qreal QDeclarativeGeoMapItemBase::mapItemOpacity() const in mapItemOpacity() function in QDeclarativeGeoMapItemBase
335 return parentGroup_->mapItemOpacity() * opacity(); in mapItemOpacity()
H A Dqdeclarativegeomapitemgroup_p.h69 qreal mapItemOpacity() const;
H A Dqdeclarativegeomapitembase_p.h113 qreal mapItemOpacity() const;
H A Dqdeclarativegeomap.cpp2395 if (!item || (onlyVisible && (!item->isVisible() || item->mapItemOpacity() <= 0.0))) in fitViewportToMapItemsRefine()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp435 …aintProperty(id, QStringLiteral("fill-opacity"), item->color().alphaF() * item->mapItemOpacity())); in fromMapItem()
452 …aintProperty(id, QStringLiteral("fill-opacity"), item->color().alphaF() * item->mapItemOpacity())); in fromMapItem()
469 …aintProperty(id, QStringLiteral("fill-opacity"), item->color().alphaF() * item->mapItemOpacity())); in fromMapItem()
486 …erty(id, QStringLiteral("line-opacity"), item->line()->color().alphaF() * item->mapItemOpacity())); in fromMapItem()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.9.068 …- Added the new mapItemOpacity method to QGeoMapItemBase, to account for the opacity of a MapItemG…