QGIS/python/gui/auto_additions/qgslayoutitemguiregistry.py
Nyall Dawson 9435a84ff7 sipify
2025-04-03 01:05:31 +10:00

19 lines
1.1 KiB
Python

# The following has been generated automatically from src/gui/layout/qgslayoutitemguiregistry.h
try:
QgsLayoutItemGuiGroup.__attribute_docs__ = {'id': 'Unique (untranslated) group ID string.', 'name': 'Translated group name.', 'icon': 'Icon for group.'}
QgsLayoutItemGuiGroup.__annotations__ = {'id': str, 'name': str, 'icon': 'QIcon'}
QgsLayoutItemGuiGroup.__group__ = ['layout']
except (NameError, AttributeError):
pass
try:
QgsLayoutItemGuiRegistry.__attribute_docs__ = {'typeAdded': 'Emitted whenever a new item type is added to the registry, with the\nspecified ``metadataId``.\n'}
QgsLayoutItemGuiRegistry.__signal_arguments__ = {'typeAdded': ['metadataId: int']}
QgsLayoutItemGuiRegistry.__group__ = ['layout']
except (NameError, AttributeError):
pass
try:
QgsLayoutItemAbstractGuiMetadata.__virtual_methods__ = ['creationIcon', 'createItemWidget', 'createRubberBand', 'createNodeRubberBand', 'createItem', 'newItemAddedToLayout', 'handleDoubleClick']
QgsLayoutItemAbstractGuiMetadata.__group__ = ['layout']
except (NameError, AttributeError):
pass