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

8 lines
531 B
Python

# The following has been generated automatically from src/core/layout/qgslayoutitemgroup.h
try:
QgsLayoutItemGroup.create = staticmethod(QgsLayoutItemGroup.create)
QgsLayoutItemGroup.__overridden_methods__ = ['cleanup', 'type', 'displayName', 'setVisibility', 'attemptMove', 'attemptResize', 'paint', 'finalizeRestoreFromXml', 'exportLayerBehavior', 'rectWithFrame', 'draw', 'writePropertiesToElement', 'readPropertiesFromElement']
QgsLayoutItemGroup.__group__ = ['layout']
except (NameError, AttributeError):
pass