1 2 3 4 5 6 7
|
# The following has been generated automatically from src/gui/raster/qgscolorrampshaderwidget.h
try:
QgsColorRampShaderWidget.__attribute_docs__ = {'minimumMaximumChangedFromTree': 'Color ramp tree has changed\n', 'widgetChanged': 'Widget changed\n', 'classificationModeChanged': 'Classification mode changed\n'}
QgsColorRampShaderWidget.__signal_arguments__ = {'minimumMaximumChangedFromTree': ['minimum: float', 'maximum: float'], 'classificationModeChanged': ['mode: Qgis.ShaderClassificationMethod']}
QgsColorRampShaderWidget.__group__ = ['raster']
except (NameError, AttributeError):
pass
|