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
18 lines
577 B
Python
18 lines
577 B
Python
# The following has been generated automatically from src/core/effects/qgspainteffect.h
|
|
QgsPaintEffect.Modifier = QgsPaintEffect.DrawMode.Modifier
|
|
QgsPaintEffect.Render = QgsPaintEffect.DrawMode.Render
|
|
QgsPaintEffect.ModifyAndRender = QgsPaintEffect.DrawMode.ModifyAndRender
|
|
QgsDrawSourceEffect.create = staticmethod(QgsDrawSourceEffect.create)
|
|
try:
|
|
QgsPaintEffect.__group__ = ['effects']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsDrawSourceEffect.__group__ = ['effects']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsEffectPainter.__group__ = ['effects']
|
|
except NameError:
|
|
pass
|