|
| QgsMultiBandColorRendererWidget (QgsRasterLayer *layer, const QgsRectangle &extent=QgsRectangle()) |
|
QgsContrastEnhancement::ContrastEnhancementAlgorithm | contrastEnhancementAlgorithm () const override |
| Returns the constrast enhancement algorithm to be used by the raster renderer. More...
|
|
void | doComputations () override |
| Load programmatically with current values. More...
|
|
QString | max (int index=0) override |
|
QString | min (int index=0) override |
|
QgsRasterMinMaxWidget * | minMaxWidget () override |
| Returns min/max widget when it exists. More...
|
|
QgsRasterRenderer * | renderer () override |
| Creates a new renderer, using the properties defined in the widget. More...
|
|
int | selectedBand (int index=0) override |
|
void | setContrastEnhancementAlgorithm (QgsContrastEnhancement::ContrastEnhancementAlgorithm algorithm) override |
| Sets the constrast enhancement algorithm to be used by the raster renderer. More...
|
|
void | setFromRenderer (const QgsRasterRenderer *r) |
| Sets the widget state from the specified renderer. More...
|
|
void | setMapCanvas (QgsMapCanvas *canvas) override |
| Sets the map canvas associated with the widget. More...
|
|
void | setMax (const QString &value, int index=0) override |
|
void | setMin (const QString &value, int index=0) override |
|
| QgsRasterRendererWidget (QgsRasterLayer *layer, const QgsRectangle &extent) |
|
virtual QgsContrastEnhancement::ContrastEnhancementAlgorithm | contrastEnhancementAlgorithm () const |
| Returns the constrast enhancement algorithm to be used by the raster renderer. More...
|
|
virtual void | doComputations () |
| Load programmatically with current values. More...
|
|
QgsMapCanvas * | mapCanvas () |
| Returns the map canvas associated with the widget. More...
|
|
virtual QString | max (int index=0) |
|
virtual QString | min (int index=0) |
|
virtual QgsRasterMinMaxWidget * | minMaxWidget () |
| Returns min/max widget when it exists. More...
|
|
const QgsRasterLayer * | rasterLayer () const |
| Returns the raster layer associated with the widget. More...
|
|
virtual QgsRasterRenderer * | renderer ()=0 |
| Creates a new renderer, using the properties defined in the widget. More...
|
|
virtual int | selectedBand (int index=0) |
|
virtual void | setContrastEnhancementAlgorithm (QgsContrastEnhancement::ContrastEnhancementAlgorithm algorithm) |
| Sets the constrast enhancement algorithm to be used by the raster renderer. More...
|
|
virtual void | setMapCanvas (QgsMapCanvas *canvas) |
| Sets the map canvas associated with the widget. More...
|
|
virtual void | setMax (const QString &value, int index=0) |
|
virtual void | setMin (const QString &value, int index=0) |
|
void | setRasterLayer (QgsRasterLayer *layer) |
| Sets the raster layer associated with the widget. More...
|
|
virtual void | setStdDev (const QString &value) |
|
virtual QString | stdDev () |
|