QGIS/python/core/auto_additions/qgstemporalcontroller.py

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

7 lines
412 B
Python
Raw Permalink Normal View History

# The following has been generated automatically from src/core/qgstemporalcontroller.h
try:
QgsTemporalController.__attribute_docs__ = {'updateTemporalRange': 'Signals that a temporal ``range`` has changed and needs to be updated in\nall connected objects.\n'}
2024-08-28 11:14:23 +10:00
QgsTemporalController.__signal_arguments__ = {'updateTemporalRange': ['range: QgsDateTimeRange']}
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
2024-08-28 11:14:23 +10:00
pass