mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
8 lines
546 B
Python
8 lines
546 B
Python
# The following has been generated automatically from src/core/layout/qgslayoutitemmap.h
|
|
QgsLayoutItemMap.Fixed = QgsLayoutItemMap.AtlasScalingMode.Fixed
|
|
QgsLayoutItemMap.Predefined = QgsLayoutItemMap.AtlasScalingMode.Predefined
|
|
QgsLayoutItemMap.Auto = QgsLayoutItemMap.AtlasScalingMode.Auto
|
|
QgsLayoutItemMap.ShowPartialLabels = QgsLayoutItemMap.MapItemFlag.ShowPartialLabels
|
|
QgsLayoutItemMap.ShowUnplacedLabels = QgsLayoutItemMap.MapItemFlag.ShowUnplacedLabels
|
|
QgsLayoutItemMap.MapItemFlags = lambda flags=0: QgsLayoutItemMap.MapItemFlag(flags)
|