QGIS/python/core/auto_additions/qgsofflineediting.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
1.3 KiB
Python
Raw Permalink Normal View History

# The following has been generated automatically from src/core/qgsofflineediting.h
try:
QgsOfflineEditing.__attribute_docs__ = {'progressStarted': 'Emitted when the process has started.\n', 'layerProgressUpdated': 'Emitted whenever a new layer is being processed.\nIt is possible to estimate the progress of the complete operation by\ncomparing the index of the current ``layer`` to the total amount\n``numLayers``.\n', 'progressModeSet': 'Emitted when the mode for the progress of the current operation is\nset.\n\n:param mode: progress mode\n:param maximum: total number of entities to process in the current operation\n', 'progressUpdated': 'Emitted with the progress of the current mode\n\n:param progress: current index of processed entities\n', 'progressStopped': 'Emitted when the processing of all layers has finished\n', 'warning': 'Emitted when a warning needs to be displayed.\n\n:param title: title string for message\n:param message: A descriptive message for the warning\n'}
2024-08-28 11:14:23 +10:00
QgsOfflineEditing.__signal_arguments__ = {'layerProgressUpdated': ['layer: int', 'numLayers: int'], 'progressModeSet': ['mode: QgsOfflineEditing.ProgressMode', 'maximum: int'], 'progressUpdated': ['progress: int'], 'warning': ['title: str', 'message: str']}
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
2024-08-28 11:14:23 +10:00
pass