mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
9 lines
568 B
Python
9 lines
568 B
Python
# The following has been generated automatically from src/gui/annotations/qgsannotationitemwidget.h
|
|
try:
|
|
QgsAnnotationItemBaseWidget.__attribute_docs__ = {'itemChanged': 'Emitted when the annotation item definition in the widget is changed by\nthe user.\n'}
|
|
QgsAnnotationItemBaseWidget.__virtual_methods__ = ['setLayer', 'setContext', 'focusDefaultWidget', 'setNewItem']
|
|
QgsAnnotationItemBaseWidget.__abstract_methods__ = ['createItem', 'updateItem']
|
|
QgsAnnotationItemBaseWidget.__group__ = ['annotations']
|
|
except (NameError, AttributeError):
|
|
pass
|