mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
8 lines
484 B
Python
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
|