QGIS/python/core/auto_additions/qgslayoutitemregistry.py

18 lines
711 B
Python
Raw Normal View History

# The following has been generated automatically from src/core/layout/qgslayoutitemregistry.h
try:
QgsLayoutItemRegistry.__attribute_docs__ = {'typeAdded': 'Emitted whenever a new item type is added to the registry, with the specified\n``type`` and visible ``name``.\n', 'multiFrameTypeAdded': 'Emitted whenever a new multiframe type is added to the registry, with the specified\n``type`` and visible ``name``.\n'}
except NameError:
pass
try:
QgsLayoutItemAbstractMetadata.__group__ = ['layout']
except NameError:
pass
try:
QgsLayoutMultiFrameAbstractMetadata.__group__ = ['layout']
except NameError:
pass
try:
QgsLayoutItemRegistry.__group__ = ['layout']
except NameError:
pass