Class: QgsPointCloudRendererPropertiesWidget¶
A generic widget for setting the 2D renderer for a point cloud layer.
Added in version 3.18.

QgsPointCloudRendererPropertiesWidget¶
Class Hierarchy¶
Base classes¶
A panel widget that can be shown in the map style dock |
|
Base class for any widget that can be shown as a inline panel |
|
Methods
Sets the context in which the widget is shown, e.g., the associated map canvas and expression contexts. |
- class qgis.gui.QgsPointCloudRendererPropertiesWidget[source]¶
Bases:
QgsMapLayerConfigWidget
- __init__(layer: QgsPointCloudLayer | None, style: QgsStyle | None, parent: QWidget | None = None)
Constructor for QgsPointCloudRendererPropertiesWidget, associated with the specified
layer
andstyle
database.- Parameters:
layer (Optional[QgsPointCloudLayer])
style (Optional[QgsStyle])
parent (Optional[QWidget] = None)
- setContext(self, context: QgsSymbolWidgetContext)[source]¶
Sets the
context
in which the widget is shown, e.g., the associated map canvas and expression contexts.- Parameters:
context (QgsSymbolWidgetContext)