mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
28 lines
2.0 KiB
Python
28 lines
2.0 KiB
Python
# 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']
|
|
except (NameError, AttributeError):
|
|
pass
|