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

8 lines
482 B
Python

# The following has been generated automatically from src/core/annotations/qgsannotationrectitem.h
try:
QgsAnnotationRectItem.__abstract_methods__ = ['renderInBounds']
QgsAnnotationRectItem.__overridden_methods__ = ['flags', 'render', 'nodesV2', 'applyEditV2', 'transientEditResultsV2', 'boundingBox', 'copyCommonProperties', 'writeCommonProperties', 'readCommonProperties']
QgsAnnotationRectItem.__group__ = ['annotations']
except (NameError, AttributeError):
pass