QGIS/python/core/auto_additions/qgslabelingenginerule.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

12 lines
587 B
Python

# The following has been generated automatically from src/core/labeling/rules/qgslabelingenginerule.h
try:
QgsAbstractLabelingEngineRule.__virtual_methods__ = ['isAvailable', 'description', 'resolveReferences', 'copyCommonProperties']
QgsAbstractLabelingEngineRule.__abstract_methods__ = ['clone', 'id', 'displayType', 'prepare', 'writeXml', 'readXml']
QgsAbstractLabelingEngineRule.__group__ = ['labeling', 'rules']
except (NameError, AttributeError):
pass
try:
QgsLabelingEngineContext.__group__ = ['labeling', 'rules']
except (NameError, AttributeError):
pass