mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
20 lines
1.5 KiB
Python
20 lines
1.5 KiB
Python
# The following has been generated automatically from src/core/layout/qgslayout.h
|
|
QgsLayout.ZPage = QgsLayout.ZValues.ZPage
|
|
QgsLayout.ZItem = QgsLayout.ZValues.ZItem
|
|
QgsLayout.ZGrid = QgsLayout.ZValues.ZGrid
|
|
QgsLayout.ZGuide = QgsLayout.ZValues.ZGuide
|
|
QgsLayout.ZSmartGuide = QgsLayout.ZValues.ZSmartGuide
|
|
QgsLayout.ZMouseHandles = QgsLayout.ZValues.ZMouseHandles
|
|
QgsLayout.ZViewTool = QgsLayout.ZValues.ZViewTool
|
|
QgsLayout.ZSnapIndicator = QgsLayout.ZValues.ZSnapIndicator
|
|
QgsLayout.UndoLayoutDpi = QgsLayout.UndoCommand.UndoLayoutDpi
|
|
QgsLayout.UndoNone = QgsLayout.UndoCommand.UndoNone
|
|
try:
|
|
QgsLayout.__attribute_docs__ = {'changed': 'Emitted when properties of the layout change. This signal is only\nemitted for settings directly managed by the layout, and is not emitted\nwhen child items change.\n', 'variablesChanged': 'Emitted whenever the expression variables stored in the layout have been changed.\n', 'selectedItemChanged': 'Emitted whenever the selected item changes.\nIf ``None``, no item is selected.\n', 'refreshed': 'Emitted when the layout has been refreshed and items should also be refreshed\nand updated.\n', 'backgroundTaskCountChanged': 'Emitted whenever the ``total`` number of background tasks running in items from the layout changes.\n\n.. versionadded:: 3.10\n', 'itemAdded': 'Emitted when an ``item`` was added to the layout.\n\n.. versionadded:: 3.20\n'}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsLayout.__group__ = ['layout']
|
|
except NameError:
|
|
pass
|