QGIS/python/PyQt6/gui/auto_additions/qgslayoutviewrubberband.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

22 lines
847 B
Python

# The following has been generated automatically from src/gui/layout/qgslayoutviewrubberband.h
try:
QgsLayoutViewRubberBand.__attribute_docs__ = {'sizeChanged': 'Emitted when the size of the rubber band is changed. The ``size``\nargument gives a translated string describing the new rubber band size,\nwith a format which differs per subclass (e.g. rectangles may describe\na size using width and height, while circles may describe a size by radius).\n'}
except NameError:
pass
try:
QgsLayoutViewRubberBand.__group__ = ['layout']
except NameError:
pass
try:
QgsLayoutViewRectangularRubberBand.__group__ = ['layout']
except NameError:
pass
try:
QgsLayoutViewEllipticalRubberBand.__group__ = ['layout']
except NameError:
pass
try:
QgsLayoutViewTriangleRubberBand.__group__ = ['layout']
except NameError:
pass