mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
10 lines
580 B
Python
10 lines
580 B
Python
# The following has been generated automatically from src/core/layout/qgslayoutrendercontext.h
|
|
try:
|
|
QgsLayoutRenderContext.__attribute_docs__ = {'flagsChanged': "Emitted whenever the context's ``flags`` change.\n\n.. seealso:: :py:func:`setFlags`\n", 'dpiChanged': "Emitted when the context's DPI is changed.\n", 'predefinedScalesChanged': 'Emitted when the list of predefined scales changes.\n\n.. seealso:: :py:func:`predefinedScales`\n\n.. versionadded:: 3.10\n'}
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsLayoutRenderContext.__group__ = ['layout']
|
|
except NameError:
|
|
pass
|