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

8 lines
484 B
Python

# The following has been generated automatically from src/core/annotations/qgsannotationpointtextitem.h
try:
QgsAnnotationPointTextItem.create = staticmethod(QgsAnnotationPointTextItem.create)
QgsAnnotationPointTextItem.__overridden_methods__ = ['flags', 'type', 'render', 'writeXml', 'readXml', 'clone', 'boundingBox', 'nodesV2', 'applyEditV2', 'transientEditResultsV2']
QgsAnnotationPointTextItem.__group__ = ['annotations']
except (NameError, AttributeError):
pass