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

18 lines
1.5 KiB
Python

# The following has been generated automatically from src/core/processing/qgsprocessingparametermeshdataset.h
try:
QgsProcessingParameterMeshDatasetGroups.typeName = staticmethod(QgsProcessingParameterMeshDatasetGroups.typeName)
QgsProcessingParameterMeshDatasetGroups.valueAsDatasetGroup = staticmethod(QgsProcessingParameterMeshDatasetGroups.valueAsDatasetGroup)
QgsProcessingParameterMeshDatasetGroups.__overridden_methods__ = ['clone', 'type', 'checkValueIsAcceptable', 'valueAsPythonString', 'asPythonString', 'dependsOnOtherParameters', 'toVariantMap', 'fromVariantMap']
QgsProcessingParameterMeshDatasetGroups.__group__ = ['processing']
except (NameError, AttributeError):
pass
try:
QgsProcessingParameterMeshDatasetTime.typeName = staticmethod(QgsProcessingParameterMeshDatasetTime.typeName)
QgsProcessingParameterMeshDatasetTime.valueAsTimeType = staticmethod(QgsProcessingParameterMeshDatasetTime.valueAsTimeType)
QgsProcessingParameterMeshDatasetTime.timeValueAsDatasetIndex = staticmethod(QgsProcessingParameterMeshDatasetTime.timeValueAsDatasetIndex)
QgsProcessingParameterMeshDatasetTime.timeValueAsDefinedDateTime = staticmethod(QgsProcessingParameterMeshDatasetTime.timeValueAsDefinedDateTime)
QgsProcessingParameterMeshDatasetTime.__overridden_methods__ = ['clone', 'type', 'checkValueIsAcceptable', 'valueAsPythonString', 'asPythonString', 'dependsOnOtherParameters', 'toVariantMap', 'fromVariantMap']
QgsProcessingParameterMeshDatasetTime.__group__ = ['processing']
except (NameError, AttributeError):
pass