Home
last modified time | relevance | path

Searched refs:mBlueAttribute (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/pointcloud/
H A Dqgspointcloudrgbrenderer.cpp37 res->mBlueAttribute = mBlueAttribute; in clone()
79 attribute = request.find( mBlueAttribute, blueOffset ); in renderBlock()
217 rendererElem.setAttribute( QStringLiteral( "blue" ), mBlueAttribute ); in save()
247 res << mRedAttribute << mGreenAttribute << mBlueAttribute; in usedAttributes()
273 return mBlueAttribute; in blueAttribute()
278 mBlueAttribute = blueAttribute; in setBlueAttribute()
H A Dqgspointcloudrgbrenderer.h171 QString mBlueAttribute = QStringLiteral( "Blue" ); variable
/dports/graphics/qgis/qgis-3.22.3/src/3d/symbols/
H A Dqgspointcloud3dsymbol.cpp213 result->mBlueAttribute = mBlueAttribute; in clone()
238 elem.setAttribute( QStringLiteral( "blue" ), mBlueAttribute ); in writeXml()
332 return mBlueAttribute; in blueAttribute()
337 mBlueAttribute = blueAttribute; in setBlueAttribute()
H A Dqgspointcloud3dsymbol.h356 QString mBlueAttribute = QStringLiteral( "Blue" ); variable