QGIS/python/analysis/auto_additions/qgsrastercalculator.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

15 lines
617 B
Python

# The following has been generated automatically from src/analysis/raster/qgsrastercalculator.h
try:
QgsRasterCalculatorEntry.__attribute_docs__ = {'ref': 'Name of entry.', 'raster': 'Raster layer associated with entry.', 'bandNumber': 'Band number for entry. Numbering for bands usually starts at 1 for the first band, not 0.'}
except NameError:
pass
QgsRasterCalculatorEntry.rasterEntries = staticmethod(QgsRasterCalculatorEntry.rasterEntries)
try:
QgsRasterCalculatorEntry.__group__ = ['raster']
except NameError:
pass
try:
QgsRasterCalculator.__group__ = ['raster']
except NameError:
pass