QGIS/python/core/auto_additions/qgslayoutreportcontext.py

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

8 lines
540 B
Python
Raw Normal View History

# The following has been generated automatically from src/core/layout/qgslayoutreportcontext.h
try:
QgsLayoutReportContext.__attribute_docs__ = {'layerChanged': "Emitted when the context's ``layer`` is changed.\n", 'changed': 'Emitted certain settings in the context is changed, e.g. by setting a new feature or vector layer\nfor the context.\n'}
2024-08-28 11:14:23 +10:00
QgsLayoutReportContext.__signal_arguments__ = {'layerChanged': ['layer: QgsVectorLayer']}
QgsLayoutReportContext.__group__ = ['layout']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass