Class: QgsDirectionalLightWidget¶
Widget for direction light settings.
The user can choose azimuth and altitude values.
Added in version 3.30.
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Methods
Returns the altitude value (degree) |
|
Returns the azimuth value (degree) |
|
Sets the altitude value (degree) |
|
Sets the azimuth value (degree) |
|
Sets whether the azimut can be changed, for example, when using multidirectional light |
Signals
Emitted when the direction is changed |
- class qgis.gui.QgsDirectionalLightWidget[source]¶
Bases:
QWidget- __init__(parent: QWidget | None = None)
Constructor
- Parameters:
parent (Optional[QWidget] = None)
- setAltitude(self, altitude: float)[source]¶
Sets the
altitudevalue (degree)- Parameters:
altitude (float)