mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
Move as much of the postprocessing logic as we can to c++, and soak with unit tests. Fix regressions in layer sorting introduced by a46f3e9, and missing feature counts. Fixes #61146
15 lines
1.1 KiB
Python
15 lines
1.1 KiB
Python
# The following has been generated automatically from src/gui/processing/qgsprocessingguiutils.h
|
|
try:
|
|
QgsProcessingGuiUtils.ResultLayerDetails.__attribute_docs__ = {'layer': 'Associated map layer.', 'targetLayerTreeGroup': 'Optional target layer tree group, where the layer should be placed.', 'sortKey': 'Sort order key for ordering output layers in the layer tree.', 'destinationProject': 'Destination QGIS project.'}
|
|
QgsProcessingGuiUtils.ResultLayerDetails.__annotations__ = {'layer': 'QgsMapLayer', 'targetLayerTreeGroup': 'QgsLayerTreeGroup', 'sortKey': int, 'destinationProject': 'QgsProject'}
|
|
QgsProcessingGuiUtils.ResultLayerDetails.__group__ = ['processing']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsProcessingGuiUtils.configureResultLayerTreeLayer = staticmethod(QgsProcessingGuiUtils.configureResultLayerTreeLayer)
|
|
QgsProcessingGuiUtils.layerTreeResultsGroup = staticmethod(QgsProcessingGuiUtils.layerTreeResultsGroup)
|
|
QgsProcessingGuiUtils.addResultLayers = staticmethod(QgsProcessingGuiUtils.addResultLayers)
|
|
QgsProcessingGuiUtils.__group__ = ['processing']
|
|
except (NameError, AttributeError):
|
|
pass
|