mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
20 lines
969 B
Python
20 lines
969 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'}
|
|
QgsLayoutViewRubberBand.__signal_arguments__ = {'sizeChanged': ['size: str']}
|
|
QgsLayoutViewRubberBand.__group__ = ['layout']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsLayoutViewRectangularRubberBand.__group__ = ['layout']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsLayoutViewEllipticalRubberBand.__group__ = ['layout']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsLayoutViewTriangleRubberBand.__group__ = ['layout']
|
|
except (NameError, AttributeError):
|
|
pass
|