QGIS/python/gui/auto_additions/qgscalloutwidget.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

10 lines
661 B
Python

# The following has been generated automatically from src/gui/callouts/qgscalloutwidget.h
try:
QgsCalloutWidget.__attribute_docs__ = {'changed': 'Should be emitted whenever configuration changes happened on this symbol\nlayer configuration. If the subsymbol is changed,\n:py:func:`~QgsCalloutWidget.symbolChanged` should be emitted instead.\n'}
QgsCalloutWidget.__virtual_methods__ = ['setContext']
QgsCalloutWidget.__abstract_methods__ = ['setCallout', 'callout', 'setGeometryType']
QgsCalloutWidget.__overridden_methods__ = ['createExpressionContext']
QgsCalloutWidget.__group__ = ['callouts']
except (NameError, AttributeError):
pass