mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
10 lines
661 B
Python
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
|