QGIS/python/core/auto_additions/qgslayoutitemmapgrid.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

13 lines
664 B
Python

# The following has been generated automatically from src/core/layout/qgslayoutitemmapgrid.h
try:
QgsLayoutItemMapGrid.__attribute_docs__ = {'crsChanged': "Emitted whenever the grid's CRS is changed.\n\n.. versionadded:: 3.18\n"}
QgsLayoutItemMapGrid.__overridden_methods__ = ['draw', 'writeXml', 'readXml', 'usesAdvancedEffects', 'setEnabled', 'createExpressionContext', 'accept', 'refresh']
QgsLayoutItemMapGrid.__group__ = ['layout']
except (NameError, AttributeError):
pass
try:
QgsLayoutItemMapGridStack.__overridden_methods__ = ['readXml']
QgsLayoutItemMapGridStack.__group__ = ['layout']
except (NameError, AttributeError):
pass