QGIS/python/core/auto_additions/qgslayoututils.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
2.0 KiB
Python
Raw Permalink Normal View History

# The following has been generated automatically from src/core/layout/qgslayoututils.h
try:
QgsLayoutUtils.rotate = staticmethod(QgsLayoutUtils.rotate)
QgsLayoutUtils.normalizedAngle = staticmethod(QgsLayoutUtils.normalizedAngle)
QgsLayoutUtils.snappedAngle = staticmethod(QgsLayoutUtils.snappedAngle)
QgsLayoutUtils.createRenderContextForMap = staticmethod(QgsLayoutUtils.createRenderContextForMap)
QgsLayoutUtils.createRenderContextForLayout = staticmethod(QgsLayoutUtils.createRenderContextForLayout)
QgsLayoutUtils.relativeResizeRect = staticmethod(QgsLayoutUtils.relativeResizeRect)
QgsLayoutUtils.relativePosition = staticmethod(QgsLayoutUtils.relativePosition)
QgsLayoutUtils.scaledFontPixelSize = staticmethod(QgsLayoutUtils.scaledFontPixelSize)
QgsLayoutUtils.fontAscentMM = staticmethod(QgsLayoutUtils.fontAscentMM)
QgsLayoutUtils.fontDescentMM = staticmethod(QgsLayoutUtils.fontDescentMM)
QgsLayoutUtils.fontHeightMM = staticmethod(QgsLayoutUtils.fontHeightMM)
QgsLayoutUtils.fontHeightCharacterMM = staticmethod(QgsLayoutUtils.fontHeightCharacterMM)
QgsLayoutUtils.textWidthMM = staticmethod(QgsLayoutUtils.textWidthMM)
QgsLayoutUtils.textHeightMM = staticmethod(QgsLayoutUtils.textHeightMM)
QgsLayoutUtils.drawText = staticmethod(QgsLayoutUtils.drawText)
QgsLayoutUtils.largestRotatedRectWithinBounds = staticmethod(QgsLayoutUtils.largestRotatedRectWithinBounds)
QgsLayoutUtils.decodePaperOrientation = staticmethod(QgsLayoutUtils.decodePaperOrientation)
QgsLayoutUtils.scaleFactorFromItemStyle = staticmethod(QgsLayoutUtils.scaleFactorFromItemStyle)
QgsLayoutUtils.mapLayerFromString = staticmethod(QgsLayoutUtils.mapLayerFromString)
QgsLayoutUtils.calculatePrettySize = staticmethod(QgsLayoutUtils.calculatePrettySize)
QgsLayoutUtils.itemIsAClippingSource = staticmethod(QgsLayoutUtils.itemIsAClippingSource)
QgsLayoutUtils.predefinedScales = staticmethod(QgsLayoutUtils.predefinedScales)
QgsLayoutUtils.__group__ = ['layout']
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
pass