Searched refs:mapItemOpacity (Results 1 – 7 of 7) sorted by relevance
176 qreal QDeclarativeGeoMapItemGroup::mapItemOpacity() const in mapItemOpacity() function in QDeclarativeGeoMapItemGroup178 return ((m_parentGroup) ? m_parentGroup->mapItemOpacity() : 1.0) * opacity(); in mapItemOpacity()
332 qreal QDeclarativeGeoMapItemBase::mapItemOpacity() const in mapItemOpacity() function in QDeclarativeGeoMapItemBase335 return parentGroup_->mapItemOpacity() * opacity(); in mapItemOpacity()
69 qreal mapItemOpacity() const;
113 qreal mapItemOpacity() const;
2395 if (!item || (onlyVisible && (!item->isVisible() || item->mapItemOpacity() <= 0.0))) in fitViewportToMapItemsRefine()
435 …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()
68 …- Added the new mapItemOpacity method to QGeoMapItemBase, to account for the opacity of a MapItemG…