Class: QgsRasterPyramidsOptionsWidget¶
A widget to select format-specific raster saving options
Class Hierarchy¶
Base classes¶
Methods
Returns the selected pyramid format. |
|
Signals
Emitted when the list of configured overviews is changed. |
|
Emitted when settings are changed in the widget. |
- class qgis.gui.QgsRasterPyramidsOptionsWidget[source]¶
Bases:
QWidget
- __init__(parent: QWidget | None = None, provider: str | None = '')
Constructor for QgsRasterPyramidsOptionsWidget
- Parameters:
parent (Optional[QWidget] = None)
provider (Optional[str] = '')
- createOptionsWidget(self) QgsRasterFormatSaveOptionsWidget | None [source]¶
- Return type:
Optional[QgsRasterFormatSaveOptionsWidget]
- overviewList(self) List[int] ¶
- Return type:
List[int]
- pyramidsFormat(self) Qgis.RasterPyramidFormat [source]¶
Returns the selected pyramid format.
- Return type:
- setRasterLayer(self, rasterLayer: QgsRasterLayer | None)[source]¶
- Parameters:
rasterLayer (Optional[QgsRasterLayer])